@aws-sdk/client-amplifyuibuilder 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 +36 -283
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateComponentCommand.js +2 -14
- package/dist-es/commands/CreateFormCommand.js +2 -14
- package/dist-es/commands/CreateThemeCommand.js +2 -14
- package/dist-es/commands/DeleteComponentCommand.js +2 -14
- package/dist-es/commands/DeleteFormCommand.js +2 -14
- package/dist-es/commands/DeleteThemeCommand.js +2 -14
- package/dist-es/commands/ExchangeCodeForTokenCommand.js +2 -14
- package/dist-es/commands/ExportComponentsCommand.js +2 -14
- package/dist-es/commands/ExportFormsCommand.js +2 -14
- package/dist-es/commands/ExportThemesCommand.js +2 -14
- package/dist-es/commands/GetCodegenJobCommand.js +2 -14
- package/dist-es/commands/GetComponentCommand.js +2 -14
- package/dist-es/commands/GetFormCommand.js +2 -14
- package/dist-es/commands/GetMetadataCommand.js +2 -14
- package/dist-es/commands/GetThemeCommand.js +2 -14
- package/dist-es/commands/ListCodegenJobsCommand.js +2 -14
- package/dist-es/commands/ListComponentsCommand.js +2 -14
- package/dist-es/commands/ListFormsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListThemesCommand.js +2 -14
- package/dist-es/commands/PutMetadataFlagCommand.js +2 -14
- package/dist-es/commands/RefreshTokenCommand.js +2 -14
- package/dist-es/commands/StartCodegenJobCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateComponentCommand.js +2 -14
- package/dist-es/commands/UpdateFormCommand.js +2 -14
- package/dist-es/commands/UpdateThemeCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateComponentCommand.d.ts +3 -8
- package/dist-types/commands/CreateFormCommand.d.ts +3 -8
- package/dist-types/commands/CreateThemeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteComponentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFormCommand.d.ts +3 -8
- package/dist-types/commands/DeleteThemeCommand.d.ts +3 -8
- package/dist-types/commands/ExchangeCodeForTokenCommand.d.ts +3 -8
- package/dist-types/commands/ExportComponentsCommand.d.ts +3 -8
- package/dist-types/commands/ExportFormsCommand.d.ts +3 -8
- package/dist-types/commands/ExportThemesCommand.d.ts +3 -8
- package/dist-types/commands/GetCodegenJobCommand.d.ts +3 -8
- package/dist-types/commands/GetComponentCommand.d.ts +3 -8
- package/dist-types/commands/GetFormCommand.d.ts +3 -8
- package/dist-types/commands/GetMetadataCommand.d.ts +3 -8
- package/dist-types/commands/GetThemeCommand.d.ts +3 -8
- package/dist-types/commands/ListCodegenJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListComponentsCommand.d.ts +3 -8
- package/dist-types/commands/ListFormsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListThemesCommand.d.ts +3 -8
- package/dist-types/commands/PutMetadataFlagCommand.d.ts +3 -8
- package/dist-types/commands/RefreshTokenCommand.d.ts +3 -8
- package/dist-types/commands/StartCodegenJobCommand.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/UpdateComponentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFormCommand.d.ts +3 -8
- package/dist-types/commands/UpdateThemeCommand.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/CreateComponentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFormCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFormCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExchangeCodeForTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportComponentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportFormsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportThemesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCodegenJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFormCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetThemeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCodegenJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFormsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutMetadataFlagCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RefreshTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartCodegenJobCommand.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/UpdateComponentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFormCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateThemeCommand.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
|
|
|
@@ -1562,340 +1563,92 @@ class AmplifyUIBuilderClient extends Client {
|
|
|
1562
1563
|
}
|
|
1563
1564
|
}
|
|
1564
1565
|
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
})
|
|
1571
|
-
.s("AmplifyUIBuilder", "CreateComponent", {})
|
|
1572
|
-
.n("AmplifyUIBuilderClient", "CreateComponentCommand")
|
|
1573
|
-
.sc(CreateComponent$)
|
|
1574
|
-
.build() {
|
|
1566
|
+
const command = makeBuilder(commonParams, "AmplifyUIBuilder", "AmplifyUIBuilderClient", getEndpointPlugin);
|
|
1567
|
+
const _ep0 = {};
|
|
1568
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1569
|
+
|
|
1570
|
+
class CreateComponentCommand extends command(_ep0, _mw0, "CreateComponent", CreateComponent$) {
|
|
1575
1571
|
}
|
|
1576
1572
|
|
|
1577
|
-
class CreateFormCommand extends
|
|
1578
|
-
.classBuilder()
|
|
1579
|
-
.ep(commonParams)
|
|
1580
|
-
.m(function (Command, cs, config, o) {
|
|
1581
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1582
|
-
})
|
|
1583
|
-
.s("AmplifyUIBuilder", "CreateForm", {})
|
|
1584
|
-
.n("AmplifyUIBuilderClient", "CreateFormCommand")
|
|
1585
|
-
.sc(CreateForm$)
|
|
1586
|
-
.build() {
|
|
1573
|
+
class CreateFormCommand extends command(_ep0, _mw0, "CreateForm", CreateForm$) {
|
|
1587
1574
|
}
|
|
1588
1575
|
|
|
1589
|
-
class CreateThemeCommand extends
|
|
1590
|
-
.classBuilder()
|
|
1591
|
-
.ep(commonParams)
|
|
1592
|
-
.m(function (Command, cs, config, o) {
|
|
1593
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1594
|
-
})
|
|
1595
|
-
.s("AmplifyUIBuilder", "CreateTheme", {})
|
|
1596
|
-
.n("AmplifyUIBuilderClient", "CreateThemeCommand")
|
|
1597
|
-
.sc(CreateTheme$)
|
|
1598
|
-
.build() {
|
|
1576
|
+
class CreateThemeCommand extends command(_ep0, _mw0, "CreateTheme", CreateTheme$) {
|
|
1599
1577
|
}
|
|
1600
1578
|
|
|
1601
|
-
class DeleteComponentCommand extends
|
|
1602
|
-
.classBuilder()
|
|
1603
|
-
.ep(commonParams)
|
|
1604
|
-
.m(function (Command, cs, config, o) {
|
|
1605
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1606
|
-
})
|
|
1607
|
-
.s("AmplifyUIBuilder", "DeleteComponent", {})
|
|
1608
|
-
.n("AmplifyUIBuilderClient", "DeleteComponentCommand")
|
|
1609
|
-
.sc(DeleteComponent$)
|
|
1610
|
-
.build() {
|
|
1579
|
+
class DeleteComponentCommand extends command(_ep0, _mw0, "DeleteComponent", DeleteComponent$) {
|
|
1611
1580
|
}
|
|
1612
1581
|
|
|
1613
|
-
class DeleteFormCommand extends
|
|
1614
|
-
.classBuilder()
|
|
1615
|
-
.ep(commonParams)
|
|
1616
|
-
.m(function (Command, cs, config, o) {
|
|
1617
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1618
|
-
})
|
|
1619
|
-
.s("AmplifyUIBuilder", "DeleteForm", {})
|
|
1620
|
-
.n("AmplifyUIBuilderClient", "DeleteFormCommand")
|
|
1621
|
-
.sc(DeleteForm$)
|
|
1622
|
-
.build() {
|
|
1582
|
+
class DeleteFormCommand extends command(_ep0, _mw0, "DeleteForm", DeleteForm$) {
|
|
1623
1583
|
}
|
|
1624
1584
|
|
|
1625
|
-
class DeleteThemeCommand extends
|
|
1626
|
-
.classBuilder()
|
|
1627
|
-
.ep(commonParams)
|
|
1628
|
-
.m(function (Command, cs, config, o) {
|
|
1629
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1630
|
-
})
|
|
1631
|
-
.s("AmplifyUIBuilder", "DeleteTheme", {})
|
|
1632
|
-
.n("AmplifyUIBuilderClient", "DeleteThemeCommand")
|
|
1633
|
-
.sc(DeleteTheme$)
|
|
1634
|
-
.build() {
|
|
1585
|
+
class DeleteThemeCommand extends command(_ep0, _mw0, "DeleteTheme", DeleteTheme$) {
|
|
1635
1586
|
}
|
|
1636
1587
|
|
|
1637
|
-
class ExchangeCodeForTokenCommand extends
|
|
1638
|
-
.classBuilder()
|
|
1639
|
-
.ep(commonParams)
|
|
1640
|
-
.m(function (Command, cs, config, o) {
|
|
1641
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1642
|
-
})
|
|
1643
|
-
.s("AmplifyUIBuilder", "ExchangeCodeForToken", {})
|
|
1644
|
-
.n("AmplifyUIBuilderClient", "ExchangeCodeForTokenCommand")
|
|
1645
|
-
.sc(ExchangeCodeForToken$)
|
|
1646
|
-
.build() {
|
|
1588
|
+
class ExchangeCodeForTokenCommand extends command(_ep0, _mw0, "ExchangeCodeForToken", ExchangeCodeForToken$) {
|
|
1647
1589
|
}
|
|
1648
1590
|
|
|
1649
|
-
class ExportComponentsCommand extends
|
|
1650
|
-
.classBuilder()
|
|
1651
|
-
.ep(commonParams)
|
|
1652
|
-
.m(function (Command, cs, config, o) {
|
|
1653
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1654
|
-
})
|
|
1655
|
-
.s("AmplifyUIBuilder", "ExportComponents", {})
|
|
1656
|
-
.n("AmplifyUIBuilderClient", "ExportComponentsCommand")
|
|
1657
|
-
.sc(ExportComponents$)
|
|
1658
|
-
.build() {
|
|
1591
|
+
class ExportComponentsCommand extends command(_ep0, _mw0, "ExportComponents", ExportComponents$) {
|
|
1659
1592
|
}
|
|
1660
1593
|
|
|
1661
|
-
class ExportFormsCommand extends
|
|
1662
|
-
.classBuilder()
|
|
1663
|
-
.ep(commonParams)
|
|
1664
|
-
.m(function (Command, cs, config, o) {
|
|
1665
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1666
|
-
})
|
|
1667
|
-
.s("AmplifyUIBuilder", "ExportForms", {})
|
|
1668
|
-
.n("AmplifyUIBuilderClient", "ExportFormsCommand")
|
|
1669
|
-
.sc(ExportForms$)
|
|
1670
|
-
.build() {
|
|
1594
|
+
class ExportFormsCommand extends command(_ep0, _mw0, "ExportForms", ExportForms$) {
|
|
1671
1595
|
}
|
|
1672
1596
|
|
|
1673
|
-
class ExportThemesCommand extends
|
|
1674
|
-
.classBuilder()
|
|
1675
|
-
.ep(commonParams)
|
|
1676
|
-
.m(function (Command, cs, config, o) {
|
|
1677
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1678
|
-
})
|
|
1679
|
-
.s("AmplifyUIBuilder", "ExportThemes", {})
|
|
1680
|
-
.n("AmplifyUIBuilderClient", "ExportThemesCommand")
|
|
1681
|
-
.sc(ExportThemes$)
|
|
1682
|
-
.build() {
|
|
1597
|
+
class ExportThemesCommand extends command(_ep0, _mw0, "ExportThemes", ExportThemes$) {
|
|
1683
1598
|
}
|
|
1684
1599
|
|
|
1685
|
-
class GetCodegenJobCommand extends
|
|
1686
|
-
.classBuilder()
|
|
1687
|
-
.ep(commonParams)
|
|
1688
|
-
.m(function (Command, cs, config, o) {
|
|
1689
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1690
|
-
})
|
|
1691
|
-
.s("AmplifyUIBuilder", "GetCodegenJob", {})
|
|
1692
|
-
.n("AmplifyUIBuilderClient", "GetCodegenJobCommand")
|
|
1693
|
-
.sc(GetCodegenJob$)
|
|
1694
|
-
.build() {
|
|
1600
|
+
class GetCodegenJobCommand extends command(_ep0, _mw0, "GetCodegenJob", GetCodegenJob$) {
|
|
1695
1601
|
}
|
|
1696
1602
|
|
|
1697
|
-
class GetComponentCommand extends
|
|
1698
|
-
.classBuilder()
|
|
1699
|
-
.ep(commonParams)
|
|
1700
|
-
.m(function (Command, cs, config, o) {
|
|
1701
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1702
|
-
})
|
|
1703
|
-
.s("AmplifyUIBuilder", "GetComponent", {})
|
|
1704
|
-
.n("AmplifyUIBuilderClient", "GetComponentCommand")
|
|
1705
|
-
.sc(GetComponent$)
|
|
1706
|
-
.build() {
|
|
1603
|
+
class GetComponentCommand extends command(_ep0, _mw0, "GetComponent", GetComponent$) {
|
|
1707
1604
|
}
|
|
1708
1605
|
|
|
1709
|
-
class GetFormCommand extends
|
|
1710
|
-
.classBuilder()
|
|
1711
|
-
.ep(commonParams)
|
|
1712
|
-
.m(function (Command, cs, config, o) {
|
|
1713
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1714
|
-
})
|
|
1715
|
-
.s("AmplifyUIBuilder", "GetForm", {})
|
|
1716
|
-
.n("AmplifyUIBuilderClient", "GetFormCommand")
|
|
1717
|
-
.sc(GetForm$)
|
|
1718
|
-
.build() {
|
|
1606
|
+
class GetFormCommand extends command(_ep0, _mw0, "GetForm", GetForm$) {
|
|
1719
1607
|
}
|
|
1720
1608
|
|
|
1721
|
-
class GetMetadataCommand extends
|
|
1722
|
-
.classBuilder()
|
|
1723
|
-
.ep(commonParams)
|
|
1724
|
-
.m(function (Command, cs, config, o) {
|
|
1725
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1726
|
-
})
|
|
1727
|
-
.s("AmplifyUIBuilder", "GetMetadata", {})
|
|
1728
|
-
.n("AmplifyUIBuilderClient", "GetMetadataCommand")
|
|
1729
|
-
.sc(GetMetadata$)
|
|
1730
|
-
.build() {
|
|
1609
|
+
class GetMetadataCommand extends command(_ep0, _mw0, "GetMetadata", GetMetadata$) {
|
|
1731
1610
|
}
|
|
1732
1611
|
|
|
1733
|
-
class GetThemeCommand extends
|
|
1734
|
-
.classBuilder()
|
|
1735
|
-
.ep(commonParams)
|
|
1736
|
-
.m(function (Command, cs, config, o) {
|
|
1737
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1738
|
-
})
|
|
1739
|
-
.s("AmplifyUIBuilder", "GetTheme", {})
|
|
1740
|
-
.n("AmplifyUIBuilderClient", "GetThemeCommand")
|
|
1741
|
-
.sc(GetTheme$)
|
|
1742
|
-
.build() {
|
|
1612
|
+
class GetThemeCommand extends command(_ep0, _mw0, "GetTheme", GetTheme$) {
|
|
1743
1613
|
}
|
|
1744
1614
|
|
|
1745
|
-
class ListCodegenJobsCommand extends
|
|
1746
|
-
.classBuilder()
|
|
1747
|
-
.ep(commonParams)
|
|
1748
|
-
.m(function (Command, cs, config, o) {
|
|
1749
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1750
|
-
})
|
|
1751
|
-
.s("AmplifyUIBuilder", "ListCodegenJobs", {})
|
|
1752
|
-
.n("AmplifyUIBuilderClient", "ListCodegenJobsCommand")
|
|
1753
|
-
.sc(ListCodegenJobs$)
|
|
1754
|
-
.build() {
|
|
1615
|
+
class ListCodegenJobsCommand extends command(_ep0, _mw0, "ListCodegenJobs", ListCodegenJobs$) {
|
|
1755
1616
|
}
|
|
1756
1617
|
|
|
1757
|
-
class ListComponentsCommand extends
|
|
1758
|
-
.classBuilder()
|
|
1759
|
-
.ep(commonParams)
|
|
1760
|
-
.m(function (Command, cs, config, o) {
|
|
1761
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1762
|
-
})
|
|
1763
|
-
.s("AmplifyUIBuilder", "ListComponents", {})
|
|
1764
|
-
.n("AmplifyUIBuilderClient", "ListComponentsCommand")
|
|
1765
|
-
.sc(ListComponents$)
|
|
1766
|
-
.build() {
|
|
1618
|
+
class ListComponentsCommand extends command(_ep0, _mw0, "ListComponents", ListComponents$) {
|
|
1767
1619
|
}
|
|
1768
1620
|
|
|
1769
|
-
class ListFormsCommand extends
|
|
1770
|
-
.classBuilder()
|
|
1771
|
-
.ep(commonParams)
|
|
1772
|
-
.m(function (Command, cs, config, o) {
|
|
1773
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1774
|
-
})
|
|
1775
|
-
.s("AmplifyUIBuilder", "ListForms", {})
|
|
1776
|
-
.n("AmplifyUIBuilderClient", "ListFormsCommand")
|
|
1777
|
-
.sc(ListForms$)
|
|
1778
|
-
.build() {
|
|
1621
|
+
class ListFormsCommand extends command(_ep0, _mw0, "ListForms", ListForms$) {
|
|
1779
1622
|
}
|
|
1780
1623
|
|
|
1781
|
-
class ListTagsForResourceCommand extends
|
|
1782
|
-
.classBuilder()
|
|
1783
|
-
.ep(commonParams)
|
|
1784
|
-
.m(function (Command, cs, config, o) {
|
|
1785
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1786
|
-
})
|
|
1787
|
-
.s("AmplifyUIBuilder", "ListTagsForResource", {})
|
|
1788
|
-
.n("AmplifyUIBuilderClient", "ListTagsForResourceCommand")
|
|
1789
|
-
.sc(ListTagsForResource$)
|
|
1790
|
-
.build() {
|
|
1624
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1791
1625
|
}
|
|
1792
1626
|
|
|
1793
|
-
class ListThemesCommand extends
|
|
1794
|
-
.classBuilder()
|
|
1795
|
-
.ep(commonParams)
|
|
1796
|
-
.m(function (Command, cs, config, o) {
|
|
1797
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1798
|
-
})
|
|
1799
|
-
.s("AmplifyUIBuilder", "ListThemes", {})
|
|
1800
|
-
.n("AmplifyUIBuilderClient", "ListThemesCommand")
|
|
1801
|
-
.sc(ListThemes$)
|
|
1802
|
-
.build() {
|
|
1627
|
+
class ListThemesCommand extends command(_ep0, _mw0, "ListThemes", ListThemes$) {
|
|
1803
1628
|
}
|
|
1804
1629
|
|
|
1805
|
-
class PutMetadataFlagCommand extends
|
|
1806
|
-
.classBuilder()
|
|
1807
|
-
.ep(commonParams)
|
|
1808
|
-
.m(function (Command, cs, config, o) {
|
|
1809
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1810
|
-
})
|
|
1811
|
-
.s("AmplifyUIBuilder", "PutMetadataFlag", {})
|
|
1812
|
-
.n("AmplifyUIBuilderClient", "PutMetadataFlagCommand")
|
|
1813
|
-
.sc(PutMetadataFlag$)
|
|
1814
|
-
.build() {
|
|
1630
|
+
class PutMetadataFlagCommand extends command(_ep0, _mw0, "PutMetadataFlag", PutMetadataFlag$) {
|
|
1815
1631
|
}
|
|
1816
1632
|
|
|
1817
|
-
class RefreshTokenCommand extends
|
|
1818
|
-
.classBuilder()
|
|
1819
|
-
.ep(commonParams)
|
|
1820
|
-
.m(function (Command, cs, config, o) {
|
|
1821
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1822
|
-
})
|
|
1823
|
-
.s("AmplifyUIBuilder", "RefreshToken", {})
|
|
1824
|
-
.n("AmplifyUIBuilderClient", "RefreshTokenCommand")
|
|
1825
|
-
.sc(RefreshToken$)
|
|
1826
|
-
.build() {
|
|
1633
|
+
class RefreshTokenCommand extends command(_ep0, _mw0, "RefreshToken", RefreshToken$) {
|
|
1827
1634
|
}
|
|
1828
1635
|
|
|
1829
|
-
class StartCodegenJobCommand extends
|
|
1830
|
-
.classBuilder()
|
|
1831
|
-
.ep(commonParams)
|
|
1832
|
-
.m(function (Command, cs, config, o) {
|
|
1833
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1834
|
-
})
|
|
1835
|
-
.s("AmplifyUIBuilder", "StartCodegenJob", {})
|
|
1836
|
-
.n("AmplifyUIBuilderClient", "StartCodegenJobCommand")
|
|
1837
|
-
.sc(StartCodegenJob$)
|
|
1838
|
-
.build() {
|
|
1636
|
+
class StartCodegenJobCommand extends command(_ep0, _mw0, "StartCodegenJob", StartCodegenJob$) {
|
|
1839
1637
|
}
|
|
1840
1638
|
|
|
1841
|
-
class TagResourceCommand extends
|
|
1842
|
-
.classBuilder()
|
|
1843
|
-
.ep(commonParams)
|
|
1844
|
-
.m(function (Command, cs, config, o) {
|
|
1845
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1846
|
-
})
|
|
1847
|
-
.s("AmplifyUIBuilder", "TagResource", {})
|
|
1848
|
-
.n("AmplifyUIBuilderClient", "TagResourceCommand")
|
|
1849
|
-
.sc(TagResource$)
|
|
1850
|
-
.build() {
|
|
1639
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1851
1640
|
}
|
|
1852
1641
|
|
|
1853
|
-
class UntagResourceCommand extends
|
|
1854
|
-
.classBuilder()
|
|
1855
|
-
.ep(commonParams)
|
|
1856
|
-
.m(function (Command, cs, config, o) {
|
|
1857
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1858
|
-
})
|
|
1859
|
-
.s("AmplifyUIBuilder", "UntagResource", {})
|
|
1860
|
-
.n("AmplifyUIBuilderClient", "UntagResourceCommand")
|
|
1861
|
-
.sc(UntagResource$)
|
|
1862
|
-
.build() {
|
|
1642
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1863
1643
|
}
|
|
1864
1644
|
|
|
1865
|
-
class UpdateComponentCommand extends
|
|
1866
|
-
.classBuilder()
|
|
1867
|
-
.ep(commonParams)
|
|
1868
|
-
.m(function (Command, cs, config, o) {
|
|
1869
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1870
|
-
})
|
|
1871
|
-
.s("AmplifyUIBuilder", "UpdateComponent", {})
|
|
1872
|
-
.n("AmplifyUIBuilderClient", "UpdateComponentCommand")
|
|
1873
|
-
.sc(UpdateComponent$)
|
|
1874
|
-
.build() {
|
|
1645
|
+
class UpdateComponentCommand extends command(_ep0, _mw0, "UpdateComponent", UpdateComponent$) {
|
|
1875
1646
|
}
|
|
1876
1647
|
|
|
1877
|
-
class UpdateFormCommand extends
|
|
1878
|
-
.classBuilder()
|
|
1879
|
-
.ep(commonParams)
|
|
1880
|
-
.m(function (Command, cs, config, o) {
|
|
1881
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1882
|
-
})
|
|
1883
|
-
.s("AmplifyUIBuilder", "UpdateForm", {})
|
|
1884
|
-
.n("AmplifyUIBuilderClient", "UpdateFormCommand")
|
|
1885
|
-
.sc(UpdateForm$)
|
|
1886
|
-
.build() {
|
|
1648
|
+
class UpdateFormCommand extends command(_ep0, _mw0, "UpdateForm", UpdateForm$) {
|
|
1887
1649
|
}
|
|
1888
1650
|
|
|
1889
|
-
class UpdateThemeCommand extends
|
|
1890
|
-
.classBuilder()
|
|
1891
|
-
.ep(commonParams)
|
|
1892
|
-
.m(function (Command, cs, config, o) {
|
|
1893
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1894
|
-
})
|
|
1895
|
-
.s("AmplifyUIBuilder", "UpdateTheme", {})
|
|
1896
|
-
.n("AmplifyUIBuilderClient", "UpdateThemeCommand")
|
|
1897
|
-
.sc(UpdateTheme$)
|
|
1898
|
-
.build() {
|
|
1651
|
+
class UpdateThemeCommand extends command(_ep0, _mw0, "UpdateTheme", UpdateTheme$) {
|
|
1899
1652
|
}
|
|
1900
1653
|
|
|
1901
1654
|
const paginateExportComponents = createPaginator(AmplifyUIBuilderClient, ExportComponentsCommand, "nextToken", "nextToken", "");
|
|
@@ -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, "AmplifyUIBuilder", "AmplifyUIBuilderClient", 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 { CreateComponent$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateComponentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmplifyUIBuilder", "CreateComponent", {})
|
|
13
|
-
.n("AmplifyUIBuilderClient", "CreateComponentCommand")
|
|
14
|
-
.sc(CreateComponent$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateComponentCommand extends command(_ep0, _mw0, "CreateComponent", CreateComponent$) {
|
|
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 { CreateForm$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateFormCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmplifyUIBuilder", "CreateForm", {})
|
|
13
|
-
.n("AmplifyUIBuilderClient", "CreateFormCommand")
|
|
14
|
-
.sc(CreateForm$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateFormCommand extends command(_ep0, _mw0, "CreateForm", CreateForm$) {
|
|
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 { CreateTheme$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateThemeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmplifyUIBuilder", "CreateTheme", {})
|
|
13
|
-
.n("AmplifyUIBuilderClient", "CreateThemeCommand")
|
|
14
|
-
.sc(CreateTheme$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateThemeCommand extends command(_ep0, _mw0, "CreateTheme", CreateTheme$) {
|
|
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 { DeleteComponent$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteComponentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmplifyUIBuilder", "DeleteComponent", {})
|
|
13
|
-
.n("AmplifyUIBuilderClient", "DeleteComponentCommand")
|
|
14
|
-
.sc(DeleteComponent$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteComponentCommand extends command(_ep0, _mw0, "DeleteComponent", DeleteComponent$) {
|
|
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 { DeleteForm$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteFormCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmplifyUIBuilder", "DeleteForm", {})
|
|
13
|
-
.n("AmplifyUIBuilderClient", "DeleteFormCommand")
|
|
14
|
-
.sc(DeleteForm$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteFormCommand extends command(_ep0, _mw0, "DeleteForm", DeleteForm$) {
|
|
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 { DeleteTheme$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteThemeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmplifyUIBuilder", "DeleteTheme", {})
|
|
13
|
-
.n("AmplifyUIBuilderClient", "DeleteThemeCommand")
|
|
14
|
-
.sc(DeleteTheme$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteThemeCommand extends command(_ep0, _mw0, "DeleteTheme", DeleteTheme$) {
|
|
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 { ExchangeCodeForToken$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ExchangeCodeForTokenCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmplifyUIBuilder", "ExchangeCodeForToken", {})
|
|
13
|
-
.n("AmplifyUIBuilderClient", "ExchangeCodeForTokenCommand")
|
|
14
|
-
.sc(ExchangeCodeForToken$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ExchangeCodeForTokenCommand extends command(_ep0, _mw0, "ExchangeCodeForToken", ExchangeCodeForToken$) {
|
|
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 { ExportComponents$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ExportComponentsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmplifyUIBuilder", "ExportComponents", {})
|
|
13
|
-
.n("AmplifyUIBuilderClient", "ExportComponentsCommand")
|
|
14
|
-
.sc(ExportComponents$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ExportComponentsCommand extends command(_ep0, _mw0, "ExportComponents", ExportComponents$) {
|
|
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 { ExportForms$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ExportFormsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmplifyUIBuilder", "ExportForms", {})
|
|
13
|
-
.n("AmplifyUIBuilderClient", "ExportFormsCommand")
|
|
14
|
-
.sc(ExportForms$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ExportFormsCommand extends command(_ep0, _mw0, "ExportForms", ExportForms$) {
|
|
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 { ExportThemes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ExportThemesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmplifyUIBuilder", "ExportThemes", {})
|
|
13
|
-
.n("AmplifyUIBuilderClient", "ExportThemesCommand")
|
|
14
|
-
.sc(ExportThemes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ExportThemesCommand extends command(_ep0, _mw0, "ExportThemes", ExportThemes$) {
|
|
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 { GetCodegenJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetCodegenJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmplifyUIBuilder", "GetCodegenJob", {})
|
|
13
|
-
.n("AmplifyUIBuilderClient", "GetCodegenJobCommand")
|
|
14
|
-
.sc(GetCodegenJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetCodegenJobCommand extends command(_ep0, _mw0, "GetCodegenJob", GetCodegenJob$) {
|
|
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 { GetComponent$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetComponentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmplifyUIBuilder", "GetComponent", {})
|
|
13
|
-
.n("AmplifyUIBuilderClient", "GetComponentCommand")
|
|
14
|
-
.sc(GetComponent$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetComponentCommand extends command(_ep0, _mw0, "GetComponent", GetComponent$) {
|
|
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 { GetForm$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetFormCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmplifyUIBuilder", "GetForm", {})
|
|
13
|
-
.n("AmplifyUIBuilderClient", "GetFormCommand")
|
|
14
|
-
.sc(GetForm$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetFormCommand extends command(_ep0, _mw0, "GetForm", GetForm$) {
|
|
16
4
|
}
|