@aws-sdk/client-chatbot 3.1077.0 → 3.1079.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.
Files changed (110) hide show
  1. package/dist-cjs/index.js +42 -343
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateToConfigurationCommand.js +2 -14
  4. package/dist-es/commands/CreateChimeWebhookConfigurationCommand.js +2 -14
  5. package/dist-es/commands/CreateCustomActionCommand.js +2 -14
  6. package/dist-es/commands/CreateMicrosoftTeamsChannelConfigurationCommand.js +2 -14
  7. package/dist-es/commands/CreateSlackChannelConfigurationCommand.js +2 -14
  8. package/dist-es/commands/DeleteChimeWebhookConfigurationCommand.js +2 -14
  9. package/dist-es/commands/DeleteCustomActionCommand.js +2 -14
  10. package/dist-es/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.js +2 -14
  11. package/dist-es/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.js +2 -14
  12. package/dist-es/commands/DeleteMicrosoftTeamsUserIdentityCommand.js +2 -14
  13. package/dist-es/commands/DeleteSlackChannelConfigurationCommand.js +2 -14
  14. package/dist-es/commands/DeleteSlackUserIdentityCommand.js +2 -14
  15. package/dist-es/commands/DeleteSlackWorkspaceAuthorizationCommand.js +2 -14
  16. package/dist-es/commands/DescribeChimeWebhookConfigurationsCommand.js +2 -14
  17. package/dist-es/commands/DescribeSlackChannelConfigurationsCommand.js +2 -14
  18. package/dist-es/commands/DescribeSlackUserIdentitiesCommand.js +2 -14
  19. package/dist-es/commands/DescribeSlackWorkspacesCommand.js +2 -14
  20. package/dist-es/commands/DisassociateFromConfigurationCommand.js +2 -14
  21. package/dist-es/commands/GetAccountPreferencesCommand.js +2 -14
  22. package/dist-es/commands/GetCustomActionCommand.js +2 -14
  23. package/dist-es/commands/GetMicrosoftTeamsChannelConfigurationCommand.js +2 -14
  24. package/dist-es/commands/ListAssociationsCommand.js +2 -14
  25. package/dist-es/commands/ListCustomActionsCommand.js +2 -14
  26. package/dist-es/commands/ListMicrosoftTeamsChannelConfigurationsCommand.js +2 -14
  27. package/dist-es/commands/ListMicrosoftTeamsConfiguredTeamsCommand.js +2 -14
  28. package/dist-es/commands/ListMicrosoftTeamsUserIdentitiesCommand.js +2 -14
  29. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  30. package/dist-es/commands/TagResourceCommand.js +2 -14
  31. package/dist-es/commands/UntagResourceCommand.js +2 -14
  32. package/dist-es/commands/UpdateAccountPreferencesCommand.js +2 -14
  33. package/dist-es/commands/UpdateChimeWebhookConfigurationCommand.js +2 -14
  34. package/dist-es/commands/UpdateCustomActionCommand.js +2 -14
  35. package/dist-es/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.js +2 -14
  36. package/dist-es/commands/UpdateSlackChannelConfigurationCommand.js +2 -14
  37. package/dist-es/index.js +1 -0
  38. package/dist-types/commandBuilder.d.ts +18 -0
  39. package/dist-types/commands/AssociateToConfigurationCommand.d.ts +3 -8
  40. package/dist-types/commands/CreateChimeWebhookConfigurationCommand.d.ts +3 -8
  41. package/dist-types/commands/CreateCustomActionCommand.d.ts +3 -8
  42. package/dist-types/commands/CreateMicrosoftTeamsChannelConfigurationCommand.d.ts +3 -8
  43. package/dist-types/commands/CreateSlackChannelConfigurationCommand.d.ts +3 -8
  44. package/dist-types/commands/DeleteChimeWebhookConfigurationCommand.d.ts +3 -8
  45. package/dist-types/commands/DeleteCustomActionCommand.d.ts +3 -8
  46. package/dist-types/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.d.ts +3 -8
  47. package/dist-types/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.d.ts +3 -8
  48. package/dist-types/commands/DeleteMicrosoftTeamsUserIdentityCommand.d.ts +3 -8
  49. package/dist-types/commands/DeleteSlackChannelConfigurationCommand.d.ts +3 -8
  50. package/dist-types/commands/DeleteSlackUserIdentityCommand.d.ts +3 -8
  51. package/dist-types/commands/DeleteSlackWorkspaceAuthorizationCommand.d.ts +3 -8
  52. package/dist-types/commands/DescribeChimeWebhookConfigurationsCommand.d.ts +3 -8
  53. package/dist-types/commands/DescribeSlackChannelConfigurationsCommand.d.ts +3 -8
  54. package/dist-types/commands/DescribeSlackUserIdentitiesCommand.d.ts +3 -8
  55. package/dist-types/commands/DescribeSlackWorkspacesCommand.d.ts +3 -8
  56. package/dist-types/commands/DisassociateFromConfigurationCommand.d.ts +3 -8
  57. package/dist-types/commands/GetAccountPreferencesCommand.d.ts +3 -8
  58. package/dist-types/commands/GetCustomActionCommand.d.ts +3 -8
  59. package/dist-types/commands/GetMicrosoftTeamsChannelConfigurationCommand.d.ts +3 -8
  60. package/dist-types/commands/ListAssociationsCommand.d.ts +3 -8
  61. package/dist-types/commands/ListCustomActionsCommand.d.ts +3 -8
  62. package/dist-types/commands/ListMicrosoftTeamsChannelConfigurationsCommand.d.ts +3 -8
  63. package/dist-types/commands/ListMicrosoftTeamsConfiguredTeamsCommand.d.ts +3 -8
  64. package/dist-types/commands/ListMicrosoftTeamsUserIdentitiesCommand.d.ts +3 -8
  65. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  66. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  67. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  68. package/dist-types/commands/UpdateAccountPreferencesCommand.d.ts +3 -8
  69. package/dist-types/commands/UpdateChimeWebhookConfigurationCommand.d.ts +3 -8
  70. package/dist-types/commands/UpdateCustomActionCommand.d.ts +3 -8
  71. package/dist-types/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.d.ts +3 -8
  72. package/dist-types/commands/UpdateSlackChannelConfigurationCommand.d.ts +3 -8
  73. package/dist-types/index.d.ts +1 -0
  74. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  75. package/dist-types/ts3.4/commands/AssociateToConfigurationCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/CreateChimeWebhookConfigurationCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/CreateCustomActionCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/CreateMicrosoftTeamsChannelConfigurationCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/CreateSlackChannelConfigurationCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/DeleteChimeWebhookConfigurationCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/DeleteCustomActionCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/DeleteMicrosoftTeamsUserIdentityCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/DeleteSlackChannelConfigurationCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/DeleteSlackUserIdentityCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/DeleteSlackWorkspaceAuthorizationCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/DescribeChimeWebhookConfigurationsCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/DescribeSlackChannelConfigurationsCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/DescribeSlackUserIdentitiesCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DescribeSlackWorkspacesCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/DisassociateFromConfigurationCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/GetAccountPreferencesCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/GetCustomActionCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/GetMicrosoftTeamsChannelConfigurationCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/ListCustomActionsCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/ListMicrosoftTeamsChannelConfigurationsCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/ListMicrosoftTeamsConfiguredTeamsCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/ListMicrosoftTeamsUserIdentitiesCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/UpdateAccountPreferencesCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/UpdateChimeWebhookConfigurationCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/UpdateCustomActionCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/UpdateSlackChannelConfigurationCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/index.d.ts +1 -0
  110. 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, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
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.1076.0";
72
+ var version = "3.1078.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -1708,412 +1709,110 @@ class ChatbotClient extends Client {
1708
1709
  }
1709
1710
  }
1710
1711
 
1711
- class AssociateToConfigurationCommand extends Command
1712
- .classBuilder()
1713
- .ep(commonParams)
1714
- .m(function (Command, cs, config, o) {
1715
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1716
- })
1717
- .s("WheatleyOrchestration_20171011", "AssociateToConfiguration", {})
1718
- .n("ChatbotClient", "AssociateToConfigurationCommand")
1719
- .sc(AssociateToConfiguration$)
1720
- .build() {
1712
+ const command = makeBuilder(commonParams, "WheatleyOrchestration_20171011", "ChatbotClient", getEndpointPlugin);
1713
+ const _ep0 = {};
1714
+ const _mw0 = (Command, cs, config, o) => [];
1715
+
1716
+ class AssociateToConfigurationCommand extends command(_ep0, _mw0, "AssociateToConfiguration", AssociateToConfiguration$) {
1721
1717
  }
1722
1718
 
1723
- class CreateChimeWebhookConfigurationCommand extends Command
1724
- .classBuilder()
1725
- .ep(commonParams)
1726
- .m(function (Command, cs, config, o) {
1727
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1728
- })
1729
- .s("WheatleyOrchestration_20171011", "CreateChimeWebhookConfiguration", {})
1730
- .n("ChatbotClient", "CreateChimeWebhookConfigurationCommand")
1731
- .sc(CreateChimeWebhookConfiguration$)
1732
- .build() {
1719
+ class CreateChimeWebhookConfigurationCommand extends command(_ep0, _mw0, "CreateChimeWebhookConfiguration", CreateChimeWebhookConfiguration$) {
1733
1720
  }
1734
1721
 
1735
- class CreateCustomActionCommand extends Command
1736
- .classBuilder()
1737
- .ep(commonParams)
1738
- .m(function (Command, cs, config, o) {
1739
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1740
- })
1741
- .s("WheatleyOrchestration_20171011", "CreateCustomAction", {})
1742
- .n("ChatbotClient", "CreateCustomActionCommand")
1743
- .sc(CreateCustomAction$)
1744
- .build() {
1722
+ class CreateCustomActionCommand extends command(_ep0, _mw0, "CreateCustomAction", CreateCustomAction$) {
1745
1723
  }
1746
1724
 
1747
- class CreateMicrosoftTeamsChannelConfigurationCommand extends Command
1748
- .classBuilder()
1749
- .ep(commonParams)
1750
- .m(function (Command, cs, config, o) {
1751
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1752
- })
1753
- .s("WheatleyOrchestration_20171011", "CreateMicrosoftTeamsChannelConfiguration", {})
1754
- .n("ChatbotClient", "CreateMicrosoftTeamsChannelConfigurationCommand")
1755
- .sc(CreateMicrosoftTeamsChannelConfiguration$)
1756
- .build() {
1725
+ class CreateMicrosoftTeamsChannelConfigurationCommand extends command(_ep0, _mw0, "CreateMicrosoftTeamsChannelConfiguration", CreateMicrosoftTeamsChannelConfiguration$) {
1757
1726
  }
1758
1727
 
1759
- class CreateSlackChannelConfigurationCommand extends Command
1760
- .classBuilder()
1761
- .ep(commonParams)
1762
- .m(function (Command, cs, config, o) {
1763
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1764
- })
1765
- .s("WheatleyOrchestration_20171011", "CreateSlackChannelConfiguration", {})
1766
- .n("ChatbotClient", "CreateSlackChannelConfigurationCommand")
1767
- .sc(CreateSlackChannelConfiguration$)
1768
- .build() {
1728
+ class CreateSlackChannelConfigurationCommand extends command(_ep0, _mw0, "CreateSlackChannelConfiguration", CreateSlackChannelConfiguration$) {
1769
1729
  }
1770
1730
 
1771
- class DeleteChimeWebhookConfigurationCommand extends Command
1772
- .classBuilder()
1773
- .ep(commonParams)
1774
- .m(function (Command, cs, config, o) {
1775
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1776
- })
1777
- .s("WheatleyOrchestration_20171011", "DeleteChimeWebhookConfiguration", {})
1778
- .n("ChatbotClient", "DeleteChimeWebhookConfigurationCommand")
1779
- .sc(DeleteChimeWebhookConfiguration$)
1780
- .build() {
1731
+ class DeleteChimeWebhookConfigurationCommand extends command(_ep0, _mw0, "DeleteChimeWebhookConfiguration", DeleteChimeWebhookConfiguration$) {
1781
1732
  }
1782
1733
 
1783
- class DeleteCustomActionCommand extends Command
1784
- .classBuilder()
1785
- .ep(commonParams)
1786
- .m(function (Command, cs, config, o) {
1787
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1788
- })
1789
- .s("WheatleyOrchestration_20171011", "DeleteCustomAction", {})
1790
- .n("ChatbotClient", "DeleteCustomActionCommand")
1791
- .sc(DeleteCustomAction$)
1792
- .build() {
1734
+ class DeleteCustomActionCommand extends command(_ep0, _mw0, "DeleteCustomAction", DeleteCustomAction$) {
1793
1735
  }
1794
1736
 
1795
- class DeleteMicrosoftTeamsChannelConfigurationCommand extends Command
1796
- .classBuilder()
1797
- .ep(commonParams)
1798
- .m(function (Command, cs, config, o) {
1799
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1800
- })
1801
- .s("WheatleyOrchestration_20171011", "DeleteMicrosoftTeamsChannelConfiguration", {})
1802
- .n("ChatbotClient", "DeleteMicrosoftTeamsChannelConfigurationCommand")
1803
- .sc(DeleteMicrosoftTeamsChannelConfiguration$)
1804
- .build() {
1737
+ class DeleteMicrosoftTeamsChannelConfigurationCommand extends command(_ep0, _mw0, "DeleteMicrosoftTeamsChannelConfiguration", DeleteMicrosoftTeamsChannelConfiguration$) {
1805
1738
  }
1806
1739
 
1807
- class DeleteMicrosoftTeamsConfiguredTeamCommand extends Command
1808
- .classBuilder()
1809
- .ep(commonParams)
1810
- .m(function (Command, cs, config, o) {
1811
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1812
- })
1813
- .s("WheatleyOrchestration_20171011", "DeleteMicrosoftTeamsConfiguredTeam", {})
1814
- .n("ChatbotClient", "DeleteMicrosoftTeamsConfiguredTeamCommand")
1815
- .sc(DeleteMicrosoftTeamsConfiguredTeam$)
1816
- .build() {
1740
+ class DeleteMicrosoftTeamsConfiguredTeamCommand extends command(_ep0, _mw0, "DeleteMicrosoftTeamsConfiguredTeam", DeleteMicrosoftTeamsConfiguredTeam$) {
1817
1741
  }
1818
1742
 
1819
- class DeleteMicrosoftTeamsUserIdentityCommand extends Command
1820
- .classBuilder()
1821
- .ep(commonParams)
1822
- .m(function (Command, cs, config, o) {
1823
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1824
- })
1825
- .s("WheatleyOrchestration_20171011", "DeleteMicrosoftTeamsUserIdentity", {})
1826
- .n("ChatbotClient", "DeleteMicrosoftTeamsUserIdentityCommand")
1827
- .sc(DeleteMicrosoftTeamsUserIdentity$)
1828
- .build() {
1743
+ class DeleteMicrosoftTeamsUserIdentityCommand extends command(_ep0, _mw0, "DeleteMicrosoftTeamsUserIdentity", DeleteMicrosoftTeamsUserIdentity$) {
1829
1744
  }
1830
1745
 
1831
- class DeleteSlackChannelConfigurationCommand extends Command
1832
- .classBuilder()
1833
- .ep(commonParams)
1834
- .m(function (Command, cs, config, o) {
1835
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1836
- })
1837
- .s("WheatleyOrchestration_20171011", "DeleteSlackChannelConfiguration", {})
1838
- .n("ChatbotClient", "DeleteSlackChannelConfigurationCommand")
1839
- .sc(DeleteSlackChannelConfiguration$)
1840
- .build() {
1746
+ class DeleteSlackChannelConfigurationCommand extends command(_ep0, _mw0, "DeleteSlackChannelConfiguration", DeleteSlackChannelConfiguration$) {
1841
1747
  }
1842
1748
 
1843
- class DeleteSlackUserIdentityCommand extends Command
1844
- .classBuilder()
1845
- .ep(commonParams)
1846
- .m(function (Command, cs, config, o) {
1847
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1848
- })
1849
- .s("WheatleyOrchestration_20171011", "DeleteSlackUserIdentity", {})
1850
- .n("ChatbotClient", "DeleteSlackUserIdentityCommand")
1851
- .sc(DeleteSlackUserIdentity$)
1852
- .build() {
1749
+ class DeleteSlackUserIdentityCommand extends command(_ep0, _mw0, "DeleteSlackUserIdentity", DeleteSlackUserIdentity$) {
1853
1750
  }
1854
1751
 
1855
- class DeleteSlackWorkspaceAuthorizationCommand extends Command
1856
- .classBuilder()
1857
- .ep(commonParams)
1858
- .m(function (Command, cs, config, o) {
1859
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1860
- })
1861
- .s("WheatleyOrchestration_20171011", "DeleteSlackWorkspaceAuthorization", {})
1862
- .n("ChatbotClient", "DeleteSlackWorkspaceAuthorizationCommand")
1863
- .sc(DeleteSlackWorkspaceAuthorization$)
1864
- .build() {
1752
+ class DeleteSlackWorkspaceAuthorizationCommand extends command(_ep0, _mw0, "DeleteSlackWorkspaceAuthorization", DeleteSlackWorkspaceAuthorization$) {
1865
1753
  }
1866
1754
 
1867
- class DescribeChimeWebhookConfigurationsCommand extends Command
1868
- .classBuilder()
1869
- .ep(commonParams)
1870
- .m(function (Command, cs, config, o) {
1871
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1872
- })
1873
- .s("WheatleyOrchestration_20171011", "DescribeChimeWebhookConfigurations", {})
1874
- .n("ChatbotClient", "DescribeChimeWebhookConfigurationsCommand")
1875
- .sc(DescribeChimeWebhookConfigurations$)
1876
- .build() {
1755
+ class DescribeChimeWebhookConfigurationsCommand extends command(_ep0, _mw0, "DescribeChimeWebhookConfigurations", DescribeChimeWebhookConfigurations$) {
1877
1756
  }
1878
1757
 
1879
- class DescribeSlackChannelConfigurationsCommand extends Command
1880
- .classBuilder()
1881
- .ep(commonParams)
1882
- .m(function (Command, cs, config, o) {
1883
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1884
- })
1885
- .s("WheatleyOrchestration_20171011", "DescribeSlackChannelConfigurations", {})
1886
- .n("ChatbotClient", "DescribeSlackChannelConfigurationsCommand")
1887
- .sc(DescribeSlackChannelConfigurations$)
1888
- .build() {
1758
+ class DescribeSlackChannelConfigurationsCommand extends command(_ep0, _mw0, "DescribeSlackChannelConfigurations", DescribeSlackChannelConfigurations$) {
1889
1759
  }
1890
1760
 
1891
- class DescribeSlackUserIdentitiesCommand extends Command
1892
- .classBuilder()
1893
- .ep(commonParams)
1894
- .m(function (Command, cs, config, o) {
1895
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1896
- })
1897
- .s("WheatleyOrchestration_20171011", "DescribeSlackUserIdentities", {})
1898
- .n("ChatbotClient", "DescribeSlackUserIdentitiesCommand")
1899
- .sc(DescribeSlackUserIdentities$)
1900
- .build() {
1761
+ class DescribeSlackUserIdentitiesCommand extends command(_ep0, _mw0, "DescribeSlackUserIdentities", DescribeSlackUserIdentities$) {
1901
1762
  }
1902
1763
 
1903
- class DescribeSlackWorkspacesCommand extends Command
1904
- .classBuilder()
1905
- .ep(commonParams)
1906
- .m(function (Command, cs, config, o) {
1907
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1908
- })
1909
- .s("WheatleyOrchestration_20171011", "DescribeSlackWorkspaces", {})
1910
- .n("ChatbotClient", "DescribeSlackWorkspacesCommand")
1911
- .sc(DescribeSlackWorkspaces$)
1912
- .build() {
1764
+ class DescribeSlackWorkspacesCommand extends command(_ep0, _mw0, "DescribeSlackWorkspaces", DescribeSlackWorkspaces$) {
1913
1765
  }
1914
1766
 
1915
- class DisassociateFromConfigurationCommand extends Command
1916
- .classBuilder()
1917
- .ep(commonParams)
1918
- .m(function (Command, cs, config, o) {
1919
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1920
- })
1921
- .s("WheatleyOrchestration_20171011", "DisassociateFromConfiguration", {})
1922
- .n("ChatbotClient", "DisassociateFromConfigurationCommand")
1923
- .sc(DisassociateFromConfiguration$)
1924
- .build() {
1767
+ class DisassociateFromConfigurationCommand extends command(_ep0, _mw0, "DisassociateFromConfiguration", DisassociateFromConfiguration$) {
1925
1768
  }
1926
1769
 
1927
- class GetAccountPreferencesCommand extends Command
1928
- .classBuilder()
1929
- .ep(commonParams)
1930
- .m(function (Command, cs, config, o) {
1931
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1932
- })
1933
- .s("WheatleyOrchestration_20171011", "GetAccountPreferences", {})
1934
- .n("ChatbotClient", "GetAccountPreferencesCommand")
1935
- .sc(GetAccountPreferences$)
1936
- .build() {
1770
+ class GetAccountPreferencesCommand extends command(_ep0, _mw0, "GetAccountPreferences", GetAccountPreferences$) {
1937
1771
  }
1938
1772
 
1939
- class GetCustomActionCommand extends Command
1940
- .classBuilder()
1941
- .ep(commonParams)
1942
- .m(function (Command, cs, config, o) {
1943
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1944
- })
1945
- .s("WheatleyOrchestration_20171011", "GetCustomAction", {})
1946
- .n("ChatbotClient", "GetCustomActionCommand")
1947
- .sc(GetCustomAction$)
1948
- .build() {
1773
+ class GetCustomActionCommand extends command(_ep0, _mw0, "GetCustomAction", GetCustomAction$) {
1949
1774
  }
1950
1775
 
1951
- class GetMicrosoftTeamsChannelConfigurationCommand extends Command
1952
- .classBuilder()
1953
- .ep(commonParams)
1954
- .m(function (Command, cs, config, o) {
1955
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1956
- })
1957
- .s("WheatleyOrchestration_20171011", "GetMicrosoftTeamsChannelConfiguration", {})
1958
- .n("ChatbotClient", "GetMicrosoftTeamsChannelConfigurationCommand")
1959
- .sc(GetMicrosoftTeamsChannelConfiguration$)
1960
- .build() {
1776
+ class GetMicrosoftTeamsChannelConfigurationCommand extends command(_ep0, _mw0, "GetMicrosoftTeamsChannelConfiguration", GetMicrosoftTeamsChannelConfiguration$) {
1961
1777
  }
1962
1778
 
1963
- class ListAssociationsCommand extends Command
1964
- .classBuilder()
1965
- .ep(commonParams)
1966
- .m(function (Command, cs, config, o) {
1967
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1968
- })
1969
- .s("WheatleyOrchestration_20171011", "ListAssociations", {})
1970
- .n("ChatbotClient", "ListAssociationsCommand")
1971
- .sc(ListAssociations$)
1972
- .build() {
1779
+ class ListAssociationsCommand extends command(_ep0, _mw0, "ListAssociations", ListAssociations$) {
1973
1780
  }
1974
1781
 
1975
- class ListCustomActionsCommand extends Command
1976
- .classBuilder()
1977
- .ep(commonParams)
1978
- .m(function (Command, cs, config, o) {
1979
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1980
- })
1981
- .s("WheatleyOrchestration_20171011", "ListCustomActions", {})
1982
- .n("ChatbotClient", "ListCustomActionsCommand")
1983
- .sc(ListCustomActions$)
1984
- .build() {
1782
+ class ListCustomActionsCommand extends command(_ep0, _mw0, "ListCustomActions", ListCustomActions$) {
1985
1783
  }
1986
1784
 
1987
- class ListMicrosoftTeamsChannelConfigurationsCommand extends Command
1988
- .classBuilder()
1989
- .ep(commonParams)
1990
- .m(function (Command, cs, config, o) {
1991
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1992
- })
1993
- .s("WheatleyOrchestration_20171011", "ListMicrosoftTeamsChannelConfigurations", {})
1994
- .n("ChatbotClient", "ListMicrosoftTeamsChannelConfigurationsCommand")
1995
- .sc(ListMicrosoftTeamsChannelConfigurations$)
1996
- .build() {
1785
+ class ListMicrosoftTeamsChannelConfigurationsCommand extends command(_ep0, _mw0, "ListMicrosoftTeamsChannelConfigurations", ListMicrosoftTeamsChannelConfigurations$) {
1997
1786
  }
1998
1787
 
1999
- class ListMicrosoftTeamsConfiguredTeamsCommand extends Command
2000
- .classBuilder()
2001
- .ep(commonParams)
2002
- .m(function (Command, cs, config, o) {
2003
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2004
- })
2005
- .s("WheatleyOrchestration_20171011", "ListMicrosoftTeamsConfiguredTeams", {})
2006
- .n("ChatbotClient", "ListMicrosoftTeamsConfiguredTeamsCommand")
2007
- .sc(ListMicrosoftTeamsConfiguredTeams$)
2008
- .build() {
1788
+ class ListMicrosoftTeamsConfiguredTeamsCommand extends command(_ep0, _mw0, "ListMicrosoftTeamsConfiguredTeams", ListMicrosoftTeamsConfiguredTeams$) {
2009
1789
  }
2010
1790
 
2011
- class ListMicrosoftTeamsUserIdentitiesCommand extends Command
2012
- .classBuilder()
2013
- .ep(commonParams)
2014
- .m(function (Command, cs, config, o) {
2015
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2016
- })
2017
- .s("WheatleyOrchestration_20171011", "ListMicrosoftTeamsUserIdentities", {})
2018
- .n("ChatbotClient", "ListMicrosoftTeamsUserIdentitiesCommand")
2019
- .sc(ListMicrosoftTeamsUserIdentities$)
2020
- .build() {
1791
+ class ListMicrosoftTeamsUserIdentitiesCommand extends command(_ep0, _mw0, "ListMicrosoftTeamsUserIdentities", ListMicrosoftTeamsUserIdentities$) {
2021
1792
  }
2022
1793
 
2023
- class ListTagsForResourceCommand extends Command
2024
- .classBuilder()
2025
- .ep(commonParams)
2026
- .m(function (Command, cs, config, o) {
2027
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2028
- })
2029
- .s("WheatleyOrchestration_20171011", "ListTagsForResource", {})
2030
- .n("ChatbotClient", "ListTagsForResourceCommand")
2031
- .sc(ListTagsForResource$)
2032
- .build() {
1794
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
2033
1795
  }
2034
1796
 
2035
- class TagResourceCommand extends Command
2036
- .classBuilder()
2037
- .ep(commonParams)
2038
- .m(function (Command, cs, config, o) {
2039
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2040
- })
2041
- .s("WheatleyOrchestration_20171011", "TagResource", {})
2042
- .n("ChatbotClient", "TagResourceCommand")
2043
- .sc(TagResource$)
2044
- .build() {
1797
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2045
1798
  }
2046
1799
 
2047
- class UntagResourceCommand extends Command
2048
- .classBuilder()
2049
- .ep(commonParams)
2050
- .m(function (Command, cs, config, o) {
2051
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2052
- })
2053
- .s("WheatleyOrchestration_20171011", "UntagResource", {})
2054
- .n("ChatbotClient", "UntagResourceCommand")
2055
- .sc(UntagResource$)
2056
- .build() {
1800
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2057
1801
  }
2058
1802
 
2059
- class UpdateAccountPreferencesCommand extends Command
2060
- .classBuilder()
2061
- .ep(commonParams)
2062
- .m(function (Command, cs, config, o) {
2063
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2064
- })
2065
- .s("WheatleyOrchestration_20171011", "UpdateAccountPreferences", {})
2066
- .n("ChatbotClient", "UpdateAccountPreferencesCommand")
2067
- .sc(UpdateAccountPreferences$)
2068
- .build() {
1803
+ class UpdateAccountPreferencesCommand extends command(_ep0, _mw0, "UpdateAccountPreferences", UpdateAccountPreferences$) {
2069
1804
  }
2070
1805
 
2071
- class UpdateChimeWebhookConfigurationCommand extends Command
2072
- .classBuilder()
2073
- .ep(commonParams)
2074
- .m(function (Command, cs, config, o) {
2075
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2076
- })
2077
- .s("WheatleyOrchestration_20171011", "UpdateChimeWebhookConfiguration", {})
2078
- .n("ChatbotClient", "UpdateChimeWebhookConfigurationCommand")
2079
- .sc(UpdateChimeWebhookConfiguration$)
2080
- .build() {
1806
+ class UpdateChimeWebhookConfigurationCommand extends command(_ep0, _mw0, "UpdateChimeWebhookConfiguration", UpdateChimeWebhookConfiguration$) {
2081
1807
  }
2082
1808
 
2083
- class UpdateCustomActionCommand extends Command
2084
- .classBuilder()
2085
- .ep(commonParams)
2086
- .m(function (Command, cs, config, o) {
2087
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2088
- })
2089
- .s("WheatleyOrchestration_20171011", "UpdateCustomAction", {})
2090
- .n("ChatbotClient", "UpdateCustomActionCommand")
2091
- .sc(UpdateCustomAction$)
2092
- .build() {
1809
+ class UpdateCustomActionCommand extends command(_ep0, _mw0, "UpdateCustomAction", UpdateCustomAction$) {
2093
1810
  }
2094
1811
 
2095
- class UpdateMicrosoftTeamsChannelConfigurationCommand extends Command
2096
- .classBuilder()
2097
- .ep(commonParams)
2098
- .m(function (Command, cs, config, o) {
2099
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2100
- })
2101
- .s("WheatleyOrchestration_20171011", "UpdateMicrosoftTeamsChannelConfiguration", {})
2102
- .n("ChatbotClient", "UpdateMicrosoftTeamsChannelConfigurationCommand")
2103
- .sc(UpdateMicrosoftTeamsChannelConfiguration$)
2104
- .build() {
1812
+ class UpdateMicrosoftTeamsChannelConfigurationCommand extends command(_ep0, _mw0, "UpdateMicrosoftTeamsChannelConfiguration", UpdateMicrosoftTeamsChannelConfiguration$) {
2105
1813
  }
2106
1814
 
2107
- class UpdateSlackChannelConfigurationCommand extends Command
2108
- .classBuilder()
2109
- .ep(commonParams)
2110
- .m(function (Command, cs, config, o) {
2111
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2112
- })
2113
- .s("WheatleyOrchestration_20171011", "UpdateSlackChannelConfiguration", {})
2114
- .n("ChatbotClient", "UpdateSlackChannelConfigurationCommand")
2115
- .sc(UpdateSlackChannelConfiguration$)
2116
- .build() {
1815
+ class UpdateSlackChannelConfigurationCommand extends command(_ep0, _mw0, "UpdateSlackChannelConfiguration", UpdateSlackChannelConfiguration$) {
2117
1816
  }
2118
1817
 
2119
1818
  const paginateDescribeChimeWebhookConfigurations = createPaginator(ChatbotClient, DescribeChimeWebhookConfigurationsCommand, "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, "WheatleyOrchestration_20171011", "ChatbotClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { AssociateToConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AssociateToConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WheatleyOrchestration_20171011", "AssociateToConfiguration", {})
13
- .n("ChatbotClient", "AssociateToConfigurationCommand")
14
- .sc(AssociateToConfiguration$)
15
- .build() {
3
+ export class AssociateToConfigurationCommand extends command(_ep0, _mw0, "AssociateToConfiguration", AssociateToConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateChimeWebhookConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateChimeWebhookConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WheatleyOrchestration_20171011", "CreateChimeWebhookConfiguration", {})
13
- .n("ChatbotClient", "CreateChimeWebhookConfigurationCommand")
14
- .sc(CreateChimeWebhookConfiguration$)
15
- .build() {
3
+ export class CreateChimeWebhookConfigurationCommand extends command(_ep0, _mw0, "CreateChimeWebhookConfiguration", CreateChimeWebhookConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateCustomAction$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateCustomActionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WheatleyOrchestration_20171011", "CreateCustomAction", {})
13
- .n("ChatbotClient", "CreateCustomActionCommand")
14
- .sc(CreateCustomAction$)
15
- .build() {
3
+ export class CreateCustomActionCommand extends command(_ep0, _mw0, "CreateCustomAction", CreateCustomAction$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateMicrosoftTeamsChannelConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateMicrosoftTeamsChannelConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WheatleyOrchestration_20171011", "CreateMicrosoftTeamsChannelConfiguration", {})
13
- .n("ChatbotClient", "CreateMicrosoftTeamsChannelConfigurationCommand")
14
- .sc(CreateMicrosoftTeamsChannelConfiguration$)
15
- .build() {
3
+ export class CreateMicrosoftTeamsChannelConfigurationCommand extends command(_ep0, _mw0, "CreateMicrosoftTeamsChannelConfiguration", CreateMicrosoftTeamsChannelConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateSlackChannelConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateSlackChannelConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WheatleyOrchestration_20171011", "CreateSlackChannelConfiguration", {})
13
- .n("ChatbotClient", "CreateSlackChannelConfigurationCommand")
14
- .sc(CreateSlackChannelConfiguration$)
15
- .build() {
3
+ export class CreateSlackChannelConfigurationCommand extends command(_ep0, _mw0, "CreateSlackChannelConfiguration", CreateSlackChannelConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteChimeWebhookConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteChimeWebhookConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WheatleyOrchestration_20171011", "DeleteChimeWebhookConfiguration", {})
13
- .n("ChatbotClient", "DeleteChimeWebhookConfigurationCommand")
14
- .sc(DeleteChimeWebhookConfiguration$)
15
- .build() {
3
+ export class DeleteChimeWebhookConfigurationCommand extends command(_ep0, _mw0, "DeleteChimeWebhookConfiguration", DeleteChimeWebhookConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteCustomAction$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteCustomActionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WheatleyOrchestration_20171011", "DeleteCustomAction", {})
13
- .n("ChatbotClient", "DeleteCustomActionCommand")
14
- .sc(DeleteCustomAction$)
15
- .build() {
3
+ export class DeleteCustomActionCommand extends command(_ep0, _mw0, "DeleteCustomAction", DeleteCustomAction$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteMicrosoftTeamsChannelConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteMicrosoftTeamsChannelConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WheatleyOrchestration_20171011", "DeleteMicrosoftTeamsChannelConfiguration", {})
13
- .n("ChatbotClient", "DeleteMicrosoftTeamsChannelConfigurationCommand")
14
- .sc(DeleteMicrosoftTeamsChannelConfiguration$)
15
- .build() {
3
+ export class DeleteMicrosoftTeamsChannelConfigurationCommand extends command(_ep0, _mw0, "DeleteMicrosoftTeamsChannelConfiguration", DeleteMicrosoftTeamsChannelConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteMicrosoftTeamsConfiguredTeam$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteMicrosoftTeamsConfiguredTeamCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WheatleyOrchestration_20171011", "DeleteMicrosoftTeamsConfiguredTeam", {})
13
- .n("ChatbotClient", "DeleteMicrosoftTeamsConfiguredTeamCommand")
14
- .sc(DeleteMicrosoftTeamsConfiguredTeam$)
15
- .build() {
3
+ export class DeleteMicrosoftTeamsConfiguredTeamCommand extends command(_ep0, _mw0, "DeleteMicrosoftTeamsConfiguredTeam", DeleteMicrosoftTeamsConfiguredTeam$) {
16
4
  }