@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.
- package/README.md +5 -5
- package/dist-cjs/Outposts.js +1 -1
- package/dist-cjs/OutpostsClient.js +5 -5
- package/dist-cjs/commands/CancelOrderCommand.js +3 -3
- package/dist-cjs/commands/CreateOrderCommand.js +3 -3
- package/dist-cjs/commands/CreateOutpostCommand.js +3 -3
- package/dist-cjs/commands/CreateSiteCommand.js +3 -3
- package/dist-cjs/commands/DeleteOutpostCommand.js +3 -3
- package/dist-cjs/commands/DeleteSiteCommand.js +3 -3
- package/dist-cjs/commands/GetCatalogItemCommand.js +3 -3
- package/dist-cjs/commands/GetConnectionCommand.js +3 -3
- package/dist-cjs/commands/GetOrderCommand.js +3 -3
- package/dist-cjs/commands/GetOutpostCommand.js +3 -3
- package/dist-cjs/commands/GetOutpostInstanceTypesCommand.js +3 -3
- package/dist-cjs/commands/GetSiteAddressCommand.js +3 -3
- package/dist-cjs/commands/GetSiteCommand.js +3 -3
- package/dist-cjs/commands/ListAssetsCommand.js +3 -3
- package/dist-cjs/commands/ListCatalogItemsCommand.js +3 -3
- package/dist-cjs/commands/ListOrdersCommand.js +3 -3
- package/dist-cjs/commands/ListOutpostsCommand.js +3 -3
- package/dist-cjs/commands/ListSitesCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/StartConnectionCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateOutpostCommand.js +3 -3
- package/dist-cjs/commands/UpdateSiteAddressCommand.js +3 -3
- package/dist-cjs/commands/UpdateSiteCommand.js +3 -3
- package/dist-cjs/commands/UpdateSiteRackPhysicalPropertiesCommand.js +3 -3
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/OutpostsServiceException.js +1 -1
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1 -1
- package/dist-cjs/runtimeConfig.browser.js +7 -7
- package/dist-cjs/runtimeConfig.js +10 -10
- package/dist-cjs/runtimeConfig.shared.js +4 -4
- package/dist-es/Outposts.js +1 -1
- package/dist-es/OutpostsClient.js +5 -5
- package/dist-es/commands/CancelOrderCommand.js +3 -3
- package/dist-es/commands/CreateOrderCommand.js +3 -3
- package/dist-es/commands/CreateOutpostCommand.js +3 -3
- package/dist-es/commands/CreateSiteCommand.js +3 -3
- package/dist-es/commands/DeleteOutpostCommand.js +3 -3
- package/dist-es/commands/DeleteSiteCommand.js +3 -3
- package/dist-es/commands/GetCatalogItemCommand.js +3 -3
- package/dist-es/commands/GetConnectionCommand.js +3 -3
- package/dist-es/commands/GetOrderCommand.js +3 -3
- package/dist-es/commands/GetOutpostCommand.js +3 -3
- package/dist-es/commands/GetOutpostInstanceTypesCommand.js +3 -3
- package/dist-es/commands/GetSiteAddressCommand.js +3 -3
- package/dist-es/commands/GetSiteCommand.js +3 -3
- package/dist-es/commands/ListAssetsCommand.js +3 -3
- package/dist-es/commands/ListCatalogItemsCommand.js +3 -3
- package/dist-es/commands/ListOrdersCommand.js +3 -3
- package/dist-es/commands/ListOutpostsCommand.js +3 -3
- package/dist-es/commands/ListSitesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/StartConnectionCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateOutpostCommand.js +3 -3
- package/dist-es/commands/UpdateSiteAddressCommand.js +3 -3
- package/dist-es/commands/UpdateSiteCommand.js +3 -3
- package/dist-es/commands/UpdateSiteRackPhysicalPropertiesCommand.js +3 -3
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/OutpostsServiceException.js +1 -1
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +1 -1
- package/dist-es/runtimeConfig.browser.js +7 -7
- package/dist-es/runtimeConfig.js +10 -10
- package/dist-es/runtimeConfig.shared.js +4 -4
- package/dist-types/Outposts.d.ts +6 -6
- package/dist-types/OutpostsClient.d.ts +13 -13
- package/dist-types/commands/CancelOrderCommand.d.ts +3 -3
- package/dist-types/commands/CreateOrderCommand.d.ts +3 -3
- package/dist-types/commands/CreateOutpostCommand.d.ts +3 -3
- package/dist-types/commands/CreateSiteCommand.d.ts +6 -4
- package/dist-types/commands/DeleteOutpostCommand.d.ts +3 -3
- package/dist-types/commands/DeleteSiteCommand.d.ts +3 -3
- package/dist-types/commands/GetCatalogItemCommand.d.ts +3 -3
- package/dist-types/commands/GetConnectionCommand.d.ts +6 -4
- package/dist-types/commands/GetOrderCommand.d.ts +3 -3
- package/dist-types/commands/GetOutpostCommand.d.ts +3 -3
- package/dist-types/commands/GetOutpostInstanceTypesCommand.d.ts +3 -3
- package/dist-types/commands/GetSiteAddressCommand.d.ts +6 -4
- package/dist-types/commands/GetSiteCommand.d.ts +3 -3
- package/dist-types/commands/ListAssetsCommand.d.ts +4 -4
- package/dist-types/commands/ListCatalogItemsCommand.d.ts +3 -3
- package/dist-types/commands/ListOrdersCommand.d.ts +3 -3
- package/dist-types/commands/ListOutpostsCommand.d.ts +3 -3
- package/dist-types/commands/ListSitesCommand.d.ts +4 -5
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/StartConnectionCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateOutpostCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSiteAddressCommand.d.ts +7 -7
- package/dist-types/commands/UpdateSiteCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +2 -3
- package/dist-types/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/endpoint/ruleset.d.ts +1 -1
- package/dist-types/index.d.ts +5 -5
- package/dist-types/models/OutpostsServiceException.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +288 -114
- package/dist-types/pagination/GetOutpostInstanceTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListAssetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCatalogItemsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOrdersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOutpostsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSitesPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +20 -20
- package/dist-types/runtimeConfig.d.ts +20 -20
- package/dist-types/runtimeConfig.native.d.ts +19 -19
- package/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/Outposts.d.ts +1 -1
- package/dist-types/ts3.4/OutpostsClient.d.ts +19 -21
- package/dist-types/ts3.4/commands/CancelOrderCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateOrderCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateOutpostCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteOutpostCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteSiteCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetCatalogItemCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetOrderCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetOutpostCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetOutpostInstanceTypesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetSiteAddressCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetSiteCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListCatalogItemsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListOrdersCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListOutpostsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListSitesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/StartConnectionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateOutpostCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateSiteAddressCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +3 -3
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -3
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
- package/dist-types/ts3.4/models/OutpostsServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2 -1
- package/dist-types/ts3.4/pagination/GetOutpostInstanceTypesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListAssetsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListCatalogItemsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListOrdersPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListOutpostsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListSitesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/package.json +31 -30
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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>
|
|
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 "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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 "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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 "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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 "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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>
|
|
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 "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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 "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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 "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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 "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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 "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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 "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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 "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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 "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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>
|
|
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 "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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 "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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 "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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>
|
|
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 "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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
|
-
*
|
|
29
|
-
* <p>You can update the operating address before you place an order at the
|
|
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 "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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 "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
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 "@
|
|
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
|
|
15
|
+
Region?: string;
|
|
17
16
|
UseDualStack?: boolean;
|
|
18
17
|
UseFIPS?: boolean;
|
|
19
18
|
Endpoint?: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EndpointV2, Logger } from "@
|
|
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 "@
|
|
1
|
+
import { RuleSetObject } from "@smithy/types";
|
|
2
2
|
export declare const ruleSet: RuleSetObject;
|
package/dist-types/index.d.ts
CHANGED
|
@@ -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
|
|
3
|
-
* customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts
|
|
4
|
-
* customers to build and run applications on premises using the same programming
|
|
5
|
-
* in Amazon Web Services Regions, while using local compute and storage resources for lower
|
|
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 "@
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
2
|
export { __ServiceException, __ServiceExceptionOptions };
|
|
3
3
|
/**
|
|
4
4
|
* @public
|