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