@aws-sdk/client-app-mesh 3.1077.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +46 -383
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateGatewayRouteCommand.js +2 -14
- package/dist-es/commands/CreateMeshCommand.js +2 -14
- package/dist-es/commands/CreateRouteCommand.js +2 -14
- package/dist-es/commands/CreateVirtualGatewayCommand.js +2 -14
- package/dist-es/commands/CreateVirtualNodeCommand.js +2 -14
- package/dist-es/commands/CreateVirtualRouterCommand.js +2 -14
- package/dist-es/commands/CreateVirtualServiceCommand.js +2 -14
- package/dist-es/commands/DeleteGatewayRouteCommand.js +2 -14
- package/dist-es/commands/DeleteMeshCommand.js +2 -14
- package/dist-es/commands/DeleteRouteCommand.js +2 -14
- package/dist-es/commands/DeleteVirtualGatewayCommand.js +2 -14
- package/dist-es/commands/DeleteVirtualNodeCommand.js +2 -14
- package/dist-es/commands/DeleteVirtualRouterCommand.js +2 -14
- package/dist-es/commands/DeleteVirtualServiceCommand.js +2 -14
- package/dist-es/commands/DescribeGatewayRouteCommand.js +2 -14
- package/dist-es/commands/DescribeMeshCommand.js +2 -14
- package/dist-es/commands/DescribeRouteCommand.js +2 -14
- package/dist-es/commands/DescribeVirtualGatewayCommand.js +2 -14
- package/dist-es/commands/DescribeVirtualNodeCommand.js +2 -14
- package/dist-es/commands/DescribeVirtualRouterCommand.js +2 -14
- package/dist-es/commands/DescribeVirtualServiceCommand.js +2 -14
- package/dist-es/commands/ListGatewayRoutesCommand.js +2 -14
- package/dist-es/commands/ListMeshesCommand.js +2 -14
- package/dist-es/commands/ListRoutesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListVirtualGatewaysCommand.js +2 -14
- package/dist-es/commands/ListVirtualNodesCommand.js +2 -14
- package/dist-es/commands/ListVirtualRoutersCommand.js +2 -14
- package/dist-es/commands/ListVirtualServicesCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateGatewayRouteCommand.js +2 -14
- package/dist-es/commands/UpdateMeshCommand.js +2 -14
- package/dist-es/commands/UpdateRouteCommand.js +2 -14
- package/dist-es/commands/UpdateVirtualGatewayCommand.js +2 -14
- package/dist-es/commands/UpdateVirtualNodeCommand.js +2 -14
- package/dist-es/commands/UpdateVirtualRouterCommand.js +2 -14
- package/dist-es/commands/UpdateVirtualServiceCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateGatewayRouteCommand.d.ts +3 -8
- package/dist-types/commands/CreateMeshCommand.d.ts +3 -8
- package/dist-types/commands/CreateRouteCommand.d.ts +3 -8
- package/dist-types/commands/CreateVirtualGatewayCommand.d.ts +3 -8
- package/dist-types/commands/CreateVirtualNodeCommand.d.ts +3 -8
- package/dist-types/commands/CreateVirtualRouterCommand.d.ts +3 -8
- package/dist-types/commands/CreateVirtualServiceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteGatewayRouteCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMeshCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRouteCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVirtualGatewayCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVirtualNodeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVirtualRouterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVirtualServiceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeGatewayRouteCommand.d.ts +3 -8
- package/dist-types/commands/DescribeMeshCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRouteCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVirtualGatewayCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVirtualNodeCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVirtualRouterCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVirtualServiceCommand.d.ts +3 -8
- package/dist-types/commands/ListGatewayRoutesCommand.d.ts +3 -8
- package/dist-types/commands/ListMeshesCommand.d.ts +3 -8
- package/dist-types/commands/ListRoutesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListVirtualGatewaysCommand.d.ts +3 -8
- package/dist-types/commands/ListVirtualNodesCommand.d.ts +3 -8
- package/dist-types/commands/ListVirtualRoutersCommand.d.ts +3 -8
- package/dist-types/commands/ListVirtualServicesCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateGatewayRouteCommand.d.ts +3 -8
- package/dist-types/commands/UpdateMeshCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRouteCommand.d.ts +3 -8
- package/dist-types/commands/UpdateVirtualGatewayCommand.d.ts +3 -8
- package/dist-types/commands/UpdateVirtualNodeCommand.d.ts +3 -8
- package/dist-types/commands/UpdateVirtualRouterCommand.d.ts +3 -8
- package/dist-types/commands/UpdateVirtualServiceCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
2
|
import type { DescribeVirtualServiceInput, DescribeVirtualServiceOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeVirtualServiceCommandInput extends DescribeVirtualServi
|
|
|
22
19
|
export interface DescribeVirtualServiceCommandOutput extends DescribeVirtualServiceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeVirtualServiceCommand_base: {
|
|
25
|
-
new (input: DescribeVirtualServiceCommandInput): import("@smithy/core/client").CommandImpl<DescribeVirtualServiceCommandInput, DescribeVirtualServiceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeVirtualServiceCommandInput): import("@smithy/core/client").CommandImpl<DescribeVirtualServiceCommandInput, DescribeVirtualServiceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeVirtualServiceCommandInput): import("@smithy/core/client").CommandImpl<DescribeVirtualServiceCommandInput, DescribeVirtualServiceCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeVirtualServiceCommandInput): import("@smithy/core/client").CommandImpl<DescribeVirtualServiceCommandInput, DescribeVirtualServiceCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Describes an existing virtual service.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
2
|
import type { ListGatewayRoutesInput, ListGatewayRoutesOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListGatewayRoutesCommandInput extends ListGatewayRoutesInput {
|
|
|
22
19
|
export interface ListGatewayRoutesCommandOutput extends ListGatewayRoutesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListGatewayRoutesCommand_base: {
|
|
25
|
-
new (input: ListGatewayRoutesCommandInput): import("@smithy/core/client").CommandImpl<ListGatewayRoutesCommandInput, ListGatewayRoutesCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListGatewayRoutesCommandInput): import("@smithy/core/client").CommandImpl<ListGatewayRoutesCommandInput, ListGatewayRoutesCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListGatewayRoutesCommandInput): import("@smithy/core/client").CommandImpl<ListGatewayRoutesCommandInput, ListGatewayRoutesCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListGatewayRoutesCommandInput): import("@smithy/core/client").CommandImpl<ListGatewayRoutesCommandInput, ListGatewayRoutesCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of existing gateway routes that are associated to a virtual
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
2
|
import type { ListMeshesInput, ListMeshesOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListMeshesCommandInput extends ListMeshesInput {
|
|
|
22
19
|
export interface ListMeshesCommandOutput extends ListMeshesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListMeshesCommand_base: {
|
|
25
|
-
new (input: ListMeshesCommandInput): import("@smithy/core/client").CommandImpl<ListMeshesCommandInput, ListMeshesCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListMeshesCommandInput]): import("@smithy/core/client").CommandImpl<ListMeshesCommandInput, ListMeshesCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListMeshesCommandInput): import("@smithy/core/client").CommandImpl<ListMeshesCommandInput, ListMeshesCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListMeshesCommandInput]): import("@smithy/core/client").CommandImpl<ListMeshesCommandInput, ListMeshesCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of existing service meshes.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
2
|
import type { ListRoutesInput, ListRoutesOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListRoutesCommandInput extends ListRoutesInput {
|
|
|
22
19
|
export interface ListRoutesCommandOutput extends ListRoutesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListRoutesCommand_base: {
|
|
25
|
-
new (input: ListRoutesCommandInput): import("@smithy/core/client").CommandImpl<ListRoutesCommandInput, ListRoutesCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListRoutesCommandInput): import("@smithy/core/client").CommandImpl<ListRoutesCommandInput, ListRoutesCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListRoutesCommandInput): import("@smithy/core/client").CommandImpl<ListRoutesCommandInput, ListRoutesCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListRoutesCommandInput): import("@smithy/core/client").CommandImpl<ListRoutesCommandInput, ListRoutesCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of existing routes in a service mesh.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
2
|
import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>List the tags for an App Mesh resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
2
|
import type { ListVirtualGatewaysInput, ListVirtualGatewaysOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListVirtualGatewaysCommandInput extends ListVirtualGatewaysInpu
|
|
|
22
19
|
export interface ListVirtualGatewaysCommandOutput extends ListVirtualGatewaysOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListVirtualGatewaysCommand_base: {
|
|
25
|
-
new (input: ListVirtualGatewaysCommandInput): import("@smithy/core/client").CommandImpl<ListVirtualGatewaysCommandInput, ListVirtualGatewaysCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListVirtualGatewaysCommandInput): import("@smithy/core/client").CommandImpl<ListVirtualGatewaysCommandInput, ListVirtualGatewaysCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListVirtualGatewaysCommandInput): import("@smithy/core/client").CommandImpl<ListVirtualGatewaysCommandInput, ListVirtualGatewaysCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListVirtualGatewaysCommandInput): import("@smithy/core/client").CommandImpl<ListVirtualGatewaysCommandInput, ListVirtualGatewaysCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of existing virtual gateways in a service mesh.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
2
|
import type { ListVirtualNodesInput, ListVirtualNodesOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListVirtualNodesCommandInput extends ListVirtualNodesInput {
|
|
|
22
19
|
export interface ListVirtualNodesCommandOutput extends ListVirtualNodesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListVirtualNodesCommand_base: {
|
|
25
|
-
new (input: ListVirtualNodesCommandInput): import("@smithy/core/client").CommandImpl<ListVirtualNodesCommandInput, ListVirtualNodesCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListVirtualNodesCommandInput): import("@smithy/core/client").CommandImpl<ListVirtualNodesCommandInput, ListVirtualNodesCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListVirtualNodesCommandInput): import("@smithy/core/client").CommandImpl<ListVirtualNodesCommandInput, ListVirtualNodesCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListVirtualNodesCommandInput): import("@smithy/core/client").CommandImpl<ListVirtualNodesCommandInput, ListVirtualNodesCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of existing virtual nodes.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
2
|
import type { ListVirtualRoutersInput, ListVirtualRoutersOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListVirtualRoutersCommandInput extends ListVirtualRoutersInput
|
|
|
22
19
|
export interface ListVirtualRoutersCommandOutput extends ListVirtualRoutersOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListVirtualRoutersCommand_base: {
|
|
25
|
-
new (input: ListVirtualRoutersCommandInput): import("@smithy/core/client").CommandImpl<ListVirtualRoutersCommandInput, ListVirtualRoutersCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListVirtualRoutersCommandInput): import("@smithy/core/client").CommandImpl<ListVirtualRoutersCommandInput, ListVirtualRoutersCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListVirtualRoutersCommandInput): import("@smithy/core/client").CommandImpl<ListVirtualRoutersCommandInput, ListVirtualRoutersCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListVirtualRoutersCommandInput): import("@smithy/core/client").CommandImpl<ListVirtualRoutersCommandInput, ListVirtualRoutersCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of existing virtual routers in a service mesh.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
2
|
import type { ListVirtualServicesInput, ListVirtualServicesOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListVirtualServicesCommandInput extends ListVirtualServicesInpu
|
|
|
22
19
|
export interface ListVirtualServicesCommandOutput extends ListVirtualServicesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListVirtualServicesCommand_base: {
|
|
25
|
-
new (input: ListVirtualServicesCommandInput): import("@smithy/core/client").CommandImpl<ListVirtualServicesCommandInput, ListVirtualServicesCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListVirtualServicesCommandInput): import("@smithy/core/client").CommandImpl<ListVirtualServicesCommandInput, ListVirtualServicesCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListVirtualServicesCommandInput): import("@smithy/core/client").CommandImpl<ListVirtualServicesCommandInput, ListVirtualServicesCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListVirtualServicesCommandInput): import("@smithy/core/client").CommandImpl<ListVirtualServicesCommandInput, ListVirtualServicesCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of existing virtual services in a service mesh.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
2
|
import type { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceInput {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Associates the specified tags to a resource with the specified <code>resourceArn</code>.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
2
|
import type { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes specified tags from a resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
2
|
import type { UpdateGatewayRouteInput, UpdateGatewayRouteOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateGatewayRouteCommandInput extends UpdateGatewayRouteInput
|
|
|
22
19
|
export interface UpdateGatewayRouteCommandOutput extends UpdateGatewayRouteOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateGatewayRouteCommand_base: {
|
|
25
|
-
new (input: UpdateGatewayRouteCommandInput): import("@smithy/core/client").CommandImpl<UpdateGatewayRouteCommandInput, UpdateGatewayRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateGatewayRouteCommandInput): import("@smithy/core/client").CommandImpl<UpdateGatewayRouteCommandInput, UpdateGatewayRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateGatewayRouteCommandInput): import("@smithy/core/client").CommandImpl<UpdateGatewayRouteCommandInput, UpdateGatewayRouteCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateGatewayRouteCommandInput): import("@smithy/core/client").CommandImpl<UpdateGatewayRouteCommandInput, UpdateGatewayRouteCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an existing gateway route that is associated to a specified virtual gateway in a
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
2
|
import type { UpdateMeshInput, UpdateMeshOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateMeshCommandInput extends UpdateMeshInput {
|
|
|
22
19
|
export interface UpdateMeshCommandOutput extends UpdateMeshOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateMeshCommand_base: {
|
|
25
|
-
new (input: UpdateMeshCommandInput): import("@smithy/core/client").CommandImpl<UpdateMeshCommandInput, UpdateMeshCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateMeshCommandInput): import("@smithy/core/client").CommandImpl<UpdateMeshCommandInput, UpdateMeshCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateMeshCommandInput): import("@smithy/core/client").CommandImpl<UpdateMeshCommandInput, UpdateMeshCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateMeshCommandInput): import("@smithy/core/client").CommandImpl<UpdateMeshCommandInput, UpdateMeshCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an existing service mesh.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
2
|
import type { UpdateRouteInput, UpdateRouteOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateRouteCommandInput extends UpdateRouteInput {
|
|
|
22
19
|
export interface UpdateRouteCommandOutput extends UpdateRouteOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateRouteCommand_base: {
|
|
25
|
-
new (input: UpdateRouteCommandInput): import("@smithy/core/client").CommandImpl<UpdateRouteCommandInput, UpdateRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateRouteCommandInput): import("@smithy/core/client").CommandImpl<UpdateRouteCommandInput, UpdateRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateRouteCommandInput): import("@smithy/core/client").CommandImpl<UpdateRouteCommandInput, UpdateRouteCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateRouteCommandInput): import("@smithy/core/client").CommandImpl<UpdateRouteCommandInput, UpdateRouteCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an existing route for a specified service mesh and virtual router.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
2
|
import type { UpdateVirtualGatewayInput, UpdateVirtualGatewayOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateVirtualGatewayCommandInput extends UpdateVirtualGatewayIn
|
|
|
22
19
|
export interface UpdateVirtualGatewayCommandOutput extends UpdateVirtualGatewayOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateVirtualGatewayCommand_base: {
|
|
25
|
-
new (input: UpdateVirtualGatewayCommandInput): import("@smithy/core/client").CommandImpl<UpdateVirtualGatewayCommandInput, UpdateVirtualGatewayCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateVirtualGatewayCommandInput): import("@smithy/core/client").CommandImpl<UpdateVirtualGatewayCommandInput, UpdateVirtualGatewayCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateVirtualGatewayCommandInput): import("@smithy/core/client").CommandImpl<UpdateVirtualGatewayCommandInput, UpdateVirtualGatewayCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateVirtualGatewayCommandInput): import("@smithy/core/client").CommandImpl<UpdateVirtualGatewayCommandInput, UpdateVirtualGatewayCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an existing virtual gateway in a specified service mesh.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
2
|
import type { UpdateVirtualNodeInput, UpdateVirtualNodeOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateVirtualNodeCommandInput extends UpdateVirtualNodeInput {
|
|
|
22
19
|
export interface UpdateVirtualNodeCommandOutput extends UpdateVirtualNodeOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateVirtualNodeCommand_base: {
|
|
25
|
-
new (input: UpdateVirtualNodeCommandInput): import("@smithy/core/client").CommandImpl<UpdateVirtualNodeCommandInput, UpdateVirtualNodeCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateVirtualNodeCommandInput): import("@smithy/core/client").CommandImpl<UpdateVirtualNodeCommandInput, UpdateVirtualNodeCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateVirtualNodeCommandInput): import("@smithy/core/client").CommandImpl<UpdateVirtualNodeCommandInput, UpdateVirtualNodeCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateVirtualNodeCommandInput): import("@smithy/core/client").CommandImpl<UpdateVirtualNodeCommandInput, UpdateVirtualNodeCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an existing virtual node in a specified service mesh.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
2
|
import type { UpdateVirtualRouterInput, UpdateVirtualRouterOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateVirtualRouterCommandInput extends UpdateVirtualRouterInpu
|
|
|
22
19
|
export interface UpdateVirtualRouterCommandOutput extends UpdateVirtualRouterOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateVirtualRouterCommand_base: {
|
|
25
|
-
new (input: UpdateVirtualRouterCommandInput): import("@smithy/core/client").CommandImpl<UpdateVirtualRouterCommandInput, UpdateVirtualRouterCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateVirtualRouterCommandInput): import("@smithy/core/client").CommandImpl<UpdateVirtualRouterCommandInput, UpdateVirtualRouterCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateVirtualRouterCommandInput): import("@smithy/core/client").CommandImpl<UpdateVirtualRouterCommandInput, UpdateVirtualRouterCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateVirtualRouterCommandInput): import("@smithy/core/client").CommandImpl<UpdateVirtualRouterCommandInput, UpdateVirtualRouterCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an existing virtual router in a specified service mesh.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
4
2
|
import type { UpdateVirtualServiceInput, UpdateVirtualServiceOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateVirtualServiceCommandInput extends UpdateVirtualServiceIn
|
|
|
22
19
|
export interface UpdateVirtualServiceCommandOutput extends UpdateVirtualServiceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateVirtualServiceCommand_base: {
|
|
25
|
-
new (input: UpdateVirtualServiceCommandInput): import("@smithy/core/client").CommandImpl<UpdateVirtualServiceCommandInput, UpdateVirtualServiceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateVirtualServiceCommandInput): import("@smithy/core/client").CommandImpl<UpdateVirtualServiceCommandInput, UpdateVirtualServiceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateVirtualServiceCommandInput): import("@smithy/core/client").CommandImpl<UpdateVirtualServiceCommandInput, UpdateVirtualServiceCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateVirtualServiceCommandInput): import("@smithy/core/client").CommandImpl<UpdateVirtualServiceCommandInput, UpdateVirtualServiceCommandOutput, import("..").AppMeshClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an existing virtual service in a specified service mesh.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -23,6 +23,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
23
23
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
24
24
|
export type { AppMeshExtensionConfiguration } from "./extensionConfiguration";
|
|
25
25
|
export * from "./commands";
|
|
26
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
26
27
|
export * from "./schemas/schemas_0";
|
|
27
28
|
export * from "./pagination";
|
|
28
29
|
export * from "./models/enums";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
AppMeshClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./AppMeshClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
AppMeshClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
AppMeshClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppMeshClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppMeshClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateGatewayRouteInput,
|
|
10
4
|
CreateGatewayRouteOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateGatewayRouteCommandInput
|
|
15
8
|
extends CreateGatewayRouteInput {}
|
|
16
9
|
export interface CreateGatewayRouteCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateGatewayRouteCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateGatewayRouteCommandInput,
|
|
24
17
|
CreateGatewayRouteCommandOutput,
|
|
25
|
-
AppMeshClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppMeshClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateGatewayRouteCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateGatewayRouteCommandInput,
|
|
33
26
|
CreateGatewayRouteCommandOutput,
|
|
34
|
-
AppMeshClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppMeshClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateGatewayRouteCommand extends CreateGatewayRouteCommand_base {
|
|
43
34
|
protected static __types: {
|