@aws-sdk/client-outposts 3.1045.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
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { CreateSiteInput, CreateSiteOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface CreateSiteCommandOutput
15
15
  declare const CreateSiteCommand_base: {
16
16
  new (
17
17
  input: CreateSiteCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  CreateSiteCommandInput,
20
20
  CreateSiteCommandOutput,
21
21
  OutpostsClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const CreateSiteCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: CreateSiteCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  CreateSiteCommandInput,
29
29
  CreateSiteCommandOutput,
30
30
  OutpostsClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class CreateSiteCommand extends CreateSiteCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DeleteOutpostInput, DeleteOutpostOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface DeleteOutpostCommandOutput
15
15
  declare const DeleteOutpostCommand_base: {
16
16
  new (
17
17
  input: DeleteOutpostCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteOutpostCommandInput,
20
20
  DeleteOutpostCommandOutput,
21
21
  OutpostsClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DeleteOutpostCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: DeleteOutpostCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DeleteOutpostCommandInput,
29
29
  DeleteOutpostCommandOutput,
30
30
  OutpostsClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class DeleteOutpostCommand extends DeleteOutpostCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DeleteSiteInput, DeleteSiteOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface DeleteSiteCommandOutput
15
15
  declare const DeleteSiteCommand_base: {
16
16
  new (
17
17
  input: DeleteSiteCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteSiteCommandInput,
20
20
  DeleteSiteCommandOutput,
21
21
  OutpostsClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DeleteSiteCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: DeleteSiteCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DeleteSiteCommandInput,
29
29
  DeleteSiteCommandOutput,
30
30
  OutpostsClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class DeleteSiteCommand extends DeleteSiteCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetCapacityTaskInput,
@@ -18,7 +18,7 @@ export interface GetCapacityTaskCommandOutput
18
18
  declare const GetCapacityTaskCommand_base: {
19
19
  new (
20
20
  input: GetCapacityTaskCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetCapacityTaskCommandInput,
23
23
  GetCapacityTaskCommandOutput,
24
24
  OutpostsClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetCapacityTaskCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetCapacityTaskCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetCapacityTaskCommandInput,
32
32
  GetCapacityTaskCommandOutput,
33
33
  OutpostsClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetCapacityTaskCommand extends GetCapacityTaskCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GetCatalogItemInput, GetCatalogItemOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface GetCatalogItemCommandOutput
15
15
  declare const GetCatalogItemCommand_base: {
16
16
  new (
17
17
  input: GetCatalogItemCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetCatalogItemCommandInput,
20
20
  GetCatalogItemCommandOutput,
21
21
  OutpostsClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetCatalogItemCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: GetCatalogItemCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetCatalogItemCommandInput,
29
29
  GetCatalogItemCommandOutput,
30
30
  OutpostsClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class GetCatalogItemCommand extends GetCatalogItemCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetConnectionRequest,
@@ -18,7 +18,7 @@ export interface GetConnectionCommandOutput
18
18
  declare const GetConnectionCommand_base: {
19
19
  new (
20
20
  input: GetConnectionCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetConnectionCommandInput,
23
23
  GetConnectionCommandOutput,
24
24
  OutpostsClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetConnectionCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetConnectionCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetConnectionCommandInput,
32
32
  GetConnectionCommandOutput,
33
33
  OutpostsClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetConnectionCommand extends GetConnectionCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GetOrderInput, GetOrderOutput } from "../models/models_0";
4
4
  import {
@@ -13,25 +13,23 @@ export interface GetOrderCommandOutput
13
13
  extends GetOrderOutput,
14
14
  __MetadataBearer {}
15
15
  declare const GetOrderCommand_base: {
16
- new (
17
- input: GetOrderCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: GetOrderCommandInput): import("@smithy/core/client").CommandImpl<
19
17
  GetOrderCommandInput,
20
18
  GetOrderCommandOutput,
21
19
  OutpostsClientResolvedConfig,
22
20
  ServiceInputTypes,
23
21
  ServiceOutputTypes
24
22
  >;
25
- new (
26
- input: GetOrderCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
23
+ new (input: GetOrderCommandInput): import("@smithy/core/client").CommandImpl<
28
24
  GetOrderCommandInput,
29
25
  GetOrderCommandOutput,
30
26
  OutpostsClientResolvedConfig,
31
27
  ServiceInputTypes,
32
28
  ServiceOutputTypes
33
29
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
35
33
  };
36
34
  export declare class GetOrderCommand extends GetOrderCommand_base {
37
35
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetOutpostBillingInformationInput,
@@ -19,7 +19,7 @@ export interface GetOutpostBillingInformationCommandOutput
19
19
  declare const GetOutpostBillingInformationCommand_base: {
20
20
  new (
21
21
  input: GetOutpostBillingInformationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetOutpostBillingInformationCommandInput,
24
24
  GetOutpostBillingInformationCommandOutput,
25
25
  OutpostsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetOutpostBillingInformationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetOutpostBillingInformationCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetOutpostBillingInformationCommandInput,
33
33
  GetOutpostBillingInformationCommandOutput,
34
34
  OutpostsClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetOutpostBillingInformationCommand extends GetOutpostBillingInformationCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GetOutpostInput, GetOutpostOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface GetOutpostCommandOutput
15
15
  declare const GetOutpostCommand_base: {
16
16
  new (
17
17
  input: GetOutpostCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetOutpostCommandInput,
20
20
  GetOutpostCommandOutput,
21
21
  OutpostsClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetOutpostCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: GetOutpostCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetOutpostCommandInput,
29
29
  GetOutpostCommandOutput,
30
30
  OutpostsClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class GetOutpostCommand extends GetOutpostCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetOutpostInstanceTypesInput,
@@ -19,7 +19,7 @@ export interface GetOutpostInstanceTypesCommandOutput
19
19
  declare const GetOutpostInstanceTypesCommand_base: {
20
20
  new (
21
21
  input: GetOutpostInstanceTypesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetOutpostInstanceTypesCommandInput,
24
24
  GetOutpostInstanceTypesCommandOutput,
25
25
  OutpostsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetOutpostInstanceTypesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetOutpostInstanceTypesCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetOutpostInstanceTypesCommandInput,
33
33
  GetOutpostInstanceTypesCommandOutput,
34
34
  OutpostsClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetOutpostInstanceTypesCommand extends GetOutpostInstanceTypesCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetOutpostSupportedInstanceTypesInput,
@@ -19,7 +19,7 @@ export interface GetOutpostSupportedInstanceTypesCommandOutput
19
19
  declare const GetOutpostSupportedInstanceTypesCommand_base: {
20
20
  new (
21
21
  input: GetOutpostSupportedInstanceTypesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetOutpostSupportedInstanceTypesCommandInput,
24
24
  GetOutpostSupportedInstanceTypesCommandOutput,
25
25
  OutpostsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetOutpostSupportedInstanceTypesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetOutpostSupportedInstanceTypesCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetOutpostSupportedInstanceTypesCommandInput,
33
33
  GetOutpostSupportedInstanceTypesCommandOutput,
34
34
  OutpostsClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetOutpostSupportedInstanceTypesCommand extends GetOutpostSupportedInstanceTypesCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetRenewalPricingInput,
@@ -18,7 +18,7 @@ export interface GetRenewalPricingCommandOutput
18
18
  declare const GetRenewalPricingCommand_base: {
19
19
  new (
20
20
  input: GetRenewalPricingCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetRenewalPricingCommandInput,
23
23
  GetRenewalPricingCommandOutput,
24
24
  OutpostsClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetRenewalPricingCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetRenewalPricingCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetRenewalPricingCommandInput,
32
32
  GetRenewalPricingCommandOutput,
33
33
  OutpostsClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetRenewalPricingCommand extends GetRenewalPricingCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GetSiteAddressInput, GetSiteAddressOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface GetSiteAddressCommandOutput
15
15
  declare const GetSiteAddressCommand_base: {
16
16
  new (
17
17
  input: GetSiteAddressCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetSiteAddressCommandInput,
20
20
  GetSiteAddressCommandOutput,
21
21
  OutpostsClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetSiteAddressCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: GetSiteAddressCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetSiteAddressCommandInput,
29
29
  GetSiteAddressCommandOutput,
30
30
  OutpostsClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class GetSiteAddressCommand extends GetSiteAddressCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GetSiteInput, GetSiteOutput } from "../models/models_0";
4
4
  import {
@@ -11,21 +11,23 @@ export { $Command };
11
11
  export interface GetSiteCommandInput extends GetSiteInput {}
12
12
  export interface GetSiteCommandOutput extends GetSiteOutput, __MetadataBearer {}
13
13
  declare const GetSiteCommand_base: {
14
- new (input: GetSiteCommandInput): import("@smithy/smithy-client").CommandImpl<
14
+ new (input: GetSiteCommandInput): import("@smithy/core/client").CommandImpl<
15
15
  GetSiteCommandInput,
16
16
  GetSiteCommandOutput,
17
17
  OutpostsClientResolvedConfig,
18
18
  ServiceInputTypes,
19
19
  ServiceOutputTypes
20
20
  >;
21
- new (input: GetSiteCommandInput): import("@smithy/smithy-client").CommandImpl<
21
+ new (input: GetSiteCommandInput): import("@smithy/core/client").CommandImpl<
22
22
  GetSiteCommandInput,
23
23
  GetSiteCommandOutput,
24
24
  OutpostsClientResolvedConfig,
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ getEndpointParameterInstructions(): {
29
+ [x: string]: unknown;
30
+ };
29
31
  };
30
32
  export declare class GetSiteCommand extends GetSiteCommand_base {
31
33
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListAssetInstancesInput,
@@ -19,7 +19,7 @@ export interface ListAssetInstancesCommandOutput
19
19
  declare const ListAssetInstancesCommand_base: {
20
20
  new (
21
21
  input: ListAssetInstancesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListAssetInstancesCommandInput,
24
24
  ListAssetInstancesCommandOutput,
25
25
  OutpostsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListAssetInstancesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListAssetInstancesCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListAssetInstancesCommandInput,
33
33
  ListAssetInstancesCommandOutput,
34
34
  OutpostsClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListAssetInstancesCommand extends ListAssetInstancesCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ListAssetsInput, ListAssetsOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface ListAssetsCommandOutput
15
15
  declare const ListAssetsCommand_base: {
16
16
  new (
17
17
  input: ListAssetsCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  ListAssetsCommandInput,
20
20
  ListAssetsCommandOutput,
21
21
  OutpostsClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const ListAssetsCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: ListAssetsCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  ListAssetsCommandInput,
29
29
  ListAssetsCommandOutput,
30
30
  OutpostsClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class ListAssetsCommand extends ListAssetsCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListBlockingInstancesForCapacityTaskInput,
@@ -19,7 +19,7 @@ export interface ListBlockingInstancesForCapacityTaskCommandOutput
19
19
  declare const ListBlockingInstancesForCapacityTaskCommand_base: {
20
20
  new (
21
21
  input: ListBlockingInstancesForCapacityTaskCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListBlockingInstancesForCapacityTaskCommandInput,
24
24
  ListBlockingInstancesForCapacityTaskCommandOutput,
25
25
  OutpostsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListBlockingInstancesForCapacityTaskCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListBlockingInstancesForCapacityTaskCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListBlockingInstancesForCapacityTaskCommandInput,
33
33
  ListBlockingInstancesForCapacityTaskCommandOutput,
34
34
  OutpostsClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListBlockingInstancesForCapacityTaskCommand extends ListBlockingInstancesForCapacityTaskCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListCapacityTasksInput,
@@ -18,7 +18,7 @@ export interface ListCapacityTasksCommandOutput
18
18
  declare const ListCapacityTasksCommand_base: {
19
19
  new (
20
20
  input: ListCapacityTasksCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListCapacityTasksCommandInput,
23
23
  ListCapacityTasksCommandOutput,
24
24
  OutpostsClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListCapacityTasksCommand_base: {
27
27
  >;
28
28
  new (
29
29
  ...[input]: [] | [ListCapacityTasksCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListCapacityTasksCommandInput,
32
32
  ListCapacityTasksCommandOutput,
33
33
  OutpostsClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListCapacityTasksCommand extends ListCapacityTasksCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListCatalogItemsInput,
@@ -18,7 +18,7 @@ export interface ListCatalogItemsCommandOutput
18
18
  declare const ListCatalogItemsCommand_base: {
19
19
  new (
20
20
  input: ListCatalogItemsCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListCatalogItemsCommandInput,
23
23
  ListCatalogItemsCommandOutput,
24
24
  OutpostsClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListCatalogItemsCommand_base: {
27
27
  >;
28
28
  new (
29
29
  ...[input]: [] | [ListCatalogItemsCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListCatalogItemsCommandInput,
32
32
  ListCatalogItemsCommandOutput,
33
33
  OutpostsClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListCatalogItemsCommand extends ListCatalogItemsCommand_base {
40
42
  protected static __types: {