@aws-sdk/client-outposts 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 (146) 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 +90 -91
  5. package/dist-cjs/models/OutpostsServiceException.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/Outposts.js +1 -1
  10. package/dist-es/OutpostsClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CancelCapacityTaskCommand.js +2 -2
  13. package/dist-es/commands/CancelOrderCommand.js +2 -2
  14. package/dist-es/commands/CreateOrderCommand.js +2 -2
  15. package/dist-es/commands/CreateOutpostCommand.js +2 -2
  16. package/dist-es/commands/CreateRenewalCommand.js +2 -2
  17. package/dist-es/commands/CreateSiteCommand.js +2 -2
  18. package/dist-es/commands/DeleteOutpostCommand.js +2 -2
  19. package/dist-es/commands/DeleteSiteCommand.js +2 -2
  20. package/dist-es/commands/GetCapacityTaskCommand.js +2 -2
  21. package/dist-es/commands/GetCatalogItemCommand.js +2 -2
  22. package/dist-es/commands/GetConnectionCommand.js +2 -2
  23. package/dist-es/commands/GetOrderCommand.js +2 -2
  24. package/dist-es/commands/GetOutpostBillingInformationCommand.js +2 -2
  25. package/dist-es/commands/GetOutpostCommand.js +2 -2
  26. package/dist-es/commands/GetOutpostInstanceTypesCommand.js +2 -2
  27. package/dist-es/commands/GetOutpostSupportedInstanceTypesCommand.js +2 -2
  28. package/dist-es/commands/GetRenewalPricingCommand.js +2 -2
  29. package/dist-es/commands/GetSiteAddressCommand.js +2 -2
  30. package/dist-es/commands/GetSiteCommand.js +2 -2
  31. package/dist-es/commands/ListAssetInstancesCommand.js +2 -2
  32. package/dist-es/commands/ListAssetsCommand.js +2 -2
  33. package/dist-es/commands/ListBlockingInstancesForCapacityTaskCommand.js +2 -2
  34. package/dist-es/commands/ListCapacityTasksCommand.js +2 -2
  35. package/dist-es/commands/ListCatalogItemsCommand.js +2 -2
  36. package/dist-es/commands/ListOrdersCommand.js +2 -2
  37. package/dist-es/commands/ListOutpostsCommand.js +2 -2
  38. package/dist-es/commands/ListSitesCommand.js +2 -2
  39. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  40. package/dist-es/commands/StartCapacityTaskCommand.js +2 -2
  41. package/dist-es/commands/StartConnectionCommand.js +2 -2
  42. package/dist-es/commands/StartOutpostDecommissionCommand.js +2 -2
  43. package/dist-es/commands/TagResourceCommand.js +2 -2
  44. package/dist-es/commands/UntagResourceCommand.js +2 -2
  45. package/dist-es/commands/UpdateOutpostCommand.js +2 -2
  46. package/dist-es/commands/UpdateSiteAddressCommand.js +2 -2
  47. package/dist-es/commands/UpdateSiteCommand.js +2 -2
  48. package/dist-es/commands/UpdateSiteRackPhysicalPropertiesCommand.js +2 -2
  49. package/dist-es/endpoint/bdd.js +1 -1
  50. package/dist-es/endpoint/endpointResolver.js +1 -1
  51. package/dist-es/models/OutpostsServiceException.js +1 -1
  52. package/dist-es/runtimeConfig.browser.js +4 -6
  53. package/dist-es/runtimeConfig.js +4 -8
  54. package/dist-es/runtimeConfig.shared.js +3 -4
  55. package/dist-es/runtimeExtensions.js +2 -2
  56. package/dist-types/OutpostsClient.d.ts +5 -5
  57. package/dist-types/commands/CancelCapacityTaskCommand.d.ts +6 -4
  58. package/dist-types/commands/CancelOrderCommand.d.ts +6 -4
  59. package/dist-types/commands/CreateOrderCommand.d.ts +6 -4
  60. package/dist-types/commands/CreateOutpostCommand.d.ts +6 -4
  61. package/dist-types/commands/CreateRenewalCommand.d.ts +6 -4
  62. package/dist-types/commands/CreateSiteCommand.d.ts +6 -4
  63. package/dist-types/commands/DeleteOutpostCommand.d.ts +6 -4
  64. package/dist-types/commands/DeleteSiteCommand.d.ts +6 -4
  65. package/dist-types/commands/GetCapacityTaskCommand.d.ts +6 -4
  66. package/dist-types/commands/GetCatalogItemCommand.d.ts +6 -4
  67. package/dist-types/commands/GetConnectionCommand.d.ts +6 -4
  68. package/dist-types/commands/GetOrderCommand.d.ts +6 -4
  69. package/dist-types/commands/GetOutpostBillingInformationCommand.d.ts +6 -4
  70. package/dist-types/commands/GetOutpostCommand.d.ts +6 -4
  71. package/dist-types/commands/GetOutpostInstanceTypesCommand.d.ts +6 -4
  72. package/dist-types/commands/GetOutpostSupportedInstanceTypesCommand.d.ts +6 -4
  73. package/dist-types/commands/GetRenewalPricingCommand.d.ts +6 -4
  74. package/dist-types/commands/GetSiteAddressCommand.d.ts +6 -4
  75. package/dist-types/commands/GetSiteCommand.d.ts +6 -4
  76. package/dist-types/commands/ListAssetInstancesCommand.d.ts +6 -4
  77. package/dist-types/commands/ListAssetsCommand.d.ts +6 -4
  78. package/dist-types/commands/ListBlockingInstancesForCapacityTaskCommand.d.ts +6 -4
  79. package/dist-types/commands/ListCapacityTasksCommand.d.ts +6 -4
  80. package/dist-types/commands/ListCatalogItemsCommand.d.ts +6 -4
  81. package/dist-types/commands/ListOrdersCommand.d.ts +6 -4
  82. package/dist-types/commands/ListOutpostsCommand.d.ts +6 -4
  83. package/dist-types/commands/ListSitesCommand.d.ts +6 -4
  84. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  85. package/dist-types/commands/StartCapacityTaskCommand.d.ts +6 -4
  86. package/dist-types/commands/StartConnectionCommand.d.ts +6 -4
  87. package/dist-types/commands/StartOutpostDecommissionCommand.d.ts +6 -4
  88. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  89. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  90. package/dist-types/commands/UpdateOutpostCommand.d.ts +6 -4
  91. package/dist-types/commands/UpdateSiteAddressCommand.d.ts +6 -4
  92. package/dist-types/commands/UpdateSiteCommand.d.ts +6 -4
  93. package/dist-types/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +6 -4
  94. package/dist-types/endpoint/bdd.d.ts +1 -1
  95. package/dist-types/extensionConfiguration.d.ts +1 -1
  96. package/dist-types/models/OutpostsServiceException.d.ts +1 -1
  97. package/dist-types/models/errors.d.ts +1 -1
  98. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  99. package/dist-types/runtimeConfig.d.ts +2 -2
  100. package/dist-types/runtimeConfig.native.d.ts +2 -2
  101. package/dist-types/ts3.4/OutpostsClient.d.ts +8 -14
  102. package/dist-types/ts3.4/commands/CancelCapacityTaskCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/CancelOrderCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/CreateOrderCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/CreateOutpostCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/CreateRenewalCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/DeleteOutpostCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/DeleteSiteCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/GetCapacityTaskCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/GetCatalogItemCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/GetOrderCommand.d.ts +6 -8
  114. package/dist-types/ts3.4/commands/GetOutpostBillingInformationCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/GetOutpostCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/GetOutpostInstanceTypesCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/GetOutpostSupportedInstanceTypesCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/GetRenewalPricingCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/GetSiteAddressCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/GetSiteCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/ListAssetInstancesCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/ListBlockingInstancesForCapacityTaskCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/ListCapacityTasksCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/ListCatalogItemsCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/ListOrdersCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/ListOutpostsCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/ListSitesCommand.d.ts +6 -6
  129. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/StartCapacityTaskCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/StartConnectionCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/StartOutpostDecommissionCommand.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/UpdateOutpostCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/UpdateSiteAddressCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  140. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  141. package/dist-types/ts3.4/models/OutpostsServiceException.d.ts +1 -1
  142. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  143. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  144. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  145. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  146. package/package.json +13 -34
@@ -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 { defaultOutpostsHttpAuthSchemeProvider } 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 { CancelCapacityTaskCommandInput, CancelCapacityTaskCommandOutput } from "./commands/CancelCapacityTaskCommand";
@@ -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 { CancelCapacityTaskInput, CancelCapacityTaskOutput } from "../models/models_0";
4
4
  import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
@@ -22,9 +22,11 @@ export interface CancelCapacityTaskCommandInput extends CancelCapacityTaskInput
22
22
  export interface CancelCapacityTaskCommandOutput extends CancelCapacityTaskOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CancelCapacityTaskCommand_base: {
25
- new (input: CancelCapacityTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CancelCapacityTaskCommandInput, CancelCapacityTaskCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CancelCapacityTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CancelCapacityTaskCommandInput, CancelCapacityTaskCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CancelCapacityTaskCommandInput): import("@smithy/core/client").CommandImpl<CancelCapacityTaskCommandInput, CancelCapacityTaskCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CancelCapacityTaskCommandInput): import("@smithy/core/client").CommandImpl<CancelCapacityTaskCommandInput, CancelCapacityTaskCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Cancels the capacity task.</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 { CancelOrderInput, CancelOrderOutput } from "../models/models_0";
4
4
  import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
@@ -22,9 +22,11 @@ export interface CancelOrderCommandInput extends CancelOrderInput {
22
22
  export interface CancelOrderCommandOutput extends CancelOrderOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CancelOrderCommand_base: {
25
- new (input: CancelOrderCommandInput): import("@smithy/smithy-client").CommandImpl<CancelOrderCommandInput, CancelOrderCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CancelOrderCommandInput): import("@smithy/smithy-client").CommandImpl<CancelOrderCommandInput, CancelOrderCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CancelOrderCommandInput): import("@smithy/core/client").CommandImpl<CancelOrderCommandInput, CancelOrderCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CancelOrderCommandInput): import("@smithy/core/client").CommandImpl<CancelOrderCommandInput, CancelOrderCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Cancels the specified order for an Outpost.</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 { CreateOrderInput, CreateOrderOutput } from "../models/models_0";
4
4
  import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
@@ -22,9 +22,11 @@ export interface CreateOrderCommandInput extends CreateOrderInput {
22
22
  export interface CreateOrderCommandOutput extends CreateOrderOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateOrderCommand_base: {
25
- new (input: CreateOrderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOrderCommandInput, CreateOrderCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateOrderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOrderCommandInput, CreateOrderCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateOrderCommandInput): import("@smithy/core/client").CommandImpl<CreateOrderCommandInput, CreateOrderCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateOrderCommandInput): import("@smithy/core/client").CommandImpl<CreateOrderCommandInput, CreateOrderCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates an order for an Outpost.</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 { CreateOutpostInput, CreateOutpostOutput } from "../models/models_0";
4
4
  import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
@@ -22,9 +22,11 @@ export interface CreateOutpostCommandInput extends CreateOutpostInput {
22
22
  export interface CreateOutpostCommandOutput extends CreateOutpostOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateOutpostCommand_base: {
25
- new (input: CreateOutpostCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOutpostCommandInput, CreateOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateOutpostCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOutpostCommandInput, CreateOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateOutpostCommandInput): import("@smithy/core/client").CommandImpl<CreateOutpostCommandInput, CreateOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateOutpostCommandInput): import("@smithy/core/client").CommandImpl<CreateOutpostCommandInput, CreateOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates an Outpost.</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 { CreateRenewalInput, CreateRenewalOutput } from "../models/models_0";
4
4
  import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
@@ -22,9 +22,11 @@ export interface CreateRenewalCommandInput extends CreateRenewalInput {
22
22
  export interface CreateRenewalCommandOutput extends CreateRenewalOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateRenewalCommand_base: {
25
- new (input: CreateRenewalCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRenewalCommandInput, CreateRenewalCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateRenewalCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRenewalCommandInput, CreateRenewalCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateRenewalCommandInput): import("@smithy/core/client").CommandImpl<CreateRenewalCommandInput, CreateRenewalCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateRenewalCommandInput): import("@smithy/core/client").CommandImpl<CreateRenewalCommandInput, CreateRenewalCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a renewal contract for the specified Outpost.</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 { CreateSiteInput, CreateSiteOutput } from "../models/models_0";
4
4
  import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
@@ -22,9 +22,11 @@ export interface CreateSiteCommandInput extends CreateSiteInput {
22
22
  export interface CreateSiteCommandOutput extends CreateSiteOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateSiteCommand_base: {
25
- new (input: CreateSiteCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSiteCommandInput, CreateSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateSiteCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSiteCommandInput, CreateSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateSiteCommandInput): import("@smithy/core/client").CommandImpl<CreateSiteCommandInput, CreateSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateSiteCommandInput): import("@smithy/core/client").CommandImpl<CreateSiteCommandInput, CreateSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Creates a site for an Outpost. </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 { DeleteOutpostInput, DeleteOutpostOutput } from "../models/models_0";
4
4
  import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
@@ -22,9 +22,11 @@ export interface DeleteOutpostCommandInput extends DeleteOutpostInput {
22
22
  export interface DeleteOutpostCommandOutput extends DeleteOutpostOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteOutpostCommand_base: {
25
- new (input: DeleteOutpostCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOutpostCommandInput, DeleteOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteOutpostCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOutpostCommandInput, DeleteOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteOutpostCommandInput): import("@smithy/core/client").CommandImpl<DeleteOutpostCommandInput, DeleteOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteOutpostCommandInput): import("@smithy/core/client").CommandImpl<DeleteOutpostCommandInput, DeleteOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified Outpost.</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 { DeleteSiteInput, DeleteSiteOutput } from "../models/models_0";
4
4
  import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
@@ -22,9 +22,11 @@ export interface DeleteSiteCommandInput extends DeleteSiteInput {
22
22
  export interface DeleteSiteCommandOutput extends DeleteSiteOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteSiteCommand_base: {
25
- new (input: DeleteSiteCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSiteCommandInput, DeleteSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSiteCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSiteCommandInput, DeleteSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteSiteCommandInput): import("@smithy/core/client").CommandImpl<DeleteSiteCommandInput, DeleteSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteSiteCommandInput): import("@smithy/core/client").CommandImpl<DeleteSiteCommandInput, DeleteSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified site.</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 { GetCapacityTaskInput, GetCapacityTaskOutput } from "../models/models_0";
4
4
  import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
@@ -22,9 +22,11 @@ export interface GetCapacityTaskCommandInput extends GetCapacityTaskInput {
22
22
  export interface GetCapacityTaskCommandOutput extends GetCapacityTaskOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetCapacityTaskCommand_base: {
25
- new (input: GetCapacityTaskCommandInput): import("@smithy/smithy-client").CommandImpl<GetCapacityTaskCommandInput, GetCapacityTaskCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetCapacityTaskCommandInput): import("@smithy/smithy-client").CommandImpl<GetCapacityTaskCommandInput, GetCapacityTaskCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetCapacityTaskCommandInput): import("@smithy/core/client").CommandImpl<GetCapacityTaskCommandInput, GetCapacityTaskCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetCapacityTaskCommandInput): import("@smithy/core/client").CommandImpl<GetCapacityTaskCommandInput, GetCapacityTaskCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets details of the specified capacity task.</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 { GetCatalogItemInput, GetCatalogItemOutput } from "../models/models_0";
4
4
  import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
@@ -22,9 +22,11 @@ export interface GetCatalogItemCommandInput extends GetCatalogItemInput {
22
22
  export interface GetCatalogItemCommandOutput extends GetCatalogItemOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetCatalogItemCommand_base: {
25
- new (input: GetCatalogItemCommandInput): import("@smithy/smithy-client").CommandImpl<GetCatalogItemCommandInput, GetCatalogItemCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetCatalogItemCommandInput): import("@smithy/smithy-client").CommandImpl<GetCatalogItemCommandInput, GetCatalogItemCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetCatalogItemCommandInput): import("@smithy/core/client").CommandImpl<GetCatalogItemCommandInput, GetCatalogItemCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetCatalogItemCommandInput): import("@smithy/core/client").CommandImpl<GetCatalogItemCommandInput, GetCatalogItemCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets information about the specified catalog item.</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 { GetConnectionRequest, GetConnectionResponse } from "../models/models_0";
4
4
  import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
@@ -22,9 +22,11 @@ export interface GetConnectionCommandInput extends GetConnectionRequest {
22
22
  export interface GetConnectionCommandOutput extends GetConnectionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetConnectionCommand_base: {
25
- new (input: GetConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectionCommandInput, GetConnectionCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectionCommandInput, GetConnectionCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetConnectionCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionCommandInput, GetConnectionCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetConnectionCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionCommandInput, GetConnectionCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <note>
@@ -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 { GetOrderInput, GetOrderOutput } from "../models/models_0";
4
4
  import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
@@ -22,9 +22,11 @@ export interface GetOrderCommandInput extends GetOrderInput {
22
22
  export interface GetOrderCommandOutput extends GetOrderOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetOrderCommand_base: {
25
- new (input: GetOrderCommandInput): import("@smithy/smithy-client").CommandImpl<GetOrderCommandInput, GetOrderCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetOrderCommandInput): import("@smithy/smithy-client").CommandImpl<GetOrderCommandInput, GetOrderCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetOrderCommandInput): import("@smithy/core/client").CommandImpl<GetOrderCommandInput, GetOrderCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetOrderCommandInput): import("@smithy/core/client").CommandImpl<GetOrderCommandInput, GetOrderCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets information about the specified order.</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 { GetOutpostBillingInformationInput, GetOutpostBillingInformationOutput } from "../models/models_0";
4
4
  import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
@@ -22,9 +22,11 @@ export interface GetOutpostBillingInformationCommandInput extends GetOutpostBill
22
22
  export interface GetOutpostBillingInformationCommandOutput extends GetOutpostBillingInformationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetOutpostBillingInformationCommand_base: {
25
- new (input: GetOutpostBillingInformationCommandInput): import("@smithy/smithy-client").CommandImpl<GetOutpostBillingInformationCommandInput, GetOutpostBillingInformationCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetOutpostBillingInformationCommandInput): import("@smithy/smithy-client").CommandImpl<GetOutpostBillingInformationCommandInput, GetOutpostBillingInformationCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetOutpostBillingInformationCommandInput): import("@smithy/core/client").CommandImpl<GetOutpostBillingInformationCommandInput, GetOutpostBillingInformationCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetOutpostBillingInformationCommandInput): import("@smithy/core/client").CommandImpl<GetOutpostBillingInformationCommandInput, GetOutpostBillingInformationCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets current and historical billing information about the specified Outpost.</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 { GetOutpostInput, GetOutpostOutput } from "../models/models_0";
4
4
  import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
@@ -22,9 +22,11 @@ export interface GetOutpostCommandInput extends GetOutpostInput {
22
22
  export interface GetOutpostCommandOutput extends GetOutpostOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetOutpostCommand_base: {
25
- new (input: GetOutpostCommandInput): import("@smithy/smithy-client").CommandImpl<GetOutpostCommandInput, GetOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetOutpostCommandInput): import("@smithy/smithy-client").CommandImpl<GetOutpostCommandInput, GetOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetOutpostCommandInput): import("@smithy/core/client").CommandImpl<GetOutpostCommandInput, GetOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetOutpostCommandInput): import("@smithy/core/client").CommandImpl<GetOutpostCommandInput, GetOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets information about the specified Outpost.</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 { GetOutpostInstanceTypesInput, GetOutpostInstanceTypesOutput } from "../models/models_0";
4
4
  import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
@@ -22,9 +22,11 @@ export interface GetOutpostInstanceTypesCommandInput extends GetOutpostInstanceT
22
22
  export interface GetOutpostInstanceTypesCommandOutput extends GetOutpostInstanceTypesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetOutpostInstanceTypesCommand_base: {
25
- new (input: GetOutpostInstanceTypesCommandInput): import("@smithy/smithy-client").CommandImpl<GetOutpostInstanceTypesCommandInput, GetOutpostInstanceTypesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetOutpostInstanceTypesCommandInput): import("@smithy/smithy-client").CommandImpl<GetOutpostInstanceTypesCommandInput, GetOutpostInstanceTypesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetOutpostInstanceTypesCommandInput): import("@smithy/core/client").CommandImpl<GetOutpostInstanceTypesCommandInput, GetOutpostInstanceTypesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetOutpostInstanceTypesCommandInput): import("@smithy/core/client").CommandImpl<GetOutpostInstanceTypesCommandInput, GetOutpostInstanceTypesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets the instance types for the specified Outpost.</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 { GetOutpostSupportedInstanceTypesInput, GetOutpostSupportedInstanceTypesOutput } from "../models/models_0";
4
4
  import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
@@ -22,9 +22,11 @@ export interface GetOutpostSupportedInstanceTypesCommandInput extends GetOutpost
22
22
  export interface GetOutpostSupportedInstanceTypesCommandOutput extends GetOutpostSupportedInstanceTypesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetOutpostSupportedInstanceTypesCommand_base: {
25
- new (input: GetOutpostSupportedInstanceTypesCommandInput): import("@smithy/smithy-client").CommandImpl<GetOutpostSupportedInstanceTypesCommandInput, GetOutpostSupportedInstanceTypesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetOutpostSupportedInstanceTypesCommandInput): import("@smithy/smithy-client").CommandImpl<GetOutpostSupportedInstanceTypesCommandInput, GetOutpostSupportedInstanceTypesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetOutpostSupportedInstanceTypesCommandInput): import("@smithy/core/client").CommandImpl<GetOutpostSupportedInstanceTypesCommandInput, GetOutpostSupportedInstanceTypesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetOutpostSupportedInstanceTypesCommandInput): import("@smithy/core/client").CommandImpl<GetOutpostSupportedInstanceTypesCommandInput, GetOutpostSupportedInstanceTypesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets the instance types that an Outpost can support in <code>InstanceTypeCapacity</code>.
@@ -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 { GetRenewalPricingInput, GetRenewalPricingOutput } from "../models/models_0";
4
4
  import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
@@ -22,9 +22,11 @@ export interface GetRenewalPricingCommandInput extends GetRenewalPricingInput {
22
22
  export interface GetRenewalPricingCommandOutput extends GetRenewalPricingOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetRenewalPricingCommand_base: {
25
- new (input: GetRenewalPricingCommandInput): import("@smithy/smithy-client").CommandImpl<GetRenewalPricingCommandInput, GetRenewalPricingCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetRenewalPricingCommandInput): import("@smithy/smithy-client").CommandImpl<GetRenewalPricingCommandInput, GetRenewalPricingCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetRenewalPricingCommandInput): import("@smithy/core/client").CommandImpl<GetRenewalPricingCommandInput, GetRenewalPricingCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetRenewalPricingCommandInput): import("@smithy/core/client").CommandImpl<GetRenewalPricingCommandInput, GetRenewalPricingCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets all available renewal pricing options for the specified Outpost.</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 { GetSiteAddressInput, GetSiteAddressOutput } from "../models/models_0";
4
4
  import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
@@ -22,9 +22,11 @@ export interface GetSiteAddressCommandInput extends GetSiteAddressInput {
22
22
  export interface GetSiteAddressCommandOutput extends GetSiteAddressOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetSiteAddressCommand_base: {
25
- new (input: GetSiteAddressCommandInput): import("@smithy/smithy-client").CommandImpl<GetSiteAddressCommandInput, GetSiteAddressCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSiteAddressCommandInput): import("@smithy/smithy-client").CommandImpl<GetSiteAddressCommandInput, GetSiteAddressCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetSiteAddressCommandInput): import("@smithy/core/client").CommandImpl<GetSiteAddressCommandInput, GetSiteAddressCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSiteAddressCommandInput): import("@smithy/core/client").CommandImpl<GetSiteAddressCommandInput, GetSiteAddressCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Gets the site address of the specified site. </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 { GetSiteInput, GetSiteOutput } from "../models/models_0";
4
4
  import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
@@ -22,9 +22,11 @@ export interface GetSiteCommandInput extends GetSiteInput {
22
22
  export interface GetSiteCommandOutput extends GetSiteOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetSiteCommand_base: {
25
- new (input: GetSiteCommandInput): import("@smithy/smithy-client").CommandImpl<GetSiteCommandInput, GetSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSiteCommandInput): import("@smithy/smithy-client").CommandImpl<GetSiteCommandInput, GetSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetSiteCommandInput): import("@smithy/core/client").CommandImpl<GetSiteCommandInput, GetSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSiteCommandInput): import("@smithy/core/client").CommandImpl<GetSiteCommandInput, GetSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets information about the specified Outpost site.</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 { ListAssetInstancesInput, ListAssetInstancesOutput } from "../models/models_0";
4
4
  import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
@@ -22,9 +22,11 @@ export interface ListAssetInstancesCommandInput extends ListAssetInstancesInput
22
22
  export interface ListAssetInstancesCommandOutput extends ListAssetInstancesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListAssetInstancesCommand_base: {
25
- new (input: ListAssetInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssetInstancesCommandInput, ListAssetInstancesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListAssetInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssetInstancesCommandInput, ListAssetInstancesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListAssetInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListAssetInstancesCommandInput, ListAssetInstancesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListAssetInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListAssetInstancesCommandInput, ListAssetInstancesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>A list of Amazon EC2 instances, belonging to all accounts, running on the specified Outpost.
@@ -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 { ListAssetsInput, ListAssetsOutput } from "../models/models_0";
4
4
  import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
@@ -22,9 +22,11 @@ export interface ListAssetsCommandInput extends ListAssetsInput {
22
22
  export interface ListAssetsCommandOutput extends ListAssetsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListAssetsCommand_base: {
25
- new (input: ListAssetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssetsCommandInput, ListAssetsCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListAssetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssetsCommandInput, ListAssetsCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListAssetsCommandInput): import("@smithy/core/client").CommandImpl<ListAssetsCommandInput, ListAssetsCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListAssetsCommandInput): import("@smithy/core/client").CommandImpl<ListAssetsCommandInput, ListAssetsCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the hardware assets for the specified Outpost.</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 { ListBlockingInstancesForCapacityTaskInput, ListBlockingInstancesForCapacityTaskOutput } from "../models/models_0";
4
4
  import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
@@ -22,9 +22,11 @@ export interface ListBlockingInstancesForCapacityTaskCommandInput extends ListBl
22
22
  export interface ListBlockingInstancesForCapacityTaskCommandOutput extends ListBlockingInstancesForCapacityTaskOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListBlockingInstancesForCapacityTaskCommand_base: {
25
- new (input: ListBlockingInstancesForCapacityTaskCommandInput): import("@smithy/smithy-client").CommandImpl<ListBlockingInstancesForCapacityTaskCommandInput, ListBlockingInstancesForCapacityTaskCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListBlockingInstancesForCapacityTaskCommandInput): import("@smithy/smithy-client").CommandImpl<ListBlockingInstancesForCapacityTaskCommandInput, ListBlockingInstancesForCapacityTaskCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListBlockingInstancesForCapacityTaskCommandInput): import("@smithy/core/client").CommandImpl<ListBlockingInstancesForCapacityTaskCommandInput, ListBlockingInstancesForCapacityTaskCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListBlockingInstancesForCapacityTaskCommandInput): import("@smithy/core/client").CommandImpl<ListBlockingInstancesForCapacityTaskCommandInput, ListBlockingInstancesForCapacityTaskCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>A list of Amazon EC2 instances running on the Outpost and belonging to the account that
@@ -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 { ListCapacityTasksInput, ListCapacityTasksOutput } from "../models/models_0";
4
4
  import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
@@ -22,9 +22,11 @@ export interface ListCapacityTasksCommandInput extends ListCapacityTasksInput {
22
22
  export interface ListCapacityTasksCommandOutput extends ListCapacityTasksOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListCapacityTasksCommand_base: {
25
- new (input: ListCapacityTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListCapacityTasksCommandInput, ListCapacityTasksCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListCapacityTasksCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCapacityTasksCommandInput, ListCapacityTasksCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListCapacityTasksCommandInput): import("@smithy/core/client").CommandImpl<ListCapacityTasksCommandInput, ListCapacityTasksCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListCapacityTasksCommandInput]): import("@smithy/core/client").CommandImpl<ListCapacityTasksCommandInput, ListCapacityTasksCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the capacity tasks for your Amazon Web Services account.</p>