@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
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultOutpostsHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -1540,6 +1542,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
1540
1542
|
serviceTarget: "OutpostsOlafService",
|
|
1541
1543
|
},
|
|
1542
1544
|
serviceId: config?.serviceId ?? "Outposts",
|
|
1545
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1543
1546
|
urlParser: config?.urlParser ?? parseUrl,
|
|
1544
1547
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1545
1548
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -1573,7 +1576,6 @@ const getRuntimeConfig = (config) => {
|
|
|
1573
1576
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1574
1577
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1575
1578
|
}, config),
|
|
1576
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
1577
1579
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1578
1580
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1579
1581
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1661,520 +1663,137 @@ class OutpostsClient extends Client {
|
|
|
1661
1663
|
}
|
|
1662
1664
|
}
|
|
1663
1665
|
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
})
|
|
1670
|
-
.s("OutpostsOlafService", "CancelCapacityTask", {})
|
|
1671
|
-
.n("OutpostsClient", "CancelCapacityTaskCommand")
|
|
1672
|
-
.sc(CancelCapacityTask$)
|
|
1673
|
-
.build() {
|
|
1666
|
+
const command = makeBuilder(commonParams, "OutpostsOlafService", "OutpostsClient", getEndpointPlugin);
|
|
1667
|
+
const _ep0 = {};
|
|
1668
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1669
|
+
|
|
1670
|
+
class CancelCapacityTaskCommand extends command(_ep0, _mw0, "CancelCapacityTask", CancelCapacityTask$) {
|
|
1674
1671
|
}
|
|
1675
1672
|
|
|
1676
|
-
class CancelOrderCommand extends
|
|
1677
|
-
.classBuilder()
|
|
1678
|
-
.ep(commonParams)
|
|
1679
|
-
.m(function (Command, cs, config, o) {
|
|
1680
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1681
|
-
})
|
|
1682
|
-
.s("OutpostsOlafService", "CancelOrder", {})
|
|
1683
|
-
.n("OutpostsClient", "CancelOrderCommand")
|
|
1684
|
-
.sc(CancelOrder$)
|
|
1685
|
-
.build() {
|
|
1673
|
+
class CancelOrderCommand extends command(_ep0, _mw0, "CancelOrder", CancelOrder$) {
|
|
1686
1674
|
}
|
|
1687
1675
|
|
|
1688
|
-
class CreateOrderCommand extends
|
|
1689
|
-
.classBuilder()
|
|
1690
|
-
.ep(commonParams)
|
|
1691
|
-
.m(function (Command, cs, config, o) {
|
|
1692
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1693
|
-
})
|
|
1694
|
-
.s("OutpostsOlafService", "CreateOrder", {})
|
|
1695
|
-
.n("OutpostsClient", "CreateOrderCommand")
|
|
1696
|
-
.sc(CreateOrder$)
|
|
1697
|
-
.build() {
|
|
1676
|
+
class CreateOrderCommand extends command(_ep0, _mw0, "CreateOrder", CreateOrder$) {
|
|
1698
1677
|
}
|
|
1699
1678
|
|
|
1700
|
-
class CreateOutpostCommand extends
|
|
1701
|
-
.classBuilder()
|
|
1702
|
-
.ep(commonParams)
|
|
1703
|
-
.m(function (Command, cs, config, o) {
|
|
1704
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1705
|
-
})
|
|
1706
|
-
.s("OutpostsOlafService", "CreateOutpost", {})
|
|
1707
|
-
.n("OutpostsClient", "CreateOutpostCommand")
|
|
1708
|
-
.sc(CreateOutpost$)
|
|
1709
|
-
.build() {
|
|
1679
|
+
class CreateOutpostCommand extends command(_ep0, _mw0, "CreateOutpost", CreateOutpost$) {
|
|
1710
1680
|
}
|
|
1711
1681
|
|
|
1712
|
-
class CreateQuoteCommand extends
|
|
1713
|
-
.classBuilder()
|
|
1714
|
-
.ep(commonParams)
|
|
1715
|
-
.m(function (Command, cs, config, o) {
|
|
1716
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1717
|
-
})
|
|
1718
|
-
.s("OutpostsOlafService", "CreateQuote", {})
|
|
1719
|
-
.n("OutpostsClient", "CreateQuoteCommand")
|
|
1720
|
-
.sc(CreateQuote$)
|
|
1721
|
-
.build() {
|
|
1682
|
+
class CreateQuoteCommand extends command(_ep0, _mw0, "CreateQuote", CreateQuote$) {
|
|
1722
1683
|
}
|
|
1723
1684
|
|
|
1724
|
-
class CreateRenewalCommand extends
|
|
1725
|
-
.classBuilder()
|
|
1726
|
-
.ep(commonParams)
|
|
1727
|
-
.m(function (Command, cs, config, o) {
|
|
1728
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1729
|
-
})
|
|
1730
|
-
.s("OutpostsOlafService", "CreateRenewal", {})
|
|
1731
|
-
.n("OutpostsClient", "CreateRenewalCommand")
|
|
1732
|
-
.sc(CreateRenewal$)
|
|
1733
|
-
.build() {
|
|
1685
|
+
class CreateRenewalCommand extends command(_ep0, _mw0, "CreateRenewal", CreateRenewal$) {
|
|
1734
1686
|
}
|
|
1735
1687
|
|
|
1736
|
-
class CreateSiteCommand extends
|
|
1737
|
-
.classBuilder()
|
|
1738
|
-
.ep(commonParams)
|
|
1739
|
-
.m(function (Command, cs, config, o) {
|
|
1740
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1741
|
-
})
|
|
1742
|
-
.s("OutpostsOlafService", "CreateSite", {})
|
|
1743
|
-
.n("OutpostsClient", "CreateSiteCommand")
|
|
1744
|
-
.sc(CreateSite$)
|
|
1745
|
-
.build() {
|
|
1688
|
+
class CreateSiteCommand extends command(_ep0, _mw0, "CreateSite", CreateSite$) {
|
|
1746
1689
|
}
|
|
1747
1690
|
|
|
1748
|
-
class DeleteOutpostCommand extends
|
|
1749
|
-
.classBuilder()
|
|
1750
|
-
.ep(commonParams)
|
|
1751
|
-
.m(function (Command, cs, config, o) {
|
|
1752
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1753
|
-
})
|
|
1754
|
-
.s("OutpostsOlafService", "DeleteOutpost", {})
|
|
1755
|
-
.n("OutpostsClient", "DeleteOutpostCommand")
|
|
1756
|
-
.sc(DeleteOutpost$)
|
|
1757
|
-
.build() {
|
|
1691
|
+
class DeleteOutpostCommand extends command(_ep0, _mw0, "DeleteOutpost", DeleteOutpost$) {
|
|
1758
1692
|
}
|
|
1759
1693
|
|
|
1760
|
-
class DeleteQuoteCommand extends
|
|
1761
|
-
.classBuilder()
|
|
1762
|
-
.ep(commonParams)
|
|
1763
|
-
.m(function (Command, cs, config, o) {
|
|
1764
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1765
|
-
})
|
|
1766
|
-
.s("OutpostsOlafService", "DeleteQuote", {})
|
|
1767
|
-
.n("OutpostsClient", "DeleteQuoteCommand")
|
|
1768
|
-
.sc(DeleteQuote$)
|
|
1769
|
-
.build() {
|
|
1694
|
+
class DeleteQuoteCommand extends command(_ep0, _mw0, "DeleteQuote", DeleteQuote$) {
|
|
1770
1695
|
}
|
|
1771
1696
|
|
|
1772
|
-
class DeleteSiteCommand extends
|
|
1773
|
-
.classBuilder()
|
|
1774
|
-
.ep(commonParams)
|
|
1775
|
-
.m(function (Command, cs, config, o) {
|
|
1776
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1777
|
-
})
|
|
1778
|
-
.s("OutpostsOlafService", "DeleteSite", {})
|
|
1779
|
-
.n("OutpostsClient", "DeleteSiteCommand")
|
|
1780
|
-
.sc(DeleteSite$)
|
|
1781
|
-
.build() {
|
|
1697
|
+
class DeleteSiteCommand extends command(_ep0, _mw0, "DeleteSite", DeleteSite$) {
|
|
1782
1698
|
}
|
|
1783
1699
|
|
|
1784
|
-
class GetCapacityTaskCommand extends
|
|
1785
|
-
.classBuilder()
|
|
1786
|
-
.ep(commonParams)
|
|
1787
|
-
.m(function (Command, cs, config, o) {
|
|
1788
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1789
|
-
})
|
|
1790
|
-
.s("OutpostsOlafService", "GetCapacityTask", {})
|
|
1791
|
-
.n("OutpostsClient", "GetCapacityTaskCommand")
|
|
1792
|
-
.sc(GetCapacityTask$)
|
|
1793
|
-
.build() {
|
|
1700
|
+
class GetCapacityTaskCommand extends command(_ep0, _mw0, "GetCapacityTask", GetCapacityTask$) {
|
|
1794
1701
|
}
|
|
1795
1702
|
|
|
1796
|
-
class GetCatalogItemCommand extends
|
|
1797
|
-
.classBuilder()
|
|
1798
|
-
.ep(commonParams)
|
|
1799
|
-
.m(function (Command, cs, config, o) {
|
|
1800
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1801
|
-
})
|
|
1802
|
-
.s("OutpostsOlafService", "GetCatalogItem", {})
|
|
1803
|
-
.n("OutpostsClient", "GetCatalogItemCommand")
|
|
1804
|
-
.sc(GetCatalogItem$)
|
|
1805
|
-
.build() {
|
|
1703
|
+
class GetCatalogItemCommand extends command(_ep0, _mw0, "GetCatalogItem", GetCatalogItem$) {
|
|
1806
1704
|
}
|
|
1807
1705
|
|
|
1808
|
-
class GetConnectionCommand extends
|
|
1809
|
-
.classBuilder()
|
|
1810
|
-
.ep(commonParams)
|
|
1811
|
-
.m(function (Command, cs, config, o) {
|
|
1812
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1813
|
-
})
|
|
1814
|
-
.s("OutpostsOlafService", "GetConnection", {})
|
|
1815
|
-
.n("OutpostsClient", "GetConnectionCommand")
|
|
1816
|
-
.sc(GetConnection$)
|
|
1817
|
-
.build() {
|
|
1706
|
+
class GetConnectionCommand extends command(_ep0, _mw0, "GetConnection", GetConnection$) {
|
|
1818
1707
|
}
|
|
1819
1708
|
|
|
1820
|
-
class GetOrderCommand extends
|
|
1821
|
-
.classBuilder()
|
|
1822
|
-
.ep(commonParams)
|
|
1823
|
-
.m(function (Command, cs, config, o) {
|
|
1824
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1825
|
-
})
|
|
1826
|
-
.s("OutpostsOlafService", "GetOrder", {})
|
|
1827
|
-
.n("OutpostsClient", "GetOrderCommand")
|
|
1828
|
-
.sc(GetOrder$)
|
|
1829
|
-
.build() {
|
|
1709
|
+
class GetOrderCommand extends command(_ep0, _mw0, "GetOrder", GetOrder$) {
|
|
1830
1710
|
}
|
|
1831
1711
|
|
|
1832
|
-
class GetOutpostBillingInformationCommand extends
|
|
1833
|
-
.classBuilder()
|
|
1834
|
-
.ep(commonParams)
|
|
1835
|
-
.m(function (Command, cs, config, o) {
|
|
1836
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1837
|
-
})
|
|
1838
|
-
.s("OutpostsOlafService", "GetOutpostBillingInformation", {})
|
|
1839
|
-
.n("OutpostsClient", "GetOutpostBillingInformationCommand")
|
|
1840
|
-
.sc(GetOutpostBillingInformation$)
|
|
1841
|
-
.build() {
|
|
1712
|
+
class GetOutpostBillingInformationCommand extends command(_ep0, _mw0, "GetOutpostBillingInformation", GetOutpostBillingInformation$) {
|
|
1842
1713
|
}
|
|
1843
1714
|
|
|
1844
|
-
class GetOutpostCommand extends
|
|
1845
|
-
.classBuilder()
|
|
1846
|
-
.ep(commonParams)
|
|
1847
|
-
.m(function (Command, cs, config, o) {
|
|
1848
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1849
|
-
})
|
|
1850
|
-
.s("OutpostsOlafService", "GetOutpost", {})
|
|
1851
|
-
.n("OutpostsClient", "GetOutpostCommand")
|
|
1852
|
-
.sc(GetOutpost$)
|
|
1853
|
-
.build() {
|
|
1715
|
+
class GetOutpostCommand extends command(_ep0, _mw0, "GetOutpost", GetOutpost$) {
|
|
1854
1716
|
}
|
|
1855
1717
|
|
|
1856
|
-
class GetOutpostInstanceTypesCommand extends
|
|
1857
|
-
.classBuilder()
|
|
1858
|
-
.ep(commonParams)
|
|
1859
|
-
.m(function (Command, cs, config, o) {
|
|
1860
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1861
|
-
})
|
|
1862
|
-
.s("OutpostsOlafService", "GetOutpostInstanceTypes", {})
|
|
1863
|
-
.n("OutpostsClient", "GetOutpostInstanceTypesCommand")
|
|
1864
|
-
.sc(GetOutpostInstanceTypes$)
|
|
1865
|
-
.build() {
|
|
1718
|
+
class GetOutpostInstanceTypesCommand extends command(_ep0, _mw0, "GetOutpostInstanceTypes", GetOutpostInstanceTypes$) {
|
|
1866
1719
|
}
|
|
1867
1720
|
|
|
1868
|
-
class GetOutpostSupportedInstanceTypesCommand extends
|
|
1869
|
-
.classBuilder()
|
|
1870
|
-
.ep(commonParams)
|
|
1871
|
-
.m(function (Command, cs, config, o) {
|
|
1872
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1873
|
-
})
|
|
1874
|
-
.s("OutpostsOlafService", "GetOutpostSupportedInstanceTypes", {})
|
|
1875
|
-
.n("OutpostsClient", "GetOutpostSupportedInstanceTypesCommand")
|
|
1876
|
-
.sc(GetOutpostSupportedInstanceTypes$)
|
|
1877
|
-
.build() {
|
|
1721
|
+
class GetOutpostSupportedInstanceTypesCommand extends command(_ep0, _mw0, "GetOutpostSupportedInstanceTypes", GetOutpostSupportedInstanceTypes$) {
|
|
1878
1722
|
}
|
|
1879
1723
|
|
|
1880
|
-
class GetQuoteCommand extends
|
|
1881
|
-
.classBuilder()
|
|
1882
|
-
.ep(commonParams)
|
|
1883
|
-
.m(function (Command, cs, config, o) {
|
|
1884
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1885
|
-
})
|
|
1886
|
-
.s("OutpostsOlafService", "GetQuote", {})
|
|
1887
|
-
.n("OutpostsClient", "GetQuoteCommand")
|
|
1888
|
-
.sc(GetQuote$)
|
|
1889
|
-
.build() {
|
|
1724
|
+
class GetQuoteCommand extends command(_ep0, _mw0, "GetQuote", GetQuote$) {
|
|
1890
1725
|
}
|
|
1891
1726
|
|
|
1892
|
-
class GetRenewalPricingCommand extends
|
|
1893
|
-
.classBuilder()
|
|
1894
|
-
.ep(commonParams)
|
|
1895
|
-
.m(function (Command, cs, config, o) {
|
|
1896
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1897
|
-
})
|
|
1898
|
-
.s("OutpostsOlafService", "GetRenewalPricing", {})
|
|
1899
|
-
.n("OutpostsClient", "GetRenewalPricingCommand")
|
|
1900
|
-
.sc(GetRenewalPricing$)
|
|
1901
|
-
.build() {
|
|
1727
|
+
class GetRenewalPricingCommand extends command(_ep0, _mw0, "GetRenewalPricing", GetRenewalPricing$) {
|
|
1902
1728
|
}
|
|
1903
1729
|
|
|
1904
|
-
class GetSiteAddressCommand extends
|
|
1905
|
-
.classBuilder()
|
|
1906
|
-
.ep(commonParams)
|
|
1907
|
-
.m(function (Command, cs, config, o) {
|
|
1908
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1909
|
-
})
|
|
1910
|
-
.s("OutpostsOlafService", "GetSiteAddress", {})
|
|
1911
|
-
.n("OutpostsClient", "GetSiteAddressCommand")
|
|
1912
|
-
.sc(GetSiteAddress$)
|
|
1913
|
-
.build() {
|
|
1730
|
+
class GetSiteAddressCommand extends command(_ep0, _mw0, "GetSiteAddress", GetSiteAddress$) {
|
|
1914
1731
|
}
|
|
1915
1732
|
|
|
1916
|
-
class GetSiteCommand extends
|
|
1917
|
-
.classBuilder()
|
|
1918
|
-
.ep(commonParams)
|
|
1919
|
-
.m(function (Command, cs, config, o) {
|
|
1920
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1921
|
-
})
|
|
1922
|
-
.s("OutpostsOlafService", "GetSite", {})
|
|
1923
|
-
.n("OutpostsClient", "GetSiteCommand")
|
|
1924
|
-
.sc(GetSite$)
|
|
1925
|
-
.build() {
|
|
1733
|
+
class GetSiteCommand extends command(_ep0, _mw0, "GetSite", GetSite$) {
|
|
1926
1734
|
}
|
|
1927
1735
|
|
|
1928
|
-
class ListAssetInstancesCommand extends
|
|
1929
|
-
.classBuilder()
|
|
1930
|
-
.ep(commonParams)
|
|
1931
|
-
.m(function (Command, cs, config, o) {
|
|
1932
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1933
|
-
})
|
|
1934
|
-
.s("OutpostsOlafService", "ListAssetInstances", {})
|
|
1935
|
-
.n("OutpostsClient", "ListAssetInstancesCommand")
|
|
1936
|
-
.sc(ListAssetInstances$)
|
|
1937
|
-
.build() {
|
|
1736
|
+
class ListAssetInstancesCommand extends command(_ep0, _mw0, "ListAssetInstances", ListAssetInstances$) {
|
|
1938
1737
|
}
|
|
1939
1738
|
|
|
1940
|
-
class ListAssetsCommand extends
|
|
1941
|
-
.classBuilder()
|
|
1942
|
-
.ep(commonParams)
|
|
1943
|
-
.m(function (Command, cs, config, o) {
|
|
1944
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1945
|
-
})
|
|
1946
|
-
.s("OutpostsOlafService", "ListAssets", {})
|
|
1947
|
-
.n("OutpostsClient", "ListAssetsCommand")
|
|
1948
|
-
.sc(ListAssets$)
|
|
1949
|
-
.build() {
|
|
1739
|
+
class ListAssetsCommand extends command(_ep0, _mw0, "ListAssets", ListAssets$) {
|
|
1950
1740
|
}
|
|
1951
1741
|
|
|
1952
|
-
class ListBlockingInstancesForCapacityTaskCommand extends
|
|
1953
|
-
.classBuilder()
|
|
1954
|
-
.ep(commonParams)
|
|
1955
|
-
.m(function (Command, cs, config, o) {
|
|
1956
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1957
|
-
})
|
|
1958
|
-
.s("OutpostsOlafService", "ListBlockingInstancesForCapacityTask", {})
|
|
1959
|
-
.n("OutpostsClient", "ListBlockingInstancesForCapacityTaskCommand")
|
|
1960
|
-
.sc(ListBlockingInstancesForCapacityTask$)
|
|
1961
|
-
.build() {
|
|
1742
|
+
class ListBlockingInstancesForCapacityTaskCommand extends command(_ep0, _mw0, "ListBlockingInstancesForCapacityTask", ListBlockingInstancesForCapacityTask$) {
|
|
1962
1743
|
}
|
|
1963
1744
|
|
|
1964
|
-
class ListCapacityTasksCommand extends
|
|
1965
|
-
.classBuilder()
|
|
1966
|
-
.ep(commonParams)
|
|
1967
|
-
.m(function (Command, cs, config, o) {
|
|
1968
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1969
|
-
})
|
|
1970
|
-
.s("OutpostsOlafService", "ListCapacityTasks", {})
|
|
1971
|
-
.n("OutpostsClient", "ListCapacityTasksCommand")
|
|
1972
|
-
.sc(ListCapacityTasks$)
|
|
1973
|
-
.build() {
|
|
1745
|
+
class ListCapacityTasksCommand extends command(_ep0, _mw0, "ListCapacityTasks", ListCapacityTasks$) {
|
|
1974
1746
|
}
|
|
1975
1747
|
|
|
1976
|
-
class ListCatalogItemsCommand extends
|
|
1977
|
-
.classBuilder()
|
|
1978
|
-
.ep(commonParams)
|
|
1979
|
-
.m(function (Command, cs, config, o) {
|
|
1980
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1981
|
-
})
|
|
1982
|
-
.s("OutpostsOlafService", "ListCatalogItems", {})
|
|
1983
|
-
.n("OutpostsClient", "ListCatalogItemsCommand")
|
|
1984
|
-
.sc(ListCatalogItems$)
|
|
1985
|
-
.build() {
|
|
1748
|
+
class ListCatalogItemsCommand extends command(_ep0, _mw0, "ListCatalogItems", ListCatalogItems$) {
|
|
1986
1749
|
}
|
|
1987
1750
|
|
|
1988
|
-
class ListOrderableInstanceTypesCommand extends
|
|
1989
|
-
.classBuilder()
|
|
1990
|
-
.ep(commonParams)
|
|
1991
|
-
.m(function (Command, cs, config, o) {
|
|
1992
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1993
|
-
})
|
|
1994
|
-
.s("OutpostsOlafService", "ListOrderableInstanceTypes", {})
|
|
1995
|
-
.n("OutpostsClient", "ListOrderableInstanceTypesCommand")
|
|
1996
|
-
.sc(ListOrderableInstanceTypes$)
|
|
1997
|
-
.build() {
|
|
1751
|
+
class ListOrderableInstanceTypesCommand extends command(_ep0, _mw0, "ListOrderableInstanceTypes", ListOrderableInstanceTypes$) {
|
|
1998
1752
|
}
|
|
1999
1753
|
|
|
2000
|
-
class ListOrdersCommand extends
|
|
2001
|
-
.classBuilder()
|
|
2002
|
-
.ep(commonParams)
|
|
2003
|
-
.m(function (Command, cs, config, o) {
|
|
2004
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2005
|
-
})
|
|
2006
|
-
.s("OutpostsOlafService", "ListOrders", {})
|
|
2007
|
-
.n("OutpostsClient", "ListOrdersCommand")
|
|
2008
|
-
.sc(ListOrders$)
|
|
2009
|
-
.build() {
|
|
1754
|
+
class ListOrdersCommand extends command(_ep0, _mw0, "ListOrders", ListOrders$) {
|
|
2010
1755
|
}
|
|
2011
1756
|
|
|
2012
|
-
class ListOutpostsCommand extends
|
|
2013
|
-
.classBuilder()
|
|
2014
|
-
.ep(commonParams)
|
|
2015
|
-
.m(function (Command, cs, config, o) {
|
|
2016
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2017
|
-
})
|
|
2018
|
-
.s("OutpostsOlafService", "ListOutposts", {})
|
|
2019
|
-
.n("OutpostsClient", "ListOutpostsCommand")
|
|
2020
|
-
.sc(ListOutposts$)
|
|
2021
|
-
.build() {
|
|
1757
|
+
class ListOutpostsCommand extends command(_ep0, _mw0, "ListOutposts", ListOutposts$) {
|
|
2022
1758
|
}
|
|
2023
1759
|
|
|
2024
|
-
class ListQuotesCommand extends
|
|
2025
|
-
.classBuilder()
|
|
2026
|
-
.ep(commonParams)
|
|
2027
|
-
.m(function (Command, cs, config, o) {
|
|
2028
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2029
|
-
})
|
|
2030
|
-
.s("OutpostsOlafService", "ListQuotes", {})
|
|
2031
|
-
.n("OutpostsClient", "ListQuotesCommand")
|
|
2032
|
-
.sc(ListQuotes$)
|
|
2033
|
-
.build() {
|
|
1760
|
+
class ListQuotesCommand extends command(_ep0, _mw0, "ListQuotes", ListQuotes$) {
|
|
2034
1761
|
}
|
|
2035
1762
|
|
|
2036
|
-
class ListSitesCommand extends
|
|
2037
|
-
.classBuilder()
|
|
2038
|
-
.ep(commonParams)
|
|
2039
|
-
.m(function (Command, cs, config, o) {
|
|
2040
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2041
|
-
})
|
|
2042
|
-
.s("OutpostsOlafService", "ListSites", {})
|
|
2043
|
-
.n("OutpostsClient", "ListSitesCommand")
|
|
2044
|
-
.sc(ListSites$)
|
|
2045
|
-
.build() {
|
|
1763
|
+
class ListSitesCommand extends command(_ep0, _mw0, "ListSites", ListSites$) {
|
|
2046
1764
|
}
|
|
2047
1765
|
|
|
2048
|
-
class ListTagsForResourceCommand extends
|
|
2049
|
-
.classBuilder()
|
|
2050
|
-
.ep(commonParams)
|
|
2051
|
-
.m(function (Command, cs, config, o) {
|
|
2052
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2053
|
-
})
|
|
2054
|
-
.s("OutpostsOlafService", "ListTagsForResource", {})
|
|
2055
|
-
.n("OutpostsClient", "ListTagsForResourceCommand")
|
|
2056
|
-
.sc(ListTagsForResource$)
|
|
2057
|
-
.build() {
|
|
1766
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
2058
1767
|
}
|
|
2059
1768
|
|
|
2060
|
-
class StartCapacityTaskCommand extends
|
|
2061
|
-
.classBuilder()
|
|
2062
|
-
.ep(commonParams)
|
|
2063
|
-
.m(function (Command, cs, config, o) {
|
|
2064
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2065
|
-
})
|
|
2066
|
-
.s("OutpostsOlafService", "StartCapacityTask", {})
|
|
2067
|
-
.n("OutpostsClient", "StartCapacityTaskCommand")
|
|
2068
|
-
.sc(StartCapacityTask$)
|
|
2069
|
-
.build() {
|
|
1769
|
+
class StartCapacityTaskCommand extends command(_ep0, _mw0, "StartCapacityTask", StartCapacityTask$) {
|
|
2070
1770
|
}
|
|
2071
1771
|
|
|
2072
|
-
class StartConnectionCommand extends
|
|
2073
|
-
.classBuilder()
|
|
2074
|
-
.ep(commonParams)
|
|
2075
|
-
.m(function (Command, cs, config, o) {
|
|
2076
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2077
|
-
})
|
|
2078
|
-
.s("OutpostsOlafService", "StartConnection", {})
|
|
2079
|
-
.n("OutpostsClient", "StartConnectionCommand")
|
|
2080
|
-
.sc(StartConnection$)
|
|
2081
|
-
.build() {
|
|
1772
|
+
class StartConnectionCommand extends command(_ep0, _mw0, "StartConnection", StartConnection$) {
|
|
2082
1773
|
}
|
|
2083
1774
|
|
|
2084
|
-
class StartOutpostDecommissionCommand extends
|
|
2085
|
-
.classBuilder()
|
|
2086
|
-
.ep(commonParams)
|
|
2087
|
-
.m(function (Command, cs, config, o) {
|
|
2088
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2089
|
-
})
|
|
2090
|
-
.s("OutpostsOlafService", "StartOutpostDecommission", {})
|
|
2091
|
-
.n("OutpostsClient", "StartOutpostDecommissionCommand")
|
|
2092
|
-
.sc(StartOutpostDecommission$)
|
|
2093
|
-
.build() {
|
|
1775
|
+
class StartOutpostDecommissionCommand extends command(_ep0, _mw0, "StartOutpostDecommission", StartOutpostDecommission$) {
|
|
2094
1776
|
}
|
|
2095
1777
|
|
|
2096
|
-
class TagResourceCommand extends
|
|
2097
|
-
.classBuilder()
|
|
2098
|
-
.ep(commonParams)
|
|
2099
|
-
.m(function (Command, cs, config, o) {
|
|
2100
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2101
|
-
})
|
|
2102
|
-
.s("OutpostsOlafService", "TagResource", {})
|
|
2103
|
-
.n("OutpostsClient", "TagResourceCommand")
|
|
2104
|
-
.sc(TagResource$)
|
|
2105
|
-
.build() {
|
|
1778
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2106
1779
|
}
|
|
2107
1780
|
|
|
2108
|
-
class UntagResourceCommand extends
|
|
2109
|
-
.classBuilder()
|
|
2110
|
-
.ep(commonParams)
|
|
2111
|
-
.m(function (Command, cs, config, o) {
|
|
2112
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2113
|
-
})
|
|
2114
|
-
.s("OutpostsOlafService", "UntagResource", {})
|
|
2115
|
-
.n("OutpostsClient", "UntagResourceCommand")
|
|
2116
|
-
.sc(UntagResource$)
|
|
2117
|
-
.build() {
|
|
1781
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2118
1782
|
}
|
|
2119
1783
|
|
|
2120
|
-
class UpdateOutpostCommand extends
|
|
2121
|
-
.classBuilder()
|
|
2122
|
-
.ep(commonParams)
|
|
2123
|
-
.m(function (Command, cs, config, o) {
|
|
2124
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2125
|
-
})
|
|
2126
|
-
.s("OutpostsOlafService", "UpdateOutpost", {})
|
|
2127
|
-
.n("OutpostsClient", "UpdateOutpostCommand")
|
|
2128
|
-
.sc(UpdateOutpost$)
|
|
2129
|
-
.build() {
|
|
1784
|
+
class UpdateOutpostCommand extends command(_ep0, _mw0, "UpdateOutpost", UpdateOutpost$) {
|
|
2130
1785
|
}
|
|
2131
1786
|
|
|
2132
|
-
class UpdateQuoteCommand extends
|
|
2133
|
-
.classBuilder()
|
|
2134
|
-
.ep(commonParams)
|
|
2135
|
-
.m(function (Command, cs, config, o) {
|
|
2136
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2137
|
-
})
|
|
2138
|
-
.s("OutpostsOlafService", "UpdateQuote", {})
|
|
2139
|
-
.n("OutpostsClient", "UpdateQuoteCommand")
|
|
2140
|
-
.sc(UpdateQuote$)
|
|
2141
|
-
.build() {
|
|
1787
|
+
class UpdateQuoteCommand extends command(_ep0, _mw0, "UpdateQuote", UpdateQuote$) {
|
|
2142
1788
|
}
|
|
2143
1789
|
|
|
2144
|
-
class UpdateSiteAddressCommand extends
|
|
2145
|
-
.classBuilder()
|
|
2146
|
-
.ep(commonParams)
|
|
2147
|
-
.m(function (Command, cs, config, o) {
|
|
2148
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2149
|
-
})
|
|
2150
|
-
.s("OutpostsOlafService", "UpdateSiteAddress", {})
|
|
2151
|
-
.n("OutpostsClient", "UpdateSiteAddressCommand")
|
|
2152
|
-
.sc(UpdateSiteAddress$)
|
|
2153
|
-
.build() {
|
|
1790
|
+
class UpdateSiteAddressCommand extends command(_ep0, _mw0, "UpdateSiteAddress", UpdateSiteAddress$) {
|
|
2154
1791
|
}
|
|
2155
1792
|
|
|
2156
|
-
class UpdateSiteCommand extends
|
|
2157
|
-
.classBuilder()
|
|
2158
|
-
.ep(commonParams)
|
|
2159
|
-
.m(function (Command, cs, config, o) {
|
|
2160
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2161
|
-
})
|
|
2162
|
-
.s("OutpostsOlafService", "UpdateSite", {})
|
|
2163
|
-
.n("OutpostsClient", "UpdateSiteCommand")
|
|
2164
|
-
.sc(UpdateSite$)
|
|
2165
|
-
.build() {
|
|
1793
|
+
class UpdateSiteCommand extends command(_ep0, _mw0, "UpdateSite", UpdateSite$) {
|
|
2166
1794
|
}
|
|
2167
1795
|
|
|
2168
|
-
class UpdateSiteRackPhysicalPropertiesCommand extends
|
|
2169
|
-
.classBuilder()
|
|
2170
|
-
.ep(commonParams)
|
|
2171
|
-
.m(function (Command, cs, config, o) {
|
|
2172
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2173
|
-
})
|
|
2174
|
-
.s("OutpostsOlafService", "UpdateSiteRackPhysicalProperties", {})
|
|
2175
|
-
.n("OutpostsClient", "UpdateSiteRackPhysicalPropertiesCommand")
|
|
2176
|
-
.sc(UpdateSiteRackPhysicalProperties$)
|
|
2177
|
-
.build() {
|
|
1796
|
+
class UpdateSiteRackPhysicalPropertiesCommand extends command(_ep0, _mw0, "UpdateSiteRackPhysicalProperties", UpdateSiteRackPhysicalProperties$) {
|
|
2178
1797
|
}
|
|
2179
1798
|
|
|
2180
1799
|
const paginateGetOutpostBillingInformation = createPaginator(OutpostsClient, GetOutpostBillingInformationCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "OutpostsOlafService", "OutpostsClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -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 { CancelCapacityTask$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CancelCapacityTaskCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "CancelCapacityTask", {})
|
|
13
|
-
.n("OutpostsClient", "CancelCapacityTaskCommand")
|
|
14
|
-
.sc(CancelCapacityTask$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CancelCapacityTaskCommand extends command(_ep0, _mw0, "CancelCapacityTask", CancelCapacityTask$) {
|
|
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 { CancelOrder$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CancelOrderCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "CancelOrder", {})
|
|
13
|
-
.n("OutpostsClient", "CancelOrderCommand")
|
|
14
|
-
.sc(CancelOrder$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CancelOrderCommand extends command(_ep0, _mw0, "CancelOrder", CancelOrder$) {
|
|
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 { CreateOrder$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateOrderCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "CreateOrder", {})
|
|
13
|
-
.n("OutpostsClient", "CreateOrderCommand")
|
|
14
|
-
.sc(CreateOrder$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateOrderCommand extends command(_ep0, _mw0, "CreateOrder", CreateOrder$) {
|
|
16
4
|
}
|