@aws-sdk/client-outposts 3.362.0 → 3.367.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 (161) hide show
  1. package/README.md +5 -5
  2. package/dist-cjs/Outposts.js +1 -1
  3. package/dist-cjs/OutpostsClient.js +5 -5
  4. package/dist-cjs/commands/CancelOrderCommand.js +3 -3
  5. package/dist-cjs/commands/CreateOrderCommand.js +3 -3
  6. package/dist-cjs/commands/CreateOutpostCommand.js +3 -3
  7. package/dist-cjs/commands/CreateSiteCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteOutpostCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteSiteCommand.js +3 -3
  10. package/dist-cjs/commands/GetCatalogItemCommand.js +3 -3
  11. package/dist-cjs/commands/GetConnectionCommand.js +3 -3
  12. package/dist-cjs/commands/GetOrderCommand.js +3 -3
  13. package/dist-cjs/commands/GetOutpostCommand.js +3 -3
  14. package/dist-cjs/commands/GetOutpostInstanceTypesCommand.js +3 -3
  15. package/dist-cjs/commands/GetSiteAddressCommand.js +3 -3
  16. package/dist-cjs/commands/GetSiteCommand.js +3 -3
  17. package/dist-cjs/commands/ListAssetsCommand.js +3 -3
  18. package/dist-cjs/commands/ListCatalogItemsCommand.js +3 -3
  19. package/dist-cjs/commands/ListOrdersCommand.js +3 -3
  20. package/dist-cjs/commands/ListOutpostsCommand.js +3 -3
  21. package/dist-cjs/commands/ListSitesCommand.js +3 -3
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  23. package/dist-cjs/commands/StartConnectionCommand.js +3 -3
  24. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  25. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  26. package/dist-cjs/commands/UpdateOutpostCommand.js +3 -3
  27. package/dist-cjs/commands/UpdateSiteAddressCommand.js +3 -3
  28. package/dist-cjs/commands/UpdateSiteCommand.js +3 -3
  29. package/dist-cjs/commands/UpdateSiteRackPhysicalPropertiesCommand.js +3 -3
  30. package/dist-cjs/endpoint/ruleset.js +3 -3
  31. package/dist-cjs/models/OutpostsServiceException.js +1 -1
  32. package/dist-cjs/models/models_0.js +1 -0
  33. package/dist-cjs/protocols/Aws_restJson1.js +1 -1
  34. package/dist-cjs/runtimeConfig.browser.js +7 -7
  35. package/dist-cjs/runtimeConfig.js +10 -10
  36. package/dist-cjs/runtimeConfig.shared.js +4 -4
  37. package/dist-es/Outposts.js +1 -1
  38. package/dist-es/OutpostsClient.js +5 -5
  39. package/dist-es/commands/CancelOrderCommand.js +3 -3
  40. package/dist-es/commands/CreateOrderCommand.js +3 -3
  41. package/dist-es/commands/CreateOutpostCommand.js +3 -3
  42. package/dist-es/commands/CreateSiteCommand.js +3 -3
  43. package/dist-es/commands/DeleteOutpostCommand.js +3 -3
  44. package/dist-es/commands/DeleteSiteCommand.js +3 -3
  45. package/dist-es/commands/GetCatalogItemCommand.js +3 -3
  46. package/dist-es/commands/GetConnectionCommand.js +3 -3
  47. package/dist-es/commands/GetOrderCommand.js +3 -3
  48. package/dist-es/commands/GetOutpostCommand.js +3 -3
  49. package/dist-es/commands/GetOutpostInstanceTypesCommand.js +3 -3
  50. package/dist-es/commands/GetSiteAddressCommand.js +3 -3
  51. package/dist-es/commands/GetSiteCommand.js +3 -3
  52. package/dist-es/commands/ListAssetsCommand.js +3 -3
  53. package/dist-es/commands/ListCatalogItemsCommand.js +3 -3
  54. package/dist-es/commands/ListOrdersCommand.js +3 -3
  55. package/dist-es/commands/ListOutpostsCommand.js +3 -3
  56. package/dist-es/commands/ListSitesCommand.js +3 -3
  57. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  58. package/dist-es/commands/StartConnectionCommand.js +3 -3
  59. package/dist-es/commands/TagResourceCommand.js +3 -3
  60. package/dist-es/commands/UntagResourceCommand.js +3 -3
  61. package/dist-es/commands/UpdateOutpostCommand.js +3 -3
  62. package/dist-es/commands/UpdateSiteAddressCommand.js +3 -3
  63. package/dist-es/commands/UpdateSiteCommand.js +3 -3
  64. package/dist-es/commands/UpdateSiteRackPhysicalPropertiesCommand.js +3 -3
  65. package/dist-es/endpoint/ruleset.js +3 -3
  66. package/dist-es/models/OutpostsServiceException.js +1 -1
  67. package/dist-es/models/models_0.js +1 -0
  68. package/dist-es/protocols/Aws_restJson1.js +1 -1
  69. package/dist-es/runtimeConfig.browser.js +7 -7
  70. package/dist-es/runtimeConfig.js +10 -10
  71. package/dist-es/runtimeConfig.shared.js +4 -4
  72. package/dist-types/Outposts.d.ts +6 -6
  73. package/dist-types/OutpostsClient.d.ts +13 -13
  74. package/dist-types/commands/CancelOrderCommand.d.ts +3 -3
  75. package/dist-types/commands/CreateOrderCommand.d.ts +3 -3
  76. package/dist-types/commands/CreateOutpostCommand.d.ts +3 -3
  77. package/dist-types/commands/CreateSiteCommand.d.ts +6 -4
  78. package/dist-types/commands/DeleteOutpostCommand.d.ts +3 -3
  79. package/dist-types/commands/DeleteSiteCommand.d.ts +3 -3
  80. package/dist-types/commands/GetCatalogItemCommand.d.ts +3 -3
  81. package/dist-types/commands/GetConnectionCommand.d.ts +6 -4
  82. package/dist-types/commands/GetOrderCommand.d.ts +3 -3
  83. package/dist-types/commands/GetOutpostCommand.d.ts +3 -3
  84. package/dist-types/commands/GetOutpostInstanceTypesCommand.d.ts +3 -3
  85. package/dist-types/commands/GetSiteAddressCommand.d.ts +6 -4
  86. package/dist-types/commands/GetSiteCommand.d.ts +3 -3
  87. package/dist-types/commands/ListAssetsCommand.d.ts +4 -4
  88. package/dist-types/commands/ListCatalogItemsCommand.d.ts +3 -3
  89. package/dist-types/commands/ListOrdersCommand.d.ts +3 -3
  90. package/dist-types/commands/ListOutpostsCommand.d.ts +3 -3
  91. package/dist-types/commands/ListSitesCommand.d.ts +4 -5
  92. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  93. package/dist-types/commands/StartConnectionCommand.d.ts +6 -4
  94. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  95. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  96. package/dist-types/commands/UpdateOutpostCommand.d.ts +6 -4
  97. package/dist-types/commands/UpdateSiteAddressCommand.d.ts +7 -7
  98. package/dist-types/commands/UpdateSiteCommand.d.ts +3 -3
  99. package/dist-types/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +3 -3
  100. package/dist-types/endpoint/EndpointParameters.d.ts +2 -3
  101. package/dist-types/endpoint/endpointResolver.d.ts +1 -1
  102. package/dist-types/endpoint/ruleset.d.ts +1 -1
  103. package/dist-types/index.d.ts +5 -5
  104. package/dist-types/models/OutpostsServiceException.d.ts +1 -1
  105. package/dist-types/models/models_0.d.ts +288 -114
  106. package/dist-types/pagination/GetOutpostInstanceTypesPaginator.d.ts +1 -1
  107. package/dist-types/pagination/Interfaces.d.ts +1 -1
  108. package/dist-types/pagination/ListAssetsPaginator.d.ts +1 -1
  109. package/dist-types/pagination/ListCatalogItemsPaginator.d.ts +1 -1
  110. package/dist-types/pagination/ListOrdersPaginator.d.ts +1 -1
  111. package/dist-types/pagination/ListOutpostsPaginator.d.ts +1 -1
  112. package/dist-types/pagination/ListSitesPaginator.d.ts +1 -1
  113. package/dist-types/runtimeConfig.browser.d.ts +20 -20
  114. package/dist-types/runtimeConfig.d.ts +20 -20
  115. package/dist-types/runtimeConfig.native.d.ts +19 -19
  116. package/dist-types/runtimeConfig.shared.d.ts +4 -4
  117. package/dist-types/ts3.4/Outposts.d.ts +1 -1
  118. package/dist-types/ts3.4/OutpostsClient.d.ts +19 -21
  119. package/dist-types/ts3.4/commands/CancelOrderCommand.d.ts +3 -3
  120. package/dist-types/ts3.4/commands/CreateOrderCommand.d.ts +3 -3
  121. package/dist-types/ts3.4/commands/CreateOutpostCommand.d.ts +3 -3
  122. package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +3 -3
  123. package/dist-types/ts3.4/commands/DeleteOutpostCommand.d.ts +3 -3
  124. package/dist-types/ts3.4/commands/DeleteSiteCommand.d.ts +3 -3
  125. package/dist-types/ts3.4/commands/GetCatalogItemCommand.d.ts +3 -3
  126. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +3 -3
  127. package/dist-types/ts3.4/commands/GetOrderCommand.d.ts +3 -3
  128. package/dist-types/ts3.4/commands/GetOutpostCommand.d.ts +3 -3
  129. package/dist-types/ts3.4/commands/GetOutpostInstanceTypesCommand.d.ts +3 -3
  130. package/dist-types/ts3.4/commands/GetSiteAddressCommand.d.ts +3 -3
  131. package/dist-types/ts3.4/commands/GetSiteCommand.d.ts +3 -3
  132. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +3 -3
  133. package/dist-types/ts3.4/commands/ListCatalogItemsCommand.d.ts +3 -3
  134. package/dist-types/ts3.4/commands/ListOrdersCommand.d.ts +3 -3
  135. package/dist-types/ts3.4/commands/ListOutpostsCommand.d.ts +3 -3
  136. package/dist-types/ts3.4/commands/ListSitesCommand.d.ts +3 -3
  137. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
  138. package/dist-types/ts3.4/commands/StartConnectionCommand.d.ts +3 -3
  139. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -3
  140. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
  141. package/dist-types/ts3.4/commands/UpdateOutpostCommand.d.ts +3 -3
  142. package/dist-types/ts3.4/commands/UpdateSiteAddressCommand.d.ts +3 -3
  143. package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +3 -3
  144. package/dist-types/ts3.4/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +3 -3
  145. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -3
  146. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  147. package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  148. package/dist-types/ts3.4/models/OutpostsServiceException.d.ts +1 -1
  149. package/dist-types/ts3.4/models/models_0.d.ts +2 -1
  150. package/dist-types/ts3.4/pagination/GetOutpostInstanceTypesPaginator.d.ts +1 -1
  151. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
  152. package/dist-types/ts3.4/pagination/ListAssetsPaginator.d.ts +1 -1
  153. package/dist-types/ts3.4/pagination/ListCatalogItemsPaginator.d.ts +1 -1
  154. package/dist-types/ts3.4/pagination/ListOrdersPaginator.d.ts +1 -1
  155. package/dist-types/ts3.4/pagination/ListOutpostsPaginator.d.ts +1 -1
  156. package/dist-types/ts3.4/pagination/ListSitesPaginator.d.ts +1 -1
  157. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
  158. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
  159. package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
  160. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  161. package/package.json +31 -30
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { GetConnectionRequest, GetConnectionResponse } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
6
  /**
@@ -27,7 +27,9 @@ export interface GetConnectionCommandOutput extends GetConnectionResponse, __Met
27
27
  * <p>
28
28
  * Amazon Web Services uses this action to install Outpost servers.</p>
29
29
  * </note>
30
- * <p> Gets information about the specified connection. </p>
30
+ * <p>
31
+ * Gets information about the specified connection.
32
+ * </p>
31
33
  * <p>
32
34
  * Use CloudTrail to monitor this action or Amazon Web Services managed policy for Amazon Web Services Outposts to secure it. For
33
35
  * more information, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/security-iam-awsmanpol.html">
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { GetOrderInput, GetOrderOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { GetOutpostInput, GetOutpostOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { GetOutpostInstanceTypesInput, GetOutpostInstanceTypesOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { GetSiteAddressInput, GetSiteAddressOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
6
  /**
@@ -23,7 +23,9 @@ export interface GetSiteAddressCommandOutput extends GetSiteAddressOutput, __Met
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p> Gets the site address of the specified site. </p>
26
+ * <p>
27
+ * Gets the site address of the specified site.
28
+ * </p>
27
29
  * @example
28
30
  * Use a bare-bones client and the command you need to make an API call.
29
31
  * ```javascript
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { GetSiteInput, GetSiteOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { ListAssetsInput, ListAssetsOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
6
  /**
@@ -41,7 +41,7 @@ export interface ListAssetsCommandOutput extends ListAssetsOutput, __MetadataBea
41
41
  * MaxResults: Number("int"),
42
42
  * NextToken: "STRING_VALUE",
43
43
  * StatusFilter: [ // StatusList
44
- * "ACTIVE" || "RETIRING",
44
+ * "ACTIVE" || "RETIRING" || "ISOLATED",
45
45
  * ],
46
46
  * };
47
47
  * const command = new ListAssetsCommand(input);
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { ListCatalogItemsInput, ListCatalogItemsOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { ListOrdersInput, ListOrdersOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { ListOutpostsInput, ListOutpostsOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { ListSitesInput, ListSitesOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
6
  /**
@@ -23,8 +23,7 @@ export interface ListSitesCommandOutput extends ListSitesOutput, __MetadataBeare
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Lists the Outpost sites for your Amazon Web Services account. Use filters to return specific
27
- * results.</p>
26
+ * <p>Lists the Outpost sites for your Amazon Web Services account. Use filters to return specific results.</p>
28
27
  * <p>Use filters to return specific results. If you specify multiple filters, the results include only the resources that match
29
28
  * all of the specified filters. For a filter where you can specify multiple values, the results include
30
29
  * items that match any of the values that you specify for the filter.</p>
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { StartConnectionRequest, StartConnectionResponse } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
6
  /**
@@ -27,7 +27,9 @@ export interface StartConnectionCommandOutput extends StartConnectionResponse, _
27
27
  * <p>
28
28
  * Amazon Web Services uses this action to install Outpost servers.</p>
29
29
  * </note>
30
- * <p> Starts the connection required for Outpost server installation. </p>
30
+ * <p>
31
+ * Starts the connection required for Outpost server installation.
32
+ * </p>
31
33
  * <p>
32
34
  * Use CloudTrail to monitor this action or Amazon Web Services managed policy for Amazon Web Services Outposts to secure it. For
33
35
  * more information, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/security-iam-awsmanpol.html">
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { UpdateOutpostInput, UpdateOutpostOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
6
  /**
@@ -23,7 +23,9 @@ export interface UpdateOutpostCommandOutput extends UpdateOutpostOutput, __Metad
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p> Updates an Outpost. </p>
26
+ * <p>
27
+ * Updates an Outpost.
28
+ * </p>
27
29
  * @example
28
30
  * Use a bare-bones client and the command you need to make an API call.
29
31
  * ```javascript
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { UpdateSiteAddressInput, UpdateSiteAddressOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
6
  /**
@@ -24,10 +24,10 @@ export interface UpdateSiteAddressCommandOutput extends UpdateSiteAddressOutput,
24
24
  /**
25
25
  * @public
26
26
  * <p>Updates the address of the specified site.</p>
27
- * <p>You can't update a site address if there is an order in progress. You must wait for the
28
- * order to complete or cancel the order.</p>
29
- * <p>You can update the operating address before you place an order at the site, or after all
30
- * Outposts that belong to the site have been deactivated.</p>
27
+ * <p>You can't update a site address if there is an order in progress. You must wait for the order
28
+ * to complete or cancel the order.</p>
29
+ * <p>You can update the operating address before you place an order at the
30
+ * site, or after all Outposts that belong to the site have been deactivated.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { UpdateSiteInput, UpdateSiteOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { UpdateSiteRackPhysicalPropertiesInput, UpdateSiteRackPhysicalPropertiesOutput } from "../models/models_0";
5
5
  import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
6
6
  /**
@@ -1,5 +1,4 @@
1
- import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types";
2
- import { Endpoint, Provider } from "@smithy/types";
1
+ import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
3
2
  export interface ClientInputEndpointParameters {
4
3
  region?: string | Provider<string>;
5
4
  useDualstackEndpoint?: boolean | Provider<boolean>;
@@ -13,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
13
12
  defaultSigningName: string;
14
13
  };
15
14
  export interface EndpointParameters extends __EndpointParameters {
16
- Region: string;
15
+ Region?: string;
17
16
  UseDualStack?: boolean;
18
17
  UseFIPS?: boolean;
19
18
  Endpoint?: string;
@@ -1,4 +1,4 @@
1
- import { EndpointV2, Logger } from "@aws-sdk/types";
1
+ import { EndpointV2, Logger } from "@smithy/types";
2
2
  import { EndpointParameters } from "./EndpointParameters";
3
3
  export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
4
4
  logger?: Logger;
@@ -1,2 +1,2 @@
1
- import { RuleSetObject } from "@aws-sdk/util-endpoints";
1
+ import { RuleSetObject } from "@smithy/types";
2
2
  export declare const ruleSet: RuleSetObject;
@@ -1,9 +1,9 @@
1
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>
2
+ * <p>Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools
3
+ * to customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts
4
+ * enables customers to build and run applications on premises using the same programming
5
+ * interfaces as in Amazon Web Services Regions, while using local compute and storage resources for lower
6
+ * latency and local data processing needs.</p>
7
7
  *
8
8
  * @packageDocumentation
9
9
  */
@@ -1,4 +1,4 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
2
  export { __ServiceException, __ServiceExceptionOptions };
3
3
  /**
4
4
  * @public