@aws-sdk/client-outposts 3.1077.0 → 3.1079.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 (138) hide show
  1. package/dist-cjs/index.js +51 -433
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CancelCapacityTaskCommand.js +2 -14
  4. package/dist-es/commands/CancelOrderCommand.js +2 -14
  5. package/dist-es/commands/CreateOrderCommand.js +2 -14
  6. package/dist-es/commands/CreateOutpostCommand.js +2 -14
  7. package/dist-es/commands/CreateQuoteCommand.js +2 -14
  8. package/dist-es/commands/CreateRenewalCommand.js +2 -14
  9. package/dist-es/commands/CreateSiteCommand.js +2 -14
  10. package/dist-es/commands/DeleteOutpostCommand.js +2 -14
  11. package/dist-es/commands/DeleteQuoteCommand.js +2 -14
  12. package/dist-es/commands/DeleteSiteCommand.js +2 -14
  13. package/dist-es/commands/GetCapacityTaskCommand.js +2 -14
  14. package/dist-es/commands/GetCatalogItemCommand.js +2 -14
  15. package/dist-es/commands/GetConnectionCommand.js +2 -14
  16. package/dist-es/commands/GetOrderCommand.js +2 -14
  17. package/dist-es/commands/GetOutpostBillingInformationCommand.js +2 -14
  18. package/dist-es/commands/GetOutpostCommand.js +2 -14
  19. package/dist-es/commands/GetOutpostInstanceTypesCommand.js +2 -14
  20. package/dist-es/commands/GetOutpostSupportedInstanceTypesCommand.js +2 -14
  21. package/dist-es/commands/GetQuoteCommand.js +2 -14
  22. package/dist-es/commands/GetRenewalPricingCommand.js +2 -14
  23. package/dist-es/commands/GetSiteAddressCommand.js +2 -14
  24. package/dist-es/commands/GetSiteCommand.js +2 -14
  25. package/dist-es/commands/ListAssetInstancesCommand.js +2 -14
  26. package/dist-es/commands/ListAssetsCommand.js +2 -14
  27. package/dist-es/commands/ListBlockingInstancesForCapacityTaskCommand.js +2 -14
  28. package/dist-es/commands/ListCapacityTasksCommand.js +2 -14
  29. package/dist-es/commands/ListCatalogItemsCommand.js +2 -14
  30. package/dist-es/commands/ListOrderableInstanceTypesCommand.js +2 -14
  31. package/dist-es/commands/ListOrdersCommand.js +2 -14
  32. package/dist-es/commands/ListOutpostsCommand.js +2 -14
  33. package/dist-es/commands/ListQuotesCommand.js +2 -14
  34. package/dist-es/commands/ListSitesCommand.js +2 -14
  35. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  36. package/dist-es/commands/StartCapacityTaskCommand.js +2 -14
  37. package/dist-es/commands/StartConnectionCommand.js +2 -14
  38. package/dist-es/commands/StartOutpostDecommissionCommand.js +2 -14
  39. package/dist-es/commands/TagResourceCommand.js +2 -14
  40. package/dist-es/commands/UntagResourceCommand.js +2 -14
  41. package/dist-es/commands/UpdateOutpostCommand.js +2 -14
  42. package/dist-es/commands/UpdateQuoteCommand.js +2 -14
  43. package/dist-es/commands/UpdateSiteAddressCommand.js +2 -14
  44. package/dist-es/commands/UpdateSiteCommand.js +2 -14
  45. package/dist-es/commands/UpdateSiteRackPhysicalPropertiesCommand.js +2 -14
  46. package/dist-es/index.js +1 -0
  47. package/dist-types/commandBuilder.d.ts +18 -0
  48. package/dist-types/commands/CancelCapacityTaskCommand.d.ts +3 -8
  49. package/dist-types/commands/CancelOrderCommand.d.ts +3 -8
  50. package/dist-types/commands/CreateOrderCommand.d.ts +3 -8
  51. package/dist-types/commands/CreateOutpostCommand.d.ts +3 -8
  52. package/dist-types/commands/CreateQuoteCommand.d.ts +3 -8
  53. package/dist-types/commands/CreateRenewalCommand.d.ts +3 -8
  54. package/dist-types/commands/CreateSiteCommand.d.ts +3 -8
  55. package/dist-types/commands/DeleteOutpostCommand.d.ts +3 -8
  56. package/dist-types/commands/DeleteQuoteCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteSiteCommand.d.ts +3 -8
  58. package/dist-types/commands/GetCapacityTaskCommand.d.ts +3 -8
  59. package/dist-types/commands/GetCatalogItemCommand.d.ts +3 -8
  60. package/dist-types/commands/GetConnectionCommand.d.ts +3 -8
  61. package/dist-types/commands/GetOrderCommand.d.ts +3 -8
  62. package/dist-types/commands/GetOutpostBillingInformationCommand.d.ts +3 -8
  63. package/dist-types/commands/GetOutpostCommand.d.ts +3 -8
  64. package/dist-types/commands/GetOutpostInstanceTypesCommand.d.ts +3 -8
  65. package/dist-types/commands/GetOutpostSupportedInstanceTypesCommand.d.ts +3 -8
  66. package/dist-types/commands/GetQuoteCommand.d.ts +3 -8
  67. package/dist-types/commands/GetRenewalPricingCommand.d.ts +3 -8
  68. package/dist-types/commands/GetSiteAddressCommand.d.ts +3 -8
  69. package/dist-types/commands/GetSiteCommand.d.ts +3 -8
  70. package/dist-types/commands/ListAssetInstancesCommand.d.ts +3 -8
  71. package/dist-types/commands/ListAssetsCommand.d.ts +3 -8
  72. package/dist-types/commands/ListBlockingInstancesForCapacityTaskCommand.d.ts +3 -8
  73. package/dist-types/commands/ListCapacityTasksCommand.d.ts +3 -8
  74. package/dist-types/commands/ListCatalogItemsCommand.d.ts +3 -8
  75. package/dist-types/commands/ListOrderableInstanceTypesCommand.d.ts +3 -8
  76. package/dist-types/commands/ListOrdersCommand.d.ts +3 -8
  77. package/dist-types/commands/ListOutpostsCommand.d.ts +3 -8
  78. package/dist-types/commands/ListQuotesCommand.d.ts +3 -8
  79. package/dist-types/commands/ListSitesCommand.d.ts +3 -8
  80. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  81. package/dist-types/commands/StartCapacityTaskCommand.d.ts +3 -8
  82. package/dist-types/commands/StartConnectionCommand.d.ts +3 -8
  83. package/dist-types/commands/StartOutpostDecommissionCommand.d.ts +3 -8
  84. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  85. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  86. package/dist-types/commands/UpdateOutpostCommand.d.ts +3 -8
  87. package/dist-types/commands/UpdateQuoteCommand.d.ts +3 -8
  88. package/dist-types/commands/UpdateSiteAddressCommand.d.ts +3 -8
  89. package/dist-types/commands/UpdateSiteCommand.d.ts +3 -8
  90. package/dist-types/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +3 -8
  91. package/dist-types/index.d.ts +1 -0
  92. package/dist-types/models/models_0.d.ts +2 -1
  93. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  94. package/dist-types/ts3.4/commands/CancelCapacityTaskCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/CancelOrderCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/CreateOrderCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/CreateOutpostCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/CreateQuoteCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/CreateRenewalCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/DeleteOutpostCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/DeleteQuoteCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/DeleteSiteCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/GetCapacityTaskCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/GetCatalogItemCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/GetOrderCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/GetOutpostBillingInformationCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/GetOutpostCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/GetOutpostInstanceTypesCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/GetOutpostSupportedInstanceTypesCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/GetQuoteCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/GetRenewalPricingCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/GetSiteAddressCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/GetSiteCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/ListAssetInstancesCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/ListBlockingInstancesForCapacityTaskCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ListCapacityTasksCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/ListCatalogItemsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/ListOrderableInstanceTypesCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/ListOrdersCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/ListOutpostsCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/ListQuotesCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/ListSitesCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/StartCapacityTaskCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/StartConnectionCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/StartOutpostDecommissionCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/UpdateOutpostCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/UpdateQuoteCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/UpdateSiteAddressCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/index.d.ts +1 -0
  138. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetOutpostInput, GetOutpostOutput } from "../models/models_0";
4
- import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetOutpostCommandInput extends GetOutpostInput {
22
19
  export interface GetOutpostCommandOutput extends GetOutpostOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetOutpostCommand_base: {
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
- };
22
+ new (input: GetOutpostCommandInput): import("@smithy/core/client").CommandImpl<GetOutpostCommandInput, GetOutpostCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetOutpostCommandInput): import("@smithy/core/client").CommandImpl<GetOutpostCommandInput, GetOutpostCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about the specified Outpost.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetOutpostInstanceTypesInput, GetOutpostInstanceTypesOutput } from "../models/models_0";
4
- import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetOutpostInstanceTypesCommandInput extends GetOutpostInstanceT
22
19
  export interface GetOutpostInstanceTypesCommandOutput extends GetOutpostInstanceTypesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetOutpostInstanceTypesCommand_base: {
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
- };
22
+ new (input: GetOutpostInstanceTypesCommandInput): import("@smithy/core/client").CommandImpl<GetOutpostInstanceTypesCommandInput, GetOutpostInstanceTypesCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetOutpostInstanceTypesCommandInput): import("@smithy/core/client").CommandImpl<GetOutpostInstanceTypesCommandInput, GetOutpostInstanceTypesCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets the instance types for the specified Outpost.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetOutpostSupportedInstanceTypesInput, GetOutpostSupportedInstanceTypesOutput } from "../models/models_0";
4
- import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetOutpostSupportedInstanceTypesCommandInput extends GetOutpost
22
19
  export interface GetOutpostSupportedInstanceTypesCommandOutput extends GetOutpostSupportedInstanceTypesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetOutpostSupportedInstanceTypesCommand_base: {
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
- };
22
+ new (input: GetOutpostSupportedInstanceTypesCommandInput): import("@smithy/core/client").CommandImpl<GetOutpostSupportedInstanceTypesCommandInput, GetOutpostSupportedInstanceTypesCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetOutpostSupportedInstanceTypesCommandInput): import("@smithy/core/client").CommandImpl<GetOutpostSupportedInstanceTypesCommandInput, GetOutpostSupportedInstanceTypesCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets the instance types that an Outpost can support in <code>InstanceTypeCapacity</code>.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetQuoteInput, GetQuoteOutput } from "../models/models_0";
4
- import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetQuoteCommandInput extends GetQuoteInput {
22
19
  export interface GetQuoteCommandOutput extends GetQuoteOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetQuoteCommand_base: {
25
- new (input: GetQuoteCommandInput): import("@smithy/core/client").CommandImpl<GetQuoteCommandInput, GetQuoteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetQuoteCommandInput): import("@smithy/core/client").CommandImpl<GetQuoteCommandInput, GetQuoteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetQuoteCommandInput): import("@smithy/core/client").CommandImpl<GetQuoteCommandInput, GetQuoteCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetQuoteCommandInput): import("@smithy/core/client").CommandImpl<GetQuoteCommandInput, GetQuoteCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about the specified quote.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetRenewalPricingInput, GetRenewalPricingOutput } from "../models/models_0";
4
- import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetRenewalPricingCommandInput extends GetRenewalPricingInput {
22
19
  export interface GetRenewalPricingCommandOutput extends GetRenewalPricingOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetRenewalPricingCommand_base: {
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
- };
22
+ new (input: GetRenewalPricingCommandInput): import("@smithy/core/client").CommandImpl<GetRenewalPricingCommandInput, GetRenewalPricingCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetRenewalPricingCommandInput): import("@smithy/core/client").CommandImpl<GetRenewalPricingCommandInput, GetRenewalPricingCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets all available renewal pricing options for the specified Outpost.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetSiteAddressInput, GetSiteAddressOutput } from "../models/models_0";
4
- import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetSiteAddressCommandInput extends GetSiteAddressInput {
22
19
  export interface GetSiteAddressCommandOutput extends GetSiteAddressOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetSiteAddressCommand_base: {
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
- };
22
+ new (input: GetSiteAddressCommandInput): import("@smithy/core/client").CommandImpl<GetSiteAddressCommandInput, GetSiteAddressCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetSiteAddressCommandInput): import("@smithy/core/client").CommandImpl<GetSiteAddressCommandInput, GetSiteAddressCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Gets the site address of the specified site. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetSiteInput, GetSiteOutput } from "../models/models_0";
4
- import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetSiteCommandInput extends GetSiteInput {
22
19
  export interface GetSiteCommandOutput extends GetSiteOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetSiteCommand_base: {
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
- };
22
+ new (input: GetSiteCommandInput): import("@smithy/core/client").CommandImpl<GetSiteCommandInput, GetSiteCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetSiteCommandInput): import("@smithy/core/client").CommandImpl<GetSiteCommandInput, GetSiteCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about the specified Outpost site.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListAssetInstancesInput, ListAssetInstancesOutput } from "../models/models_0";
4
- import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListAssetInstancesCommandInput extends ListAssetInstancesInput
22
19
  export interface ListAssetInstancesCommandOutput extends ListAssetInstancesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListAssetInstancesCommand_base: {
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
- };
22
+ new (input: ListAssetInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListAssetInstancesCommandInput, ListAssetInstancesCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListAssetInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListAssetInstancesCommandInput, ListAssetInstancesCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>A list of Amazon EC2 instances, belonging to all accounts, running on the specified Outpost.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListAssetsInput, ListAssetsOutput } from "../models/models_0";
4
- import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListAssetsCommandInput extends ListAssetsInput {
22
19
  export interface ListAssetsCommandOutput extends ListAssetsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListAssetsCommand_base: {
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
- };
22
+ new (input: ListAssetsCommandInput): import("@smithy/core/client").CommandImpl<ListAssetsCommandInput, ListAssetsCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListAssetsCommandInput): import("@smithy/core/client").CommandImpl<ListAssetsCommandInput, ListAssetsCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the hardware assets for the specified Outpost.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListBlockingInstancesForCapacityTaskInput, ListBlockingInstancesForCapacityTaskOutput } from "../models/models_0";
4
- import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListBlockingInstancesForCapacityTaskCommandInput extends ListBl
22
19
  export interface ListBlockingInstancesForCapacityTaskCommandOutput extends ListBlockingInstancesForCapacityTaskOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListBlockingInstancesForCapacityTaskCommand_base: {
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
- };
22
+ new (input: ListBlockingInstancesForCapacityTaskCommandInput): import("@smithy/core/client").CommandImpl<ListBlockingInstancesForCapacityTaskCommandInput, ListBlockingInstancesForCapacityTaskCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListBlockingInstancesForCapacityTaskCommandInput): import("@smithy/core/client").CommandImpl<ListBlockingInstancesForCapacityTaskCommandInput, ListBlockingInstancesForCapacityTaskCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>A list of Amazon EC2 instances running on the Outpost and belonging to the account that
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListCapacityTasksInput, ListCapacityTasksOutput } from "../models/models_0";
4
- import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListCapacityTasksCommandInput extends ListCapacityTasksInput {
22
19
  export interface ListCapacityTasksCommandOutput extends ListCapacityTasksOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListCapacityTasksCommand_base: {
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
- };
22
+ new (input: ListCapacityTasksCommandInput): import("@smithy/core/client").CommandImpl<ListCapacityTasksCommandInput, ListCapacityTasksCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListCapacityTasksCommandInput]): import("@smithy/core/client").CommandImpl<ListCapacityTasksCommandInput, ListCapacityTasksCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the capacity tasks for your Amazon Web Services account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListCatalogItemsInput, ListCatalogItemsOutput } from "../models/models_0";
4
- import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListCatalogItemsCommandInput extends ListCatalogItemsInput {
22
19
  export interface ListCatalogItemsCommandOutput extends ListCatalogItemsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListCatalogItemsCommand_base: {
25
- new (input: ListCatalogItemsCommandInput): import("@smithy/core/client").CommandImpl<ListCatalogItemsCommandInput, ListCatalogItemsCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListCatalogItemsCommandInput]): import("@smithy/core/client").CommandImpl<ListCatalogItemsCommandInput, ListCatalogItemsCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListCatalogItemsCommandInput): import("@smithy/core/client").CommandImpl<ListCatalogItemsCommandInput, ListCatalogItemsCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListCatalogItemsCommandInput]): import("@smithy/core/client").CommandImpl<ListCatalogItemsCommandInput, ListCatalogItemsCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the items in the catalog.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListOrderableInstanceTypesInput, ListOrderableInstanceTypesOutput } from "../models/models_0";
4
- import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListOrderableInstanceTypesCommandInput extends ListOrderableIns
22
19
  export interface ListOrderableInstanceTypesCommandOutput extends ListOrderableInstanceTypesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListOrderableInstanceTypesCommand_base: {
25
- new (input: ListOrderableInstanceTypesCommandInput): import("@smithy/core/client").CommandImpl<ListOrderableInstanceTypesCommandInput, ListOrderableInstanceTypesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListOrderableInstanceTypesCommandInput]): import("@smithy/core/client").CommandImpl<ListOrderableInstanceTypesCommandInput, ListOrderableInstanceTypesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListOrderableInstanceTypesCommandInput): import("@smithy/core/client").CommandImpl<ListOrderableInstanceTypesCommandInput, ListOrderableInstanceTypesCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListOrderableInstanceTypesCommandInput]): import("@smithy/core/client").CommandImpl<ListOrderableInstanceTypesCommandInput, ListOrderableInstanceTypesCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the instance types that can be ordered for an Outpost. You can filter the results
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListOrdersInput, ListOrdersOutput } from "../models/models_0";
4
- import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListOrdersCommandInput extends ListOrdersInput {
22
19
  export interface ListOrdersCommandOutput extends ListOrdersOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListOrdersCommand_base: {
25
- new (input: ListOrdersCommandInput): import("@smithy/core/client").CommandImpl<ListOrdersCommandInput, ListOrdersCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListOrdersCommandInput]): import("@smithy/core/client").CommandImpl<ListOrdersCommandInput, ListOrdersCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListOrdersCommandInput): import("@smithy/core/client").CommandImpl<ListOrdersCommandInput, ListOrdersCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListOrdersCommandInput]): import("@smithy/core/client").CommandImpl<ListOrdersCommandInput, ListOrdersCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the Outpost orders for your Amazon Web Services account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListOutpostsInput, ListOutpostsOutput } from "../models/models_0";
4
- import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListOutpostsCommandInput extends ListOutpostsInput {
22
19
  export interface ListOutpostsCommandOutput extends ListOutpostsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListOutpostsCommand_base: {
25
- new (input: ListOutpostsCommandInput): import("@smithy/core/client").CommandImpl<ListOutpostsCommandInput, ListOutpostsCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListOutpostsCommandInput]): import("@smithy/core/client").CommandImpl<ListOutpostsCommandInput, ListOutpostsCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListOutpostsCommandInput): import("@smithy/core/client").CommandImpl<ListOutpostsCommandInput, ListOutpostsCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListOutpostsCommandInput]): import("@smithy/core/client").CommandImpl<ListOutpostsCommandInput, ListOutpostsCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the Outposts for your Amazon Web Services account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListQuotesInput, ListQuotesOutput } from "../models/models_0";
4
- import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListQuotesCommandInput extends ListQuotesInput {
22
19
  export interface ListQuotesCommandOutput extends ListQuotesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListQuotesCommand_base: {
25
- new (input: ListQuotesCommandInput): import("@smithy/core/client").CommandImpl<ListQuotesCommandInput, ListQuotesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListQuotesCommandInput]): import("@smithy/core/client").CommandImpl<ListQuotesCommandInput, ListQuotesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListQuotesCommandInput): import("@smithy/core/client").CommandImpl<ListQuotesCommandInput, ListQuotesCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListQuotesCommandInput]): import("@smithy/core/client").CommandImpl<ListQuotesCommandInput, ListQuotesCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the quotes for your Amazon Web Services account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListSitesInput, ListSitesOutput } from "../models/models_0";
4
- import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListSitesCommandInput extends ListSitesInput {
22
19
  export interface ListSitesCommandOutput extends ListSitesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListSitesCommand_base: {
25
- new (input: ListSitesCommandInput): import("@smithy/core/client").CommandImpl<ListSitesCommandInput, ListSitesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSitesCommandInput]): import("@smithy/core/client").CommandImpl<ListSitesCommandInput, ListSitesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListSitesCommandInput): import("@smithy/core/client").CommandImpl<ListSitesCommandInput, ListSitesCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListSitesCommandInput]): import("@smithy/core/client").CommandImpl<ListSitesCommandInput, ListSitesCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the Outpost sites for your Amazon Web Services account. Use filters to return specific
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the tags for the specified resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { StartCapacityTaskInput, StartCapacityTaskOutput } from "../models/models_0";
4
- import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartCapacityTaskCommandInput extends StartCapacityTaskInput {
22
19
  export interface StartCapacityTaskCommandOutput extends StartCapacityTaskOutput, __MetadataBearer {
23
20
  }
24
21
  declare const StartCapacityTaskCommand_base: {
25
- new (input: StartCapacityTaskCommandInput): import("@smithy/core/client").CommandImpl<StartCapacityTaskCommandInput, StartCapacityTaskCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartCapacityTaskCommandInput): import("@smithy/core/client").CommandImpl<StartCapacityTaskCommandInput, StartCapacityTaskCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartCapacityTaskCommandInput): import("@smithy/core/client").CommandImpl<StartCapacityTaskCommandInput, StartCapacityTaskCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartCapacityTaskCommandInput): import("@smithy/core/client").CommandImpl<StartCapacityTaskCommandInput, StartCapacityTaskCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts the specified capacity task. You can have one active capacity task for each order
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { StartConnectionRequest, StartConnectionResponse } from "../models/models_0";
4
- import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartConnectionCommandInput extends StartConnectionRequest {
22
19
  export interface StartConnectionCommandOutput extends StartConnectionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartConnectionCommand_base: {
25
- new (input: StartConnectionCommandInput): import("@smithy/core/client").CommandImpl<StartConnectionCommandInput, StartConnectionCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartConnectionCommandInput): import("@smithy/core/client").CommandImpl<StartConnectionCommandInput, StartConnectionCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartConnectionCommandInput): import("@smithy/core/client").CommandImpl<StartConnectionCommandInput, StartConnectionCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartConnectionCommandInput): import("@smithy/core/client").CommandImpl<StartConnectionCommandInput, StartConnectionCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { StartOutpostDecommissionInput, StartOutpostDecommissionOutput } from "../models/models_0";
4
- import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartOutpostDecommissionCommandInput extends StartOutpostDecomm
22
19
  export interface StartOutpostDecommissionCommandOutput extends StartOutpostDecommissionOutput, __MetadataBearer {
23
20
  }
24
21
  declare const StartOutpostDecommissionCommand_base: {
25
- new (input: StartOutpostDecommissionCommandInput): import("@smithy/core/client").CommandImpl<StartOutpostDecommissionCommandInput, StartOutpostDecommissionCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartOutpostDecommissionCommandInput): import("@smithy/core/client").CommandImpl<StartOutpostDecommissionCommandInput, StartOutpostDecommissionCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartOutpostDecommissionCommandInput): import("@smithy/core/client").CommandImpl<StartOutpostDecommissionCommandInput, StartOutpostDecommissionCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartOutpostDecommissionCommandInput): import("@smithy/core/client").CommandImpl<StartOutpostDecommissionCommandInput, StartOutpostDecommissionCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts the decommission process to return the Outposts racks or servers.</p>