@aws-sdk/client-outposts 3.337.0 → 3.341.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 (117) hide show
  1. package/dist-cjs/OutpostsClient.js +2 -1
  2. package/dist-cjs/commands/CancelOrderCommand.js +2 -1
  3. package/dist-cjs/commands/CreateOrderCommand.js +2 -1
  4. package/dist-cjs/commands/CreateOutpostCommand.js +2 -1
  5. package/dist-cjs/commands/CreateSiteCommand.js +2 -1
  6. package/dist-cjs/commands/DeleteOutpostCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteSiteCommand.js +2 -1
  8. package/dist-cjs/commands/GetCatalogItemCommand.js +2 -1
  9. package/dist-cjs/commands/GetConnectionCommand.js +2 -1
  10. package/dist-cjs/commands/GetOrderCommand.js +2 -1
  11. package/dist-cjs/commands/GetOutpostCommand.js +2 -1
  12. package/dist-cjs/commands/GetOutpostInstanceTypesCommand.js +2 -1
  13. package/dist-cjs/commands/GetSiteAddressCommand.js +2 -1
  14. package/dist-cjs/commands/GetSiteCommand.js +2 -1
  15. package/dist-cjs/commands/ListAssetsCommand.js +2 -1
  16. package/dist-cjs/commands/ListCatalogItemsCommand.js +2 -1
  17. package/dist-cjs/commands/ListOrdersCommand.js +2 -1
  18. package/dist-cjs/commands/ListOutpostsCommand.js +2 -1
  19. package/dist-cjs/commands/ListSitesCommand.js +2 -1
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  21. package/dist-cjs/commands/StartConnectionCommand.js +2 -1
  22. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  23. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  24. package/dist-cjs/commands/UpdateOutpostCommand.js +2 -1
  25. package/dist-cjs/commands/UpdateSiteAddressCommand.js +2 -1
  26. package/dist-cjs/commands/UpdateSiteCommand.js +2 -1
  27. package/dist-cjs/commands/UpdateSiteRackPhysicalPropertiesCommand.js +2 -1
  28. package/dist-cjs/index.js +2 -2
  29. package/dist-cjs/models/OutpostsServiceException.js +2 -1
  30. package/dist-es/OutpostsClient.js +1 -0
  31. package/dist-es/commands/CancelOrderCommand.js +1 -0
  32. package/dist-es/commands/CreateOrderCommand.js +1 -0
  33. package/dist-es/commands/CreateOutpostCommand.js +1 -0
  34. package/dist-es/commands/CreateSiteCommand.js +1 -0
  35. package/dist-es/commands/DeleteOutpostCommand.js +1 -0
  36. package/dist-es/commands/DeleteSiteCommand.js +1 -0
  37. package/dist-es/commands/GetCatalogItemCommand.js +1 -0
  38. package/dist-es/commands/GetConnectionCommand.js +1 -0
  39. package/dist-es/commands/GetOrderCommand.js +1 -0
  40. package/dist-es/commands/GetOutpostCommand.js +1 -0
  41. package/dist-es/commands/GetOutpostInstanceTypesCommand.js +1 -0
  42. package/dist-es/commands/GetSiteAddressCommand.js +1 -0
  43. package/dist-es/commands/GetSiteCommand.js +1 -0
  44. package/dist-es/commands/ListAssetsCommand.js +1 -0
  45. package/dist-es/commands/ListCatalogItemsCommand.js +1 -0
  46. package/dist-es/commands/ListOrdersCommand.js +1 -0
  47. package/dist-es/commands/ListOutpostsCommand.js +1 -0
  48. package/dist-es/commands/ListSitesCommand.js +1 -0
  49. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  50. package/dist-es/commands/StartConnectionCommand.js +1 -0
  51. package/dist-es/commands/TagResourceCommand.js +1 -0
  52. package/dist-es/commands/UntagResourceCommand.js +1 -0
  53. package/dist-es/commands/UpdateOutpostCommand.js +1 -0
  54. package/dist-es/commands/UpdateSiteAddressCommand.js +1 -0
  55. package/dist-es/commands/UpdateSiteCommand.js +1 -0
  56. package/dist-es/commands/UpdateSiteRackPhysicalPropertiesCommand.js +1 -0
  57. package/dist-es/index.js +2 -2
  58. package/dist-es/models/OutpostsServiceException.js +1 -0
  59. package/dist-types/OutpostsClient.d.ts +3 -3
  60. package/dist-types/commands/CancelOrderCommand.d.ts +4 -0
  61. package/dist-types/commands/CreateOrderCommand.d.ts +4 -0
  62. package/dist-types/commands/CreateOutpostCommand.d.ts +4 -0
  63. package/dist-types/commands/CreateSiteCommand.d.ts +4 -0
  64. package/dist-types/commands/DeleteOutpostCommand.d.ts +4 -0
  65. package/dist-types/commands/DeleteSiteCommand.d.ts +4 -0
  66. package/dist-types/commands/GetCatalogItemCommand.d.ts +4 -0
  67. package/dist-types/commands/GetConnectionCommand.d.ts +4 -0
  68. package/dist-types/commands/GetOrderCommand.d.ts +4 -0
  69. package/dist-types/commands/GetOutpostCommand.d.ts +4 -0
  70. package/dist-types/commands/GetOutpostInstanceTypesCommand.d.ts +4 -0
  71. package/dist-types/commands/GetSiteAddressCommand.d.ts +4 -0
  72. package/dist-types/commands/GetSiteCommand.d.ts +4 -0
  73. package/dist-types/commands/ListAssetsCommand.d.ts +4 -0
  74. package/dist-types/commands/ListCatalogItemsCommand.d.ts +4 -0
  75. package/dist-types/commands/ListOrdersCommand.d.ts +4 -0
  76. package/dist-types/commands/ListOutpostsCommand.d.ts +4 -0
  77. package/dist-types/commands/ListSitesCommand.d.ts +4 -0
  78. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  79. package/dist-types/commands/StartConnectionCommand.d.ts +4 -0
  80. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  81. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  82. package/dist-types/commands/UpdateOutpostCommand.d.ts +4 -0
  83. package/dist-types/commands/UpdateSiteAddressCommand.d.ts +4 -0
  84. package/dist-types/commands/UpdateSiteCommand.d.ts +4 -0
  85. package/dist-types/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +4 -0
  86. package/dist-types/index.d.ts +11 -2
  87. package/dist-types/models/OutpostsServiceException.d.ts +1 -0
  88. package/dist-types/ts3.4/OutpostsClient.d.ts +3 -3
  89. package/dist-types/ts3.4/commands/CancelOrderCommand.d.ts +1 -0
  90. package/dist-types/ts3.4/commands/CreateOrderCommand.d.ts +1 -0
  91. package/dist-types/ts3.4/commands/CreateOutpostCommand.d.ts +1 -0
  92. package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +1 -0
  93. package/dist-types/ts3.4/commands/DeleteOutpostCommand.d.ts +1 -0
  94. package/dist-types/ts3.4/commands/DeleteSiteCommand.d.ts +1 -0
  95. package/dist-types/ts3.4/commands/GetCatalogItemCommand.d.ts +1 -0
  96. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +1 -0
  97. package/dist-types/ts3.4/commands/GetOrderCommand.d.ts +1 -0
  98. package/dist-types/ts3.4/commands/GetOutpostCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/commands/GetOutpostInstanceTypesCommand.d.ts +1 -0
  100. package/dist-types/ts3.4/commands/GetSiteAddressCommand.d.ts +1 -0
  101. package/dist-types/ts3.4/commands/GetSiteCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/commands/ListCatalogItemsCommand.d.ts +1 -0
  104. package/dist-types/ts3.4/commands/ListOrdersCommand.d.ts +1 -0
  105. package/dist-types/ts3.4/commands/ListOutpostsCommand.d.ts +1 -0
  106. package/dist-types/ts3.4/commands/ListSitesCommand.d.ts +1 -0
  107. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/StartConnectionCommand.d.ts +1 -0
  109. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  110. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/commands/UpdateOutpostCommand.d.ts +1 -0
  112. package/dist-types/ts3.4/commands/UpdateSiteAddressCommand.d.ts +1 -0
  113. package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/index.d.ts +2 -2
  116. package/dist-types/ts3.4/models/OutpostsServiceException.d.ts +1 -0
  117. package/package.json +28 -28
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateSiteAddressCommand, se_UpdateSiteAddressCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateSiteAddressCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateSiteCommand, se_UpdateSiteCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateSiteCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateSiteRackPhysicalPropertiesCommand, se_UpdateSiteRackPhysicalPropertiesCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateSiteRackPhysicalPropertiesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./Outposts";
2
1
  export * from "./OutpostsClient";
2
+ export * from "./Outposts";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { OutpostsServiceException } from "./models/OutpostsServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class OutpostsServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -35,6 +35,7 @@ import { UpdateSiteAddressCommandInput, UpdateSiteAddressCommandOutput } from ".
35
35
  import { UpdateSiteCommandInput, UpdateSiteCommandOutput } from "./commands/UpdateSiteCommand";
36
36
  import { UpdateSiteRackPhysicalPropertiesCommandInput, UpdateSiteRackPhysicalPropertiesCommandOutput } from "./commands/UpdateSiteRackPhysicalPropertiesCommand";
37
37
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
38
+ export { __Client };
38
39
  /**
39
40
  * @public
40
41
  */
@@ -149,7 +150,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
149
150
  /**
150
151
  * @public
151
152
  */
152
- type OutpostsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
153
+ export type OutpostsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
153
154
  /**
154
155
  * @public
155
156
  *
@@ -160,7 +161,7 @@ export interface OutpostsClientConfig extends OutpostsClientConfigType {
160
161
  /**
161
162
  * @public
162
163
  */
163
- type OutpostsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
164
+ export type OutpostsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
164
165
  /**
165
166
  * @public
166
167
  *
@@ -189,4 +190,3 @@ export declare class OutpostsClient extends __Client<__HttpHandlerOptions, Servi
189
190
  */
190
191
  destroy(): void;
191
192
  }
192
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CancelOrderInput, CancelOrderOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateOrderInput, CreateOrderOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateOutpostInput, CreateOutpostOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateSiteInput, CreateSiteOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteOutpostInput, DeleteOutpostOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteSiteInput, DeleteSiteOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetCatalogItemInput, GetCatalogItemOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetConnectionRequest, GetConnectionResponse } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetOrderInput, GetOrderOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetOutpostInput, GetOutpostOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetOutpostInstanceTypesInput, GetOutpostInstanceTypesOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetSiteAddressInput, GetSiteAddressOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetSiteInput, GetSiteOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListAssetsInput, ListAssetsOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListCatalogItemsInput, ListCatalogItemsOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListOrdersInput, ListOrdersOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListOutpostsInput, ListOutpostsOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListSitesInput, ListSitesOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StartConnectionRequest, StartConnectionResponse } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateOutpostInput, UpdateOutpostOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateSiteAddressInput, UpdateSiteAddressOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateSiteInput, UpdateSiteOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateSiteRackPhysicalPropertiesInput, UpdateSiteRackPhysicalPropertiesOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,15 @@
1
- export * from "./Outposts";
1
+ /**
2
+ * <p>Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to
3
+ * customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts enables
4
+ * customers to build and run applications on premises using the same programming interfaces as
5
+ * in Amazon Web Services Regions, while using local compute and storage resources for lower latency and local
6
+ * data processing needs.</p>
7
+ *
8
+ * @packageDocumentation
9
+ */
2
10
  export * from "./OutpostsClient";
11
+ export * from "./Outposts";
3
12
  export * from "./commands";
4
- export * from "./models";
5
13
  export * from "./pagination";
14
+ export * from "./models";
6
15
  export { OutpostsServiceException } from "./models/OutpostsServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -155,6 +155,7 @@ import {
155
155
  ClientResolvedEndpointParameters,
156
156
  EndpointParameters,
157
157
  } from "./endpoint/EndpointParameters";
158
+ export { __Client };
158
159
  export type ServiceInputTypes =
159
160
  | CancelOrderCommandInput
160
161
  | CreateOrderCommandInput
@@ -233,7 +234,7 @@ export interface ClientDefaults
233
234
  logger?: __Logger;
234
235
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
235
236
  }
236
- type OutpostsClientConfigType = Partial<
237
+ export type OutpostsClientConfigType = Partial<
237
238
  __SmithyConfiguration<__HttpHandlerOptions>
238
239
  > &
239
240
  ClientDefaults &
@@ -245,7 +246,7 @@ type OutpostsClientConfigType = Partial<
245
246
  UserAgentInputConfig &
246
247
  ClientInputEndpointParameters;
247
248
  export interface OutpostsClientConfig extends OutpostsClientConfigType {}
248
- type OutpostsClientResolvedConfigType =
249
+ export type OutpostsClientResolvedConfigType =
249
250
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
250
251
  Required<ClientDefaults> &
251
252
  RegionResolvedConfig &
@@ -267,4 +268,3 @@ export declare class OutpostsClient extends __Client<
267
268
  constructor(configuration: OutpostsClientConfig);
268
269
  destroy(): void;
269
270
  }
270
- export {};
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OutpostsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CancelOrderCommandInput extends CancelOrderInput {}
16
17
  export interface CancelOrderCommandOutput
17
18
  extends CancelOrderOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OutpostsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateOrderCommandInput extends CreateOrderInput {}
16
17
  export interface CreateOrderCommandOutput
17
18
  extends CreateOrderOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OutpostsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateOutpostCommandInput extends CreateOutpostInput {}
16
17
  export interface CreateOutpostCommandOutput
17
18
  extends CreateOutpostOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OutpostsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateSiteCommandInput extends CreateSiteInput {}
16
17
  export interface CreateSiteCommandOutput
17
18
  extends CreateSiteOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OutpostsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteOutpostCommandInput extends DeleteOutpostInput {}
16
17
  export interface DeleteOutpostCommandOutput
17
18
  extends DeleteOutpostOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OutpostsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteSiteCommandInput extends DeleteSiteInput {}
16
17
  export interface DeleteSiteCommandOutput
17
18
  extends DeleteSiteOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OutpostsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetCatalogItemCommandInput extends GetCatalogItemInput {}
16
17
  export interface GetCatalogItemCommandOutput
17
18
  extends GetCatalogItemOutput,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OutpostsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetConnectionCommandInput extends GetConnectionRequest {}
19
20
  export interface GetConnectionCommandOutput
20
21
  extends GetConnectionResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OutpostsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetOrderCommandInput extends GetOrderInput {}
16
17
  export interface GetOrderCommandOutput
17
18
  extends GetOrderOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OutpostsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetOutpostCommandInput extends GetOutpostInput {}
16
17
  export interface GetOutpostCommandOutput
17
18
  extends GetOutpostOutput,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OutpostsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetOutpostInstanceTypesCommandInput
19
20
  extends GetOutpostInstanceTypesInput {}
20
21
  export interface GetOutpostInstanceTypesCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OutpostsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetSiteAddressCommandInput extends GetSiteAddressInput {}
16
17
  export interface GetSiteAddressCommandOutput
17
18
  extends GetSiteAddressOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OutpostsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetSiteCommandInput extends GetSiteInput {}
16
17
  export interface GetSiteCommandOutput extends GetSiteOutput, __MetadataBearer {}
17
18
  export declare class GetSiteCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OutpostsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListAssetsCommandInput extends ListAssetsInput {}
16
17
  export interface ListAssetsCommandOutput
17
18
  extends ListAssetsOutput,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OutpostsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListCatalogItemsCommandInput extends ListCatalogItemsInput {}
19
20
  export interface ListCatalogItemsCommandOutput
20
21
  extends ListCatalogItemsOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OutpostsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListOrdersCommandInput extends ListOrdersInput {}
16
17
  export interface ListOrdersCommandOutput
17
18
  extends ListOrdersOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OutpostsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListOutpostsCommandInput extends ListOutpostsInput {}
16
17
  export interface ListOutpostsCommandOutput
17
18
  extends ListOutpostsOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../OutpostsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListSitesCommandInput extends ListSitesInput {}
16
17
  export interface ListSitesCommandOutput
17
18
  extends ListSitesOutput,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OutpostsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTagsForResourceCommandInput
19
20
  extends ListTagsForResourceRequest {}
20
21
  export interface ListTagsForResourceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../OutpostsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface StartConnectionCommandInput extends StartConnectionRequest {}
19
20
  export interface StartConnectionCommandOutput
20
21
  extends StartConnectionResponse,