@aws-sdk/client-app-mesh 3.1076.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 +49 -385
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/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/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
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";
|
|
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: AppMeshClientConfig) => {
|
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
14
|
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
17
16
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
18
17
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
18
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: AppMeshClientConfig) => {
|
|
|
24
23
|
[setting: string]: unknown;
|
|
25
24
|
};
|
|
26
25
|
apiVersion: string;
|
|
26
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
29
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: AppMeshClientConfig) => {
|
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
15
|
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
18
17
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
19
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: AppMeshClientConfig) => {
|
|
|
26
25
|
[setting: string]: unknown;
|
|
27
26
|
};
|
|
28
27
|
apiVersion: string;
|
|
28
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
29
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
30
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -4,7 +4,6 @@ import type { AppMeshClientConfig } from "./AppMeshClient";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: AppMeshClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
8
7
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
8
|
cacheMiddleware?: boolean;
|
|
10
9
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: AppMeshClientConfig) => {
|
|
|
13
12
|
[setting: string]: unknown;
|
|
14
13
|
};
|
|
15
14
|
apiVersion: string;
|
|
15
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
16
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
17
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
18
18
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: AppMeshClientConfig) => {
|
|
|
21
21
|
defaultNamespace?: string;
|
|
22
22
|
};
|
|
23
23
|
serviceId: string;
|
|
24
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
24
25
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
26
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
26
27
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
@@ -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: {
|
|
@@ -1,13 +1,6 @@
|
|
|
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 { CreateMeshInput, CreateMeshOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface CreateMeshCommandInput extends CreateMeshInput {}
|
|
12
5
|
export interface CreateMeshCommandOutput
|
|
13
6
|
extends CreateMeshOutput,
|
|
@@ -18,22 +11,20 @@ declare const CreateMeshCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CreateMeshCommandInput,
|
|
20
13
|
CreateMeshCommandOutput,
|
|
21
|
-
AppMeshClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AppMeshClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: CreateMeshCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CreateMeshCommandInput,
|
|
29
22
|
CreateMeshCommandOutput,
|
|
30
|
-
AppMeshClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AppMeshClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class CreateMeshCommand extends CreateMeshCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
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 { CreateRouteInput, CreateRouteOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface CreateRouteCommandInput extends CreateRouteInput {}
|
|
12
5
|
export interface CreateRouteCommandOutput
|
|
13
6
|
extends CreateRouteOutput,
|
|
@@ -18,22 +11,20 @@ declare const CreateRouteCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CreateRouteCommandInput,
|
|
20
13
|
CreateRouteCommandOutput,
|
|
21
|
-
AppMeshClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AppMeshClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: CreateRouteCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CreateRouteCommandInput,
|
|
29
22
|
CreateRouteCommandOutput,
|
|
30
|
-
AppMeshClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AppMeshClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class CreateRouteCommand extends CreateRouteCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -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
|
CreateVirtualGatewayInput,
|
|
10
4
|
CreateVirtualGatewayOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateVirtualGatewayCommandInput
|
|
15
8
|
extends CreateVirtualGatewayInput {}
|
|
16
9
|
export interface CreateVirtualGatewayCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateVirtualGatewayCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateVirtualGatewayCommandInput,
|
|
24
17
|
CreateVirtualGatewayCommandOutput,
|
|
25
|
-
AppMeshClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppMeshClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateVirtualGatewayCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateVirtualGatewayCommandInput,
|
|
33
26
|
CreateVirtualGatewayCommandOutput,
|
|
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 CreateVirtualGatewayCommand extends CreateVirtualGatewayCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -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
|
CreateVirtualNodeInput,
|
|
10
4
|
CreateVirtualNodeOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateVirtualNodeCommandInput extends CreateVirtualNodeInput {}
|
|
15
8
|
export interface CreateVirtualNodeCommandOutput
|
|
16
9
|
extends CreateVirtualNodeOutput,
|
|
@@ -21,22 +14,20 @@ declare const CreateVirtualNodeCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
CreateVirtualNodeCommandInput,
|
|
23
16
|
CreateVirtualNodeCommandOutput,
|
|
24
|
-
AppMeshClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").AppMeshClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: CreateVirtualNodeCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
CreateVirtualNodeCommandInput,
|
|
32
25
|
CreateVirtualNodeCommandOutput,
|
|
33
|
-
AppMeshClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").AppMeshClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class CreateVirtualNodeCommand extends CreateVirtualNodeCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -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
|
CreateVirtualRouterInput,
|
|
10
4
|
CreateVirtualRouterOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateVirtualRouterCommandInput
|
|
15
8
|
extends CreateVirtualRouterInput {}
|
|
16
9
|
export interface CreateVirtualRouterCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateVirtualRouterCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateVirtualRouterCommandInput,
|
|
24
17
|
CreateVirtualRouterCommandOutput,
|
|
25
|
-
AppMeshClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppMeshClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateVirtualRouterCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateVirtualRouterCommandInput,
|
|
33
26
|
CreateVirtualRouterCommandOutput,
|
|
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 CreateVirtualRouterCommand extends CreateVirtualRouterCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -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
|
CreateVirtualServiceInput,
|
|
10
4
|
CreateVirtualServiceOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateVirtualServiceCommandInput
|
|
15
8
|
extends CreateVirtualServiceInput {}
|
|
16
9
|
export interface CreateVirtualServiceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateVirtualServiceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateVirtualServiceCommandInput,
|
|
24
17
|
CreateVirtualServiceCommandOutput,
|
|
25
|
-
AppMeshClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppMeshClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateVirtualServiceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateVirtualServiceCommandInput,
|
|
33
26
|
CreateVirtualServiceCommandOutput,
|
|
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 CreateVirtualServiceCommand extends CreateVirtualServiceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -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
|
DeleteGatewayRouteInput,
|
|
10
4
|
DeleteGatewayRouteOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteGatewayRouteCommandInput
|
|
15
8
|
extends DeleteGatewayRouteInput {}
|
|
16
9
|
export interface DeleteGatewayRouteCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteGatewayRouteCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteGatewayRouteCommandInput,
|
|
24
17
|
DeleteGatewayRouteCommandOutput,
|
|
25
|
-
AppMeshClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppMeshClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteGatewayRouteCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteGatewayRouteCommandInput,
|
|
33
26
|
DeleteGatewayRouteCommandOutput,
|
|
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 DeleteGatewayRouteCommand extends DeleteGatewayRouteCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
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 { DeleteMeshInput, DeleteMeshOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteMeshCommandInput extends DeleteMeshInput {}
|
|
12
5
|
export interface DeleteMeshCommandOutput
|
|
13
6
|
extends DeleteMeshOutput,
|
|
@@ -18,22 +11,20 @@ declare const DeleteMeshCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeleteMeshCommandInput,
|
|
20
13
|
DeleteMeshCommandOutput,
|
|
21
|
-
AppMeshClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AppMeshClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeleteMeshCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeleteMeshCommandInput,
|
|
29
22
|
DeleteMeshCommandOutput,
|
|
30
|
-
AppMeshClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AppMeshClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DeleteMeshCommand extends DeleteMeshCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
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 { DeleteRouteInput, DeleteRouteOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteRouteCommandInput extends DeleteRouteInput {}
|
|
12
5
|
export interface DeleteRouteCommandOutput
|
|
13
6
|
extends DeleteRouteOutput,
|
|
@@ -18,22 +11,20 @@ declare const DeleteRouteCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeleteRouteCommandInput,
|
|
20
13
|
DeleteRouteCommandOutput,
|
|
21
|
-
AppMeshClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AppMeshClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeleteRouteCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeleteRouteCommandInput,
|
|
29
22
|
DeleteRouteCommandOutput,
|
|
30
|
-
AppMeshClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AppMeshClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DeleteRouteCommand extends DeleteRouteCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -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
|
DeleteVirtualGatewayInput,
|
|
10
4
|
DeleteVirtualGatewayOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteVirtualGatewayCommandInput
|
|
15
8
|
extends DeleteVirtualGatewayInput {}
|
|
16
9
|
export interface DeleteVirtualGatewayCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteVirtualGatewayCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteVirtualGatewayCommandInput,
|
|
24
17
|
DeleteVirtualGatewayCommandOutput,
|
|
25
|
-
AppMeshClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppMeshClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteVirtualGatewayCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteVirtualGatewayCommandInput,
|
|
33
26
|
DeleteVirtualGatewayCommandOutput,
|
|
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 DeleteVirtualGatewayCommand extends DeleteVirtualGatewayCommand_base {
|
|
43
34
|
protected static __types: {
|