@aws-sdk/client-app-mesh 3.1044.0 → 3.1046.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.
Files changed (149) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +92 -93
  5. package/dist-cjs/models/AppMeshServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/AppMesh.js +1 -1
  10. package/dist-es/AppMeshClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CreateGatewayRouteCommand.js +2 -2
  13. package/dist-es/commands/CreateMeshCommand.js +2 -2
  14. package/dist-es/commands/CreateRouteCommand.js +2 -2
  15. package/dist-es/commands/CreateVirtualGatewayCommand.js +2 -2
  16. package/dist-es/commands/CreateVirtualNodeCommand.js +2 -2
  17. package/dist-es/commands/CreateVirtualRouterCommand.js +2 -2
  18. package/dist-es/commands/CreateVirtualServiceCommand.js +2 -2
  19. package/dist-es/commands/DeleteGatewayRouteCommand.js +2 -2
  20. package/dist-es/commands/DeleteMeshCommand.js +2 -2
  21. package/dist-es/commands/DeleteRouteCommand.js +2 -2
  22. package/dist-es/commands/DeleteVirtualGatewayCommand.js +2 -2
  23. package/dist-es/commands/DeleteVirtualNodeCommand.js +2 -2
  24. package/dist-es/commands/DeleteVirtualRouterCommand.js +2 -2
  25. package/dist-es/commands/DeleteVirtualServiceCommand.js +2 -2
  26. package/dist-es/commands/DescribeGatewayRouteCommand.js +2 -2
  27. package/dist-es/commands/DescribeMeshCommand.js +2 -2
  28. package/dist-es/commands/DescribeRouteCommand.js +2 -2
  29. package/dist-es/commands/DescribeVirtualGatewayCommand.js +2 -2
  30. package/dist-es/commands/DescribeVirtualNodeCommand.js +2 -2
  31. package/dist-es/commands/DescribeVirtualRouterCommand.js +2 -2
  32. package/dist-es/commands/DescribeVirtualServiceCommand.js +2 -2
  33. package/dist-es/commands/ListGatewayRoutesCommand.js +2 -2
  34. package/dist-es/commands/ListMeshesCommand.js +2 -2
  35. package/dist-es/commands/ListRoutesCommand.js +2 -2
  36. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  37. package/dist-es/commands/ListVirtualGatewaysCommand.js +2 -2
  38. package/dist-es/commands/ListVirtualNodesCommand.js +2 -2
  39. package/dist-es/commands/ListVirtualRoutersCommand.js +2 -2
  40. package/dist-es/commands/ListVirtualServicesCommand.js +2 -2
  41. package/dist-es/commands/TagResourceCommand.js +2 -2
  42. package/dist-es/commands/UntagResourceCommand.js +2 -2
  43. package/dist-es/commands/UpdateGatewayRouteCommand.js +2 -2
  44. package/dist-es/commands/UpdateMeshCommand.js +2 -2
  45. package/dist-es/commands/UpdateRouteCommand.js +2 -2
  46. package/dist-es/commands/UpdateVirtualGatewayCommand.js +2 -2
  47. package/dist-es/commands/UpdateVirtualNodeCommand.js +2 -2
  48. package/dist-es/commands/UpdateVirtualRouterCommand.js +2 -2
  49. package/dist-es/commands/UpdateVirtualServiceCommand.js +2 -2
  50. package/dist-es/endpoint/bdd.js +1 -1
  51. package/dist-es/endpoint/endpointResolver.js +1 -1
  52. package/dist-es/models/AppMeshServiceException.js +1 -1
  53. package/dist-es/runtimeConfig.browser.js +4 -6
  54. package/dist-es/runtimeConfig.js +4 -8
  55. package/dist-es/runtimeConfig.shared.js +3 -4
  56. package/dist-es/runtimeExtensions.js +2 -2
  57. package/dist-types/AppMeshClient.d.ts +5 -5
  58. package/dist-types/commands/CreateGatewayRouteCommand.d.ts +6 -4
  59. package/dist-types/commands/CreateMeshCommand.d.ts +6 -4
  60. package/dist-types/commands/CreateRouteCommand.d.ts +6 -4
  61. package/dist-types/commands/CreateVirtualGatewayCommand.d.ts +6 -4
  62. package/dist-types/commands/CreateVirtualNodeCommand.d.ts +6 -4
  63. package/dist-types/commands/CreateVirtualRouterCommand.d.ts +6 -4
  64. package/dist-types/commands/CreateVirtualServiceCommand.d.ts +6 -4
  65. package/dist-types/commands/DeleteGatewayRouteCommand.d.ts +6 -4
  66. package/dist-types/commands/DeleteMeshCommand.d.ts +6 -4
  67. package/dist-types/commands/DeleteRouteCommand.d.ts +6 -4
  68. package/dist-types/commands/DeleteVirtualGatewayCommand.d.ts +6 -4
  69. package/dist-types/commands/DeleteVirtualNodeCommand.d.ts +6 -4
  70. package/dist-types/commands/DeleteVirtualRouterCommand.d.ts +6 -4
  71. package/dist-types/commands/DeleteVirtualServiceCommand.d.ts +6 -4
  72. package/dist-types/commands/DescribeGatewayRouteCommand.d.ts +6 -4
  73. package/dist-types/commands/DescribeMeshCommand.d.ts +6 -4
  74. package/dist-types/commands/DescribeRouteCommand.d.ts +6 -4
  75. package/dist-types/commands/DescribeVirtualGatewayCommand.d.ts +6 -4
  76. package/dist-types/commands/DescribeVirtualNodeCommand.d.ts +6 -4
  77. package/dist-types/commands/DescribeVirtualRouterCommand.d.ts +6 -4
  78. package/dist-types/commands/DescribeVirtualServiceCommand.d.ts +6 -4
  79. package/dist-types/commands/ListGatewayRoutesCommand.d.ts +6 -4
  80. package/dist-types/commands/ListMeshesCommand.d.ts +6 -4
  81. package/dist-types/commands/ListRoutesCommand.d.ts +6 -4
  82. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  83. package/dist-types/commands/ListVirtualGatewaysCommand.d.ts +6 -4
  84. package/dist-types/commands/ListVirtualNodesCommand.d.ts +6 -4
  85. package/dist-types/commands/ListVirtualRoutersCommand.d.ts +6 -4
  86. package/dist-types/commands/ListVirtualServicesCommand.d.ts +6 -4
  87. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  88. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  89. package/dist-types/commands/UpdateGatewayRouteCommand.d.ts +6 -4
  90. package/dist-types/commands/UpdateMeshCommand.d.ts +6 -4
  91. package/dist-types/commands/UpdateRouteCommand.d.ts +6 -4
  92. package/dist-types/commands/UpdateVirtualGatewayCommand.d.ts +6 -4
  93. package/dist-types/commands/UpdateVirtualNodeCommand.d.ts +6 -4
  94. package/dist-types/commands/UpdateVirtualRouterCommand.d.ts +6 -4
  95. package/dist-types/commands/UpdateVirtualServiceCommand.d.ts +6 -4
  96. package/dist-types/endpoint/bdd.d.ts +1 -1
  97. package/dist-types/extensionConfiguration.d.ts +1 -1
  98. package/dist-types/models/AppMeshServiceException.d.ts +1 -1
  99. package/dist-types/models/errors.d.ts +1 -1
  100. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  101. package/dist-types/runtimeConfig.d.ts +2 -2
  102. package/dist-types/runtimeConfig.native.d.ts +2 -2
  103. package/dist-types/ts3.4/AppMeshClient.d.ts +8 -14
  104. package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +6 -4
  140. package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +6 -4
  141. package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +6 -4
  142. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  143. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  144. package/dist-types/ts3.4/models/AppMeshServiceException.d.ts +1 -1
  145. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  146. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  147. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  148. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  149. package/package.json +13 -34
@@ -1,13 +1,11 @@
1
1
  import packageInfo from "../package.json";
2
2
  import { Sha256 } from "@aws-crypto/sha256-browser";
3
3
  import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
4
- import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
4
+ import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
+ import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
6
+ import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
7
+ import { calculateBodyLength } from "@smithy/core/serde";
5
8
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
- import { invalidProvider } from "@smithy/invalid-dependency";
7
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
8
- import { calculateBodyLength } from "@smithy/util-body-length-browser";
9
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
10
- import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
11
9
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
12
10
  export const getRuntimeConfig = (config) => {
13
11
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
3
3
  import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
4
4
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
5
5
  import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
6
- import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
7
- import { Hash } from "@smithy/hash-node";
8
- import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
9
- import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
6
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
7
+ import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
8
+ import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
9
+ import { calculateBodyLength, Hash } from "@smithy/core/serde";
10
10
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
11
- import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
12
- import { calculateBodyLength } from "@smithy/util-body-length-node";
13
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
14
- import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
15
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
16
12
  export const getRuntimeConfig = (config) => {
17
13
  emitWarningIfUnsupportedVersion(process.version);
@@ -1,9 +1,8 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
- import { NoOpLogger } from "@smithy/smithy-client";
4
- import { parseUrl } from "@smithy/url-parser";
5
- import { fromBase64, toBase64 } from "@smithy/util-base64";
6
- import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
3
+ import { NoOpLogger } from "@smithy/core/client";
4
+ import { parseUrl } from "@smithy/core/protocols";
5
+ import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
7
6
  import { defaultAppMeshHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
7
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
8
  import { errorTypeRegistries } from "./schemas/schemas_0";
@@ -1,6 +1,6 @@
1
1
  import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
2
- import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
- import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
2
+ import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
3
+ import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
4
4
  import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
5
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
6
6
  const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
@@ -1,10 +1,10 @@
1
1
  import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
2
  import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
3
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
4
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
5
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
6
+ import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
7
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
8
8
  import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import type { CreateGatewayRouteCommandInput, CreateGatewayRouteCommandOutput } from "./commands/CreateGatewayRouteCommand";
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
4
  import type { CreateGatewayRouteInput, CreateGatewayRouteOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateGatewayRouteCommandInput extends CreateGatewayRouteInput
22
22
  export interface CreateGatewayRouteCommandOutput extends CreateGatewayRouteOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateGatewayRouteCommand_base: {
25
- new (input: CreateGatewayRouteCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGatewayRouteCommandInput, CreateGatewayRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateGatewayRouteCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGatewayRouteCommandInput, CreateGatewayRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateGatewayRouteCommandInput): import("@smithy/core/client").CommandImpl<CreateGatewayRouteCommandInput, CreateGatewayRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateGatewayRouteCommandInput): import("@smithy/core/client").CommandImpl<CreateGatewayRouteCommandInput, CreateGatewayRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a gateway route.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
4
  import type { CreateMeshInput, CreateMeshOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateMeshCommandInput extends CreateMeshInput {
22
22
  export interface CreateMeshCommandOutput extends CreateMeshOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateMeshCommand_base: {
25
- new (input: CreateMeshCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMeshCommandInput, CreateMeshCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateMeshCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMeshCommandInput, CreateMeshCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateMeshCommandInput): import("@smithy/core/client").CommandImpl<CreateMeshCommandInput, CreateMeshCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateMeshCommandInput): import("@smithy/core/client").CommandImpl<CreateMeshCommandInput, CreateMeshCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a service mesh.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
4
  import type { CreateRouteInput, CreateRouteOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateRouteCommandInput extends CreateRouteInput {
22
22
  export interface CreateRouteCommandOutput extends CreateRouteOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateRouteCommand_base: {
25
- new (input: CreateRouteCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRouteCommandInput, CreateRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateRouteCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRouteCommandInput, CreateRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateRouteCommandInput): import("@smithy/core/client").CommandImpl<CreateRouteCommandInput, CreateRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateRouteCommandInput): import("@smithy/core/client").CommandImpl<CreateRouteCommandInput, CreateRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a route that is associated with a virtual router.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
4
  import type { CreateVirtualGatewayInput, CreateVirtualGatewayOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateVirtualGatewayCommandInput extends CreateVirtualGatewayIn
22
22
  export interface CreateVirtualGatewayCommandOutput extends CreateVirtualGatewayOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateVirtualGatewayCommand_base: {
25
- new (input: CreateVirtualGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVirtualGatewayCommandInput, CreateVirtualGatewayCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateVirtualGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVirtualGatewayCommandInput, CreateVirtualGatewayCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateVirtualGatewayCommandInput): import("@smithy/core/client").CommandImpl<CreateVirtualGatewayCommandInput, CreateVirtualGatewayCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateVirtualGatewayCommandInput): import("@smithy/core/client").CommandImpl<CreateVirtualGatewayCommandInput, CreateVirtualGatewayCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a virtual gateway.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
4
  import type { CreateVirtualNodeInput, CreateVirtualNodeOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateVirtualNodeCommandInput extends CreateVirtualNodeInput {
22
22
  export interface CreateVirtualNodeCommandOutput extends CreateVirtualNodeOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateVirtualNodeCommand_base: {
25
- new (input: CreateVirtualNodeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVirtualNodeCommandInput, CreateVirtualNodeCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateVirtualNodeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVirtualNodeCommandInput, CreateVirtualNodeCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateVirtualNodeCommandInput): import("@smithy/core/client").CommandImpl<CreateVirtualNodeCommandInput, CreateVirtualNodeCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateVirtualNodeCommandInput): import("@smithy/core/client").CommandImpl<CreateVirtualNodeCommandInput, CreateVirtualNodeCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a virtual node within a service mesh.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
4
  import type { CreateVirtualRouterInput, CreateVirtualRouterOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateVirtualRouterCommandInput extends CreateVirtualRouterInpu
22
22
  export interface CreateVirtualRouterCommandOutput extends CreateVirtualRouterOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateVirtualRouterCommand_base: {
25
- new (input: CreateVirtualRouterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVirtualRouterCommandInput, CreateVirtualRouterCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateVirtualRouterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVirtualRouterCommandInput, CreateVirtualRouterCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateVirtualRouterCommandInput): import("@smithy/core/client").CommandImpl<CreateVirtualRouterCommandInput, CreateVirtualRouterCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateVirtualRouterCommandInput): import("@smithy/core/client").CommandImpl<CreateVirtualRouterCommandInput, CreateVirtualRouterCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a virtual router within a service mesh.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
4
  import type { CreateVirtualServiceInput, CreateVirtualServiceOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateVirtualServiceCommandInput extends CreateVirtualServiceIn
22
22
  export interface CreateVirtualServiceCommandOutput extends CreateVirtualServiceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateVirtualServiceCommand_base: {
25
- new (input: CreateVirtualServiceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVirtualServiceCommandInput, CreateVirtualServiceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateVirtualServiceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVirtualServiceCommandInput, CreateVirtualServiceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateVirtualServiceCommandInput): import("@smithy/core/client").CommandImpl<CreateVirtualServiceCommandInput, CreateVirtualServiceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateVirtualServiceCommandInput): import("@smithy/core/client").CommandImpl<CreateVirtualServiceCommandInput, CreateVirtualServiceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a virtual service within a service mesh.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
4
  import type { DeleteGatewayRouteInput, DeleteGatewayRouteOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteGatewayRouteCommandInput extends DeleteGatewayRouteInput
22
22
  export interface DeleteGatewayRouteCommandOutput extends DeleteGatewayRouteOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteGatewayRouteCommand_base: {
25
- new (input: DeleteGatewayRouteCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGatewayRouteCommandInput, DeleteGatewayRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteGatewayRouteCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGatewayRouteCommandInput, DeleteGatewayRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteGatewayRouteCommandInput): import("@smithy/core/client").CommandImpl<DeleteGatewayRouteCommandInput, DeleteGatewayRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteGatewayRouteCommandInput): import("@smithy/core/client").CommandImpl<DeleteGatewayRouteCommandInput, DeleteGatewayRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes an existing gateway route.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
4
  import type { DeleteMeshInput, DeleteMeshOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteMeshCommandInput extends DeleteMeshInput {
22
22
  export interface DeleteMeshCommandOutput extends DeleteMeshOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteMeshCommand_base: {
25
- new (input: DeleteMeshCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMeshCommandInput, DeleteMeshCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteMeshCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMeshCommandInput, DeleteMeshCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteMeshCommandInput): import("@smithy/core/client").CommandImpl<DeleteMeshCommandInput, DeleteMeshCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteMeshCommandInput): import("@smithy/core/client").CommandImpl<DeleteMeshCommandInput, DeleteMeshCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes an existing service mesh.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
4
  import type { DeleteRouteInput, DeleteRouteOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteRouteCommandInput extends DeleteRouteInput {
22
22
  export interface DeleteRouteCommandOutput extends DeleteRouteOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteRouteCommand_base: {
25
- new (input: DeleteRouteCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteCommandInput, DeleteRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteRouteCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteCommandInput, DeleteRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteRouteCommandInput): import("@smithy/core/client").CommandImpl<DeleteRouteCommandInput, DeleteRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteRouteCommandInput): import("@smithy/core/client").CommandImpl<DeleteRouteCommandInput, DeleteRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes an existing route.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
4
  import type { DeleteVirtualGatewayInput, DeleteVirtualGatewayOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteVirtualGatewayCommandInput extends DeleteVirtualGatewayIn
22
22
  export interface DeleteVirtualGatewayCommandOutput extends DeleteVirtualGatewayOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteVirtualGatewayCommand_base: {
25
- new (input: DeleteVirtualGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVirtualGatewayCommandInput, DeleteVirtualGatewayCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteVirtualGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVirtualGatewayCommandInput, DeleteVirtualGatewayCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteVirtualGatewayCommandInput): import("@smithy/core/client").CommandImpl<DeleteVirtualGatewayCommandInput, DeleteVirtualGatewayCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteVirtualGatewayCommandInput): import("@smithy/core/client").CommandImpl<DeleteVirtualGatewayCommandInput, DeleteVirtualGatewayCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes an existing virtual gateway. You cannot delete a virtual gateway if any gateway
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
4
  import type { DeleteVirtualNodeInput, DeleteVirtualNodeOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteVirtualNodeCommandInput extends DeleteVirtualNodeInput {
22
22
  export interface DeleteVirtualNodeCommandOutput extends DeleteVirtualNodeOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteVirtualNodeCommand_base: {
25
- new (input: DeleteVirtualNodeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVirtualNodeCommandInput, DeleteVirtualNodeCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteVirtualNodeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVirtualNodeCommandInput, DeleteVirtualNodeCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteVirtualNodeCommandInput): import("@smithy/core/client").CommandImpl<DeleteVirtualNodeCommandInput, DeleteVirtualNodeCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteVirtualNodeCommandInput): import("@smithy/core/client").CommandImpl<DeleteVirtualNodeCommandInput, DeleteVirtualNodeCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes an existing virtual node.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
4
  import type { DeleteVirtualRouterInput, DeleteVirtualRouterOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteVirtualRouterCommandInput extends DeleteVirtualRouterInpu
22
22
  export interface DeleteVirtualRouterCommandOutput extends DeleteVirtualRouterOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteVirtualRouterCommand_base: {
25
- new (input: DeleteVirtualRouterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVirtualRouterCommandInput, DeleteVirtualRouterCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteVirtualRouterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVirtualRouterCommandInput, DeleteVirtualRouterCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteVirtualRouterCommandInput): import("@smithy/core/client").CommandImpl<DeleteVirtualRouterCommandInput, DeleteVirtualRouterCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteVirtualRouterCommandInput): import("@smithy/core/client").CommandImpl<DeleteVirtualRouterCommandInput, DeleteVirtualRouterCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes an existing virtual router.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
4
  import type { DeleteVirtualServiceInput, DeleteVirtualServiceOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteVirtualServiceCommandInput extends DeleteVirtualServiceIn
22
22
  export interface DeleteVirtualServiceCommandOutput extends DeleteVirtualServiceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteVirtualServiceCommand_base: {
25
- new (input: DeleteVirtualServiceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVirtualServiceCommandInput, DeleteVirtualServiceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteVirtualServiceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVirtualServiceCommandInput, DeleteVirtualServiceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteVirtualServiceCommandInput): import("@smithy/core/client").CommandImpl<DeleteVirtualServiceCommandInput, DeleteVirtualServiceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteVirtualServiceCommandInput): import("@smithy/core/client").CommandImpl<DeleteVirtualServiceCommandInput, DeleteVirtualServiceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes an existing virtual service.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
4
  import type { DescribeGatewayRouteInput, DescribeGatewayRouteOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeGatewayRouteCommandInput extends DescribeGatewayRouteIn
22
22
  export interface DescribeGatewayRouteCommandOutput extends DescribeGatewayRouteOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeGatewayRouteCommand_base: {
25
- new (input: DescribeGatewayRouteCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeGatewayRouteCommandInput, DescribeGatewayRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeGatewayRouteCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeGatewayRouteCommandInput, DescribeGatewayRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeGatewayRouteCommandInput): import("@smithy/core/client").CommandImpl<DescribeGatewayRouteCommandInput, DescribeGatewayRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeGatewayRouteCommandInput): import("@smithy/core/client").CommandImpl<DescribeGatewayRouteCommandInput, DescribeGatewayRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes an existing gateway route.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
4
  import type { DescribeMeshInput, DescribeMeshOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeMeshCommandInput extends DescribeMeshInput {
22
22
  export interface DescribeMeshCommandOutput extends DescribeMeshOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeMeshCommand_base: {
25
- new (input: DescribeMeshCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMeshCommandInput, DescribeMeshCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeMeshCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMeshCommandInput, DescribeMeshCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeMeshCommandInput): import("@smithy/core/client").CommandImpl<DescribeMeshCommandInput, DescribeMeshCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeMeshCommandInput): import("@smithy/core/client").CommandImpl<DescribeMeshCommandInput, DescribeMeshCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes an existing service mesh.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
4
  import type { DescribeRouteInput, DescribeRouteOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeRouteCommandInput extends DescribeRouteInput {
22
22
  export interface DescribeRouteCommandOutput extends DescribeRouteOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeRouteCommand_base: {
25
- new (input: DescribeRouteCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRouteCommandInput, DescribeRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeRouteCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRouteCommandInput, DescribeRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeRouteCommandInput): import("@smithy/core/client").CommandImpl<DescribeRouteCommandInput, DescribeRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeRouteCommandInput): import("@smithy/core/client").CommandImpl<DescribeRouteCommandInput, DescribeRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes an existing route.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
4
  import type { DescribeVirtualGatewayInput, DescribeVirtualGatewayOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeVirtualGatewayCommandInput extends DescribeVirtualGatew
22
22
  export interface DescribeVirtualGatewayCommandOutput extends DescribeVirtualGatewayOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeVirtualGatewayCommand_base: {
25
- new (input: DescribeVirtualGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVirtualGatewayCommandInput, DescribeVirtualGatewayCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeVirtualGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVirtualGatewayCommandInput, DescribeVirtualGatewayCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeVirtualGatewayCommandInput): import("@smithy/core/client").CommandImpl<DescribeVirtualGatewayCommandInput, DescribeVirtualGatewayCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeVirtualGatewayCommandInput): import("@smithy/core/client").CommandImpl<DescribeVirtualGatewayCommandInput, DescribeVirtualGatewayCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes an existing virtual gateway.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
4
  import type { DescribeVirtualNodeInput, DescribeVirtualNodeOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeVirtualNodeCommandInput extends DescribeVirtualNodeInpu
22
22
  export interface DescribeVirtualNodeCommandOutput extends DescribeVirtualNodeOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeVirtualNodeCommand_base: {
25
- new (input: DescribeVirtualNodeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVirtualNodeCommandInput, DescribeVirtualNodeCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeVirtualNodeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVirtualNodeCommandInput, DescribeVirtualNodeCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeVirtualNodeCommandInput): import("@smithy/core/client").CommandImpl<DescribeVirtualNodeCommandInput, DescribeVirtualNodeCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeVirtualNodeCommandInput): import("@smithy/core/client").CommandImpl<DescribeVirtualNodeCommandInput, DescribeVirtualNodeCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes an existing virtual node.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
4
  import type { DescribeVirtualRouterInput, DescribeVirtualRouterOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeVirtualRouterCommandInput extends DescribeVirtualRouter
22
22
  export interface DescribeVirtualRouterCommandOutput extends DescribeVirtualRouterOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeVirtualRouterCommand_base: {
25
- new (input: DescribeVirtualRouterCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVirtualRouterCommandInput, DescribeVirtualRouterCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeVirtualRouterCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVirtualRouterCommandInput, DescribeVirtualRouterCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeVirtualRouterCommandInput): import("@smithy/core/client").CommandImpl<DescribeVirtualRouterCommandInput, DescribeVirtualRouterCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeVirtualRouterCommandInput): import("@smithy/core/client").CommandImpl<DescribeVirtualRouterCommandInput, DescribeVirtualRouterCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes an existing virtual router.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
4
  import type { DescribeVirtualServiceInput, DescribeVirtualServiceOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeVirtualServiceCommandInput extends DescribeVirtualServi
22
22
  export interface DescribeVirtualServiceCommandOutput extends DescribeVirtualServiceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeVirtualServiceCommand_base: {
25
- new (input: DescribeVirtualServiceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVirtualServiceCommandInput, DescribeVirtualServiceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeVirtualServiceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVirtualServiceCommandInput, DescribeVirtualServiceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes an existing virtual service.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
4
  import type { ListGatewayRoutesInput, ListGatewayRoutesOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListGatewayRoutesCommandInput extends ListGatewayRoutesInput {
22
22
  export interface ListGatewayRoutesCommandOutput extends ListGatewayRoutesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListGatewayRoutesCommand_base: {
25
- new (input: ListGatewayRoutesCommandInput): import("@smithy/smithy-client").CommandImpl<ListGatewayRoutesCommandInput, ListGatewayRoutesCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListGatewayRoutesCommandInput): import("@smithy/smithy-client").CommandImpl<ListGatewayRoutesCommandInput, ListGatewayRoutesCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of existing gateway routes that are associated to a virtual