@aws-sdk/client-outposts 3.1076.0 → 3.1078.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/dist-cjs/index.js +54 -435
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CancelCapacityTaskCommand.js +2 -14
- package/dist-es/commands/CancelOrderCommand.js +2 -14
- package/dist-es/commands/CreateOrderCommand.js +2 -14
- package/dist-es/commands/CreateOutpostCommand.js +2 -14
- package/dist-es/commands/CreateQuoteCommand.js +2 -14
- package/dist-es/commands/CreateRenewalCommand.js +2 -14
- package/dist-es/commands/CreateSiteCommand.js +2 -14
- package/dist-es/commands/DeleteOutpostCommand.js +2 -14
- package/dist-es/commands/DeleteQuoteCommand.js +2 -14
- package/dist-es/commands/DeleteSiteCommand.js +2 -14
- package/dist-es/commands/GetCapacityTaskCommand.js +2 -14
- package/dist-es/commands/GetCatalogItemCommand.js +2 -14
- package/dist-es/commands/GetConnectionCommand.js +2 -14
- package/dist-es/commands/GetOrderCommand.js +2 -14
- package/dist-es/commands/GetOutpostBillingInformationCommand.js +2 -14
- package/dist-es/commands/GetOutpostCommand.js +2 -14
- package/dist-es/commands/GetOutpostInstanceTypesCommand.js +2 -14
- package/dist-es/commands/GetOutpostSupportedInstanceTypesCommand.js +2 -14
- package/dist-es/commands/GetQuoteCommand.js +2 -14
- package/dist-es/commands/GetRenewalPricingCommand.js +2 -14
- package/dist-es/commands/GetSiteAddressCommand.js +2 -14
- package/dist-es/commands/GetSiteCommand.js +2 -14
- package/dist-es/commands/ListAssetInstancesCommand.js +2 -14
- package/dist-es/commands/ListAssetsCommand.js +2 -14
- package/dist-es/commands/ListBlockingInstancesForCapacityTaskCommand.js +2 -14
- package/dist-es/commands/ListCapacityTasksCommand.js +2 -14
- package/dist-es/commands/ListCatalogItemsCommand.js +2 -14
- package/dist-es/commands/ListOrderableInstanceTypesCommand.js +2 -14
- package/dist-es/commands/ListOrdersCommand.js +2 -14
- package/dist-es/commands/ListOutpostsCommand.js +2 -14
- package/dist-es/commands/ListQuotesCommand.js +2 -14
- package/dist-es/commands/ListSitesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/StartCapacityTaskCommand.js +2 -14
- package/dist-es/commands/StartConnectionCommand.js +2 -14
- package/dist-es/commands/StartOutpostDecommissionCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateOutpostCommand.js +2 -14
- package/dist-es/commands/UpdateQuoteCommand.js +2 -14
- package/dist-es/commands/UpdateSiteAddressCommand.js +2 -14
- package/dist-es/commands/UpdateSiteCommand.js +2 -14
- package/dist-es/commands/UpdateSiteRackPhysicalPropertiesCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CancelCapacityTaskCommand.d.ts +3 -8
- package/dist-types/commands/CancelOrderCommand.d.ts +3 -8
- package/dist-types/commands/CreateOrderCommand.d.ts +3 -8
- package/dist-types/commands/CreateOutpostCommand.d.ts +3 -8
- package/dist-types/commands/CreateQuoteCommand.d.ts +3 -8
- package/dist-types/commands/CreateRenewalCommand.d.ts +3 -8
- package/dist-types/commands/CreateSiteCommand.d.ts +3 -8
- package/dist-types/commands/DeleteOutpostCommand.d.ts +3 -8
- package/dist-types/commands/DeleteQuoteCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSiteCommand.d.ts +3 -8
- package/dist-types/commands/GetCapacityTaskCommand.d.ts +3 -8
- package/dist-types/commands/GetCatalogItemCommand.d.ts +3 -8
- package/dist-types/commands/GetConnectionCommand.d.ts +3 -8
- package/dist-types/commands/GetOrderCommand.d.ts +3 -8
- package/dist-types/commands/GetOutpostBillingInformationCommand.d.ts +3 -8
- package/dist-types/commands/GetOutpostCommand.d.ts +3 -8
- package/dist-types/commands/GetOutpostInstanceTypesCommand.d.ts +3 -8
- package/dist-types/commands/GetOutpostSupportedInstanceTypesCommand.d.ts +3 -8
- package/dist-types/commands/GetQuoteCommand.d.ts +3 -8
- package/dist-types/commands/GetRenewalPricingCommand.d.ts +3 -8
- package/dist-types/commands/GetSiteAddressCommand.d.ts +3 -8
- package/dist-types/commands/GetSiteCommand.d.ts +3 -8
- package/dist-types/commands/ListAssetInstancesCommand.d.ts +3 -8
- package/dist-types/commands/ListAssetsCommand.d.ts +3 -8
- package/dist-types/commands/ListBlockingInstancesForCapacityTaskCommand.d.ts +3 -8
- package/dist-types/commands/ListCapacityTasksCommand.d.ts +3 -8
- package/dist-types/commands/ListCatalogItemsCommand.d.ts +3 -8
- package/dist-types/commands/ListOrderableInstanceTypesCommand.d.ts +3 -8
- package/dist-types/commands/ListOrdersCommand.d.ts +3 -8
- package/dist-types/commands/ListOutpostsCommand.d.ts +3 -8
- package/dist-types/commands/ListQuotesCommand.d.ts +3 -8
- package/dist-types/commands/ListSitesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/StartCapacityTaskCommand.d.ts +3 -8
- package/dist-types/commands/StartConnectionCommand.d.ts +3 -8
- package/dist-types/commands/StartOutpostDecommissionCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateOutpostCommand.d.ts +3 -8
- package/dist-types/commands/UpdateQuoteCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSiteAddressCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSiteCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CancelCapacityTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelOrderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateOrderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateOutpostCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateQuoteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRenewalCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteOutpostCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteQuoteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSiteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCapacityTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCatalogItemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOrderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOutpostBillingInformationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOutpostCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOutpostInstanceTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOutpostSupportedInstanceTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetQuoteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRenewalPricingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSiteAddressCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSiteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssetInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBlockingInstancesForCapacityTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCapacityTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCatalogItemsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOrderableInstanceTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOrdersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOutpostsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListQuotesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSitesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartCapacityTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartOutpostDecommissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateOutpostCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateQuoteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSiteAddressCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartConnection$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartConnectionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "StartConnection", {})
|
|
13
|
-
.n("OutpostsClient", "StartConnectionCommand")
|
|
14
|
-
.sc(StartConnection$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartConnectionCommand extends command(_ep0, _mw0, "StartConnection", StartConnection$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartOutpostDecommission$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartOutpostDecommissionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "StartOutpostDecommission", {})
|
|
13
|
-
.n("OutpostsClient", "StartOutpostDecommissionCommand")
|
|
14
|
-
.sc(StartOutpostDecommission$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartOutpostDecommissionCommand extends command(_ep0, _mw0, "StartOutpostDecommission", StartOutpostDecommission$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "TagResource", {})
|
|
13
|
-
.n("OutpostsClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "UntagResource", {})
|
|
13
|
-
.n("OutpostsClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateOutpost$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateOutpostCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "UpdateOutpost", {})
|
|
13
|
-
.n("OutpostsClient", "UpdateOutpostCommand")
|
|
14
|
-
.sc(UpdateOutpost$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateOutpostCommand extends command(_ep0, _mw0, "UpdateOutpost", UpdateOutpost$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateQuote$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateQuoteCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "UpdateQuote", {})
|
|
13
|
-
.n("OutpostsClient", "UpdateQuoteCommand")
|
|
14
|
-
.sc(UpdateQuote$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateQuoteCommand extends command(_ep0, _mw0, "UpdateQuote", UpdateQuote$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateSiteAddress$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateSiteAddressCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "UpdateSiteAddress", {})
|
|
13
|
-
.n("OutpostsClient", "UpdateSiteAddressCommand")
|
|
14
|
-
.sc(UpdateSiteAddress$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateSiteAddressCommand extends command(_ep0, _mw0, "UpdateSiteAddress", UpdateSiteAddress$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateSite$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateSiteCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "UpdateSite", {})
|
|
13
|
-
.n("OutpostsClient", "UpdateSiteCommand")
|
|
14
|
-
.sc(UpdateSite$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateSiteCommand extends command(_ep0, _mw0, "UpdateSite", UpdateSite$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateSiteRackPhysicalProperties$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateSiteRackPhysicalPropertiesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "UpdateSiteRackPhysicalProperties", {})
|
|
13
|
-
.n("OutpostsClient", "UpdateSiteRackPhysicalPropertiesCommand")
|
|
14
|
-
.sc(UpdateSiteRackPhysicalProperties$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateSiteRackPhysicalPropertiesCommand extends command(_ep0, _mw0, "UpdateSiteRackPhysicalProperties", UpdateSiteRackPhysicalProperties$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
2
|
import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
|
|
4
3
|
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
22
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
24
23
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
25
24
|
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
|
|
26
|
-
sha256: config?.sha256 ?? Sha256,
|
|
27
25
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
28
26
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
29
27
|
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
|
|
|
5
5
|
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
6
6
|
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
7
7
|
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
8
|
-
import { calculateBodyLength
|
|
8
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
10
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
11
11
|
export const getRuntimeConfig = (config) => {
|
|
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
35
35
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
36
36
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
37
37
|
}, config),
|
|
38
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
39
38
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
40
39
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
41
40
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
2
1
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
3
2
|
export const getRuntimeConfig = (config) => {
|
|
4
3
|
const browserDefaults = getBrowserRuntimeConfig(config);
|
|
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
|
|
|
6
5
|
...browserDefaults,
|
|
7
6
|
...config,
|
|
8
7
|
runtime: "react-native",
|
|
9
|
-
sha256: config?.sha256 ?? Sha256,
|
|
10
8
|
};
|
|
11
9
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
+
import { Sha256 } from "@smithy/core/checksum";
|
|
3
4
|
import { NoOpLogger } from "@smithy/core/client";
|
|
4
5
|
import { parseUrl } from "@smithy/core/protocols";
|
|
5
6
|
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
31
32
|
serviceTarget: "OutpostsOlafService",
|
|
32
33
|
},
|
|
33
34
|
serviceId: config?.serviceId ?? "Outposts",
|
|
35
|
+
sha256: config?.sha256 ?? Sha256,
|
|
34
36
|
urlParser: config?.urlParser ?? parseUrl,
|
|
35
37
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
36
38
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./OutpostsClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CancelCapacityTaskInput, CancelCapacityTaskOutput } from "../models/models_0";
|
|
4
|
-
import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CancelCapacityTaskCommandInput extends CancelCapacityTaskInput
|
|
|
22
19
|
export interface CancelCapacityTaskCommandOutput extends CancelCapacityTaskOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CancelCapacityTaskCommand_base: {
|
|
25
|
-
new (input: CancelCapacityTaskCommandInput): import("@smithy/core/client").CommandImpl<CancelCapacityTaskCommandInput, CancelCapacityTaskCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CancelCapacityTaskCommandInput): import("@smithy/core/client").CommandImpl<CancelCapacityTaskCommandInput, CancelCapacityTaskCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CancelCapacityTaskCommandInput): import("@smithy/core/client").CommandImpl<CancelCapacityTaskCommandInput, CancelCapacityTaskCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CancelCapacityTaskCommandInput): import("@smithy/core/client").CommandImpl<CancelCapacityTaskCommandInput, CancelCapacityTaskCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Cancels the capacity task.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CancelOrderInput, CancelOrderOutput } from "../models/models_0";
|
|
4
|
-
import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CancelOrderCommandInput extends CancelOrderInput {
|
|
|
22
19
|
export interface CancelOrderCommandOutput extends CancelOrderOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CancelOrderCommand_base: {
|
|
25
|
-
new (input: CancelOrderCommandInput): import("@smithy/core/client").CommandImpl<CancelOrderCommandInput, CancelOrderCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CancelOrderCommandInput): import("@smithy/core/client").CommandImpl<CancelOrderCommandInput, CancelOrderCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CancelOrderCommandInput): import("@smithy/core/client").CommandImpl<CancelOrderCommandInput, CancelOrderCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CancelOrderCommandInput): import("@smithy/core/client").CommandImpl<CancelOrderCommandInput, CancelOrderCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Cancels the specified order for an Outpost.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateOrderInput, CreateOrderOutput } from "../models/models_0";
|
|
4
|
-
import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateOrderCommandInput extends CreateOrderInput {
|
|
|
22
19
|
export interface CreateOrderCommandOutput extends CreateOrderOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateOrderCommand_base: {
|
|
25
|
-
new (input: CreateOrderCommandInput): import("@smithy/core/client").CommandImpl<CreateOrderCommandInput, CreateOrderCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateOrderCommandInput): import("@smithy/core/client").CommandImpl<CreateOrderCommandInput, CreateOrderCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateOrderCommandInput): import("@smithy/core/client").CommandImpl<CreateOrderCommandInput, CreateOrderCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateOrderCommandInput): import("@smithy/core/client").CommandImpl<CreateOrderCommandInput, CreateOrderCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an order for an Outpost.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateOutpostInput, CreateOutpostOutput } from "../models/models_0";
|
|
4
|
-
import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateOutpostCommandInput extends CreateOutpostInput {
|
|
|
22
19
|
export interface CreateOutpostCommandOutput extends CreateOutpostOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateOutpostCommand_base: {
|
|
25
|
-
new (input: CreateOutpostCommandInput): import("@smithy/core/client").CommandImpl<CreateOutpostCommandInput, CreateOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateOutpostCommandInput): import("@smithy/core/client").CommandImpl<CreateOutpostCommandInput, CreateOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateOutpostCommandInput): import("@smithy/core/client").CommandImpl<CreateOutpostCommandInput, CreateOutpostCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateOutpostCommandInput): import("@smithy/core/client").CommandImpl<CreateOutpostCommandInput, CreateOutpostCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an Outpost.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateQuoteInput, CreateQuoteOutput } from "../models/models_0";
|
|
4
|
-
import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateQuoteCommandInput extends CreateQuoteInput {
|
|
|
22
19
|
export interface CreateQuoteCommandOutput extends CreateQuoteOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateQuoteCommand_base: {
|
|
25
|
-
new (input: CreateQuoteCommandInput): import("@smithy/core/client").CommandImpl<CreateQuoteCommandInput, CreateQuoteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateQuoteCommandInput): import("@smithy/core/client").CommandImpl<CreateQuoteCommandInput, CreateQuoteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateQuoteCommandInput): import("@smithy/core/client").CommandImpl<CreateQuoteCommandInput, CreateQuoteCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateQuoteCommandInput): import("@smithy/core/client").CommandImpl<CreateQuoteCommandInput, CreateQuoteCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a quote for an Outpost. A quote provides pricing and configuration options based
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateRenewalInput, CreateRenewalOutput } from "../models/models_0";
|
|
4
|
-
import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateRenewalCommandInput extends CreateRenewalInput {
|
|
|
22
19
|
export interface CreateRenewalCommandOutput extends CreateRenewalOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateRenewalCommand_base: {
|
|
25
|
-
new (input: CreateRenewalCommandInput): import("@smithy/core/client").CommandImpl<CreateRenewalCommandInput, CreateRenewalCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateRenewalCommandInput): import("@smithy/core/client").CommandImpl<CreateRenewalCommandInput, CreateRenewalCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateRenewalCommandInput): import("@smithy/core/client").CommandImpl<CreateRenewalCommandInput, CreateRenewalCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateRenewalCommandInput): import("@smithy/core/client").CommandImpl<CreateRenewalCommandInput, CreateRenewalCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a renewal contract for the specified Outpost.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateSiteInput, CreateSiteOutput } from "../models/models_0";
|
|
4
|
-
import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateSiteCommandInput extends CreateSiteInput {
|
|
|
22
19
|
export interface CreateSiteCommandOutput extends CreateSiteOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateSiteCommand_base: {
|
|
25
|
-
new (input: CreateSiteCommandInput): import("@smithy/core/client").CommandImpl<CreateSiteCommandInput, CreateSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateSiteCommandInput): import("@smithy/core/client").CommandImpl<CreateSiteCommandInput, CreateSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateSiteCommandInput): import("@smithy/core/client").CommandImpl<CreateSiteCommandInput, CreateSiteCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateSiteCommandInput): import("@smithy/core/client").CommandImpl<CreateSiteCommandInput, CreateSiteCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Creates a site for an Outpost. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteOutpostInput, DeleteOutpostOutput } from "../models/models_0";
|
|
4
|
-
import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteOutpostCommandInput extends DeleteOutpostInput {
|
|
|
22
19
|
export interface DeleteOutpostCommandOutput extends DeleteOutpostOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteOutpostCommand_base: {
|
|
25
|
-
new (input: DeleteOutpostCommandInput): import("@smithy/core/client").CommandImpl<DeleteOutpostCommandInput, DeleteOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteOutpostCommandInput): import("@smithy/core/client").CommandImpl<DeleteOutpostCommandInput, DeleteOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteOutpostCommandInput): import("@smithy/core/client").CommandImpl<DeleteOutpostCommandInput, DeleteOutpostCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteOutpostCommandInput): import("@smithy/core/client").CommandImpl<DeleteOutpostCommandInput, DeleteOutpostCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the specified Outpost.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteQuoteInput, DeleteQuoteOutput } from "../models/models_0";
|
|
4
|
-
import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteQuoteCommandInput extends DeleteQuoteInput {
|
|
|
22
19
|
export interface DeleteQuoteCommandOutput extends DeleteQuoteOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteQuoteCommand_base: {
|
|
25
|
-
new (input: DeleteQuoteCommandInput): import("@smithy/core/client").CommandImpl<DeleteQuoteCommandInput, DeleteQuoteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteQuoteCommandInput): import("@smithy/core/client").CommandImpl<DeleteQuoteCommandInput, DeleteQuoteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteQuoteCommandInput): import("@smithy/core/client").CommandImpl<DeleteQuoteCommandInput, DeleteQuoteCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteQuoteCommandInput): import("@smithy/core/client").CommandImpl<DeleteQuoteCommandInput, DeleteQuoteCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the specified quote.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteSiteInput, DeleteSiteOutput } from "../models/models_0";
|
|
4
|
-
import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteSiteCommandInput extends DeleteSiteInput {
|
|
|
22
19
|
export interface DeleteSiteCommandOutput extends DeleteSiteOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteSiteCommand_base: {
|
|
25
|
-
new (input: DeleteSiteCommandInput): import("@smithy/core/client").CommandImpl<DeleteSiteCommandInput, DeleteSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteSiteCommandInput): import("@smithy/core/client").CommandImpl<DeleteSiteCommandInput, DeleteSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteSiteCommandInput): import("@smithy/core/client").CommandImpl<DeleteSiteCommandInput, DeleteSiteCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteSiteCommandInput): import("@smithy/core/client").CommandImpl<DeleteSiteCommandInput, DeleteSiteCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the specified site.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetCapacityTaskInput, GetCapacityTaskOutput } from "../models/models_0";
|
|
4
|
-
import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetCapacityTaskCommandInput extends GetCapacityTaskInput {
|
|
|
22
19
|
export interface GetCapacityTaskCommandOutput extends GetCapacityTaskOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetCapacityTaskCommand_base: {
|
|
25
|
-
new (input: GetCapacityTaskCommandInput): import("@smithy/core/client").CommandImpl<GetCapacityTaskCommandInput, GetCapacityTaskCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetCapacityTaskCommandInput): import("@smithy/core/client").CommandImpl<GetCapacityTaskCommandInput, GetCapacityTaskCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetCapacityTaskCommandInput): import("@smithy/core/client").CommandImpl<GetCapacityTaskCommandInput, GetCapacityTaskCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetCapacityTaskCommandInput): import("@smithy/core/client").CommandImpl<GetCapacityTaskCommandInput, GetCapacityTaskCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets details of the specified capacity task.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetCatalogItemInput, GetCatalogItemOutput } from "../models/models_0";
|
|
4
|
-
import type { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetCatalogItemCommandInput extends GetCatalogItemInput {
|
|
|
22
19
|
export interface GetCatalogItemCommandOutput extends GetCatalogItemOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetCatalogItemCommand_base: {
|
|
25
|
-
new (input: GetCatalogItemCommandInput): import("@smithy/core/client").CommandImpl<GetCatalogItemCommandInput, GetCatalogItemCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetCatalogItemCommandInput): import("@smithy/core/client").CommandImpl<GetCatalogItemCommandInput, GetCatalogItemCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetCatalogItemCommandInput): import("@smithy/core/client").CommandImpl<GetCatalogItemCommandInput, GetCatalogItemCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetCatalogItemCommandInput): import("@smithy/core/client").CommandImpl<GetCatalogItemCommandInput, GetCatalogItemCommandOutput, import("..").OutpostsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about the specified catalog item.</p>
|