@aws-sdk/client-chatbot 3.1076.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +45 -345
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateToConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateChimeWebhookConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateCustomActionCommand.js +2 -14
- package/dist-es/commands/CreateMicrosoftTeamsChannelConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateSlackChannelConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteChimeWebhookConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteCustomActionCommand.js +2 -14
- package/dist-es/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.js +2 -14
- package/dist-es/commands/DeleteMicrosoftTeamsUserIdentityCommand.js +2 -14
- package/dist-es/commands/DeleteSlackChannelConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteSlackUserIdentityCommand.js +2 -14
- package/dist-es/commands/DeleteSlackWorkspaceAuthorizationCommand.js +2 -14
- package/dist-es/commands/DescribeChimeWebhookConfigurationsCommand.js +2 -14
- package/dist-es/commands/DescribeSlackChannelConfigurationsCommand.js +2 -14
- package/dist-es/commands/DescribeSlackUserIdentitiesCommand.js +2 -14
- package/dist-es/commands/DescribeSlackWorkspacesCommand.js +2 -14
- package/dist-es/commands/DisassociateFromConfigurationCommand.js +2 -14
- package/dist-es/commands/GetAccountPreferencesCommand.js +2 -14
- package/dist-es/commands/GetCustomActionCommand.js +2 -14
- package/dist-es/commands/GetMicrosoftTeamsChannelConfigurationCommand.js +2 -14
- package/dist-es/commands/ListAssociationsCommand.js +2 -14
- package/dist-es/commands/ListCustomActionsCommand.js +2 -14
- package/dist-es/commands/ListMicrosoftTeamsChannelConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListMicrosoftTeamsConfiguredTeamsCommand.js +2 -14
- package/dist-es/commands/ListMicrosoftTeamsUserIdentitiesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAccountPreferencesCommand.js +2 -14
- package/dist-es/commands/UpdateChimeWebhookConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateCustomActionCommand.js +2 -14
- package/dist-es/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateSlackChannelConfigurationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateToConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateChimeWebhookConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateCustomActionCommand.d.ts +3 -8
- package/dist-types/commands/CreateMicrosoftTeamsChannelConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateSlackChannelConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChimeWebhookConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCustomActionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMicrosoftTeamsUserIdentityCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSlackChannelConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSlackUserIdentityCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSlackWorkspaceAuthorizationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeChimeWebhookConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSlackChannelConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSlackUserIdentitiesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSlackWorkspacesCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateFromConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetAccountPreferencesCommand.d.ts +3 -8
- package/dist-types/commands/GetCustomActionCommand.d.ts +3 -8
- package/dist-types/commands/GetMicrosoftTeamsChannelConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/ListAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomActionsCommand.d.ts +3 -8
- package/dist-types/commands/ListMicrosoftTeamsChannelConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListMicrosoftTeamsConfiguredTeamsCommand.d.ts +3 -8
- package/dist-types/commands/ListMicrosoftTeamsUserIdentitiesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.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/UpdateAccountPreferencesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateChimeWebhookConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCustomActionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSlackChannelConfigurationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateToConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateChimeWebhookConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCustomActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMicrosoftTeamsChannelConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSlackChannelConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChimeWebhookConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCustomActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMicrosoftTeamsUserIdentityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSlackChannelConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSlackUserIdentityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSlackWorkspaceAuthorizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeChimeWebhookConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSlackChannelConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSlackUserIdentitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSlackWorkspacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateFromConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccountPreferencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCustomActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMicrosoftTeamsChannelConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomActionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMicrosoftTeamsChannelConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMicrosoftTeamsConfiguredTeamsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMicrosoftTeamsUserIdentitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.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/UpdateAccountPreferencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateChimeWebhookConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCustomActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSlackChannelConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultChatbotHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -1586,6 +1588,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
1586
1588
|
serviceTarget: "WheatleyOrchestration_20171011",
|
|
1587
1589
|
},
|
|
1588
1590
|
serviceId: config?.serviceId ?? "chatbot",
|
|
1591
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1589
1592
|
urlParser: config?.urlParser ?? parseUrl,
|
|
1590
1593
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1591
1594
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -1619,7 +1622,6 @@ const getRuntimeConfig = (config) => {
|
|
|
1619
1622
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1620
1623
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1621
1624
|
}, config),
|
|
1622
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
1623
1625
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1624
1626
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1625
1627
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1707,412 +1709,110 @@ class ChatbotClient extends Client {
|
|
|
1707
1709
|
}
|
|
1708
1710
|
}
|
|
1709
1711
|
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
})
|
|
1716
|
-
.s("WheatleyOrchestration_20171011", "AssociateToConfiguration", {})
|
|
1717
|
-
.n("ChatbotClient", "AssociateToConfigurationCommand")
|
|
1718
|
-
.sc(AssociateToConfiguration$)
|
|
1719
|
-
.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$) {
|
|
1720
1717
|
}
|
|
1721
1718
|
|
|
1722
|
-
class CreateChimeWebhookConfigurationCommand extends
|
|
1723
|
-
.classBuilder()
|
|
1724
|
-
.ep(commonParams)
|
|
1725
|
-
.m(function (Command, cs, config, o) {
|
|
1726
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1727
|
-
})
|
|
1728
|
-
.s("WheatleyOrchestration_20171011", "CreateChimeWebhookConfiguration", {})
|
|
1729
|
-
.n("ChatbotClient", "CreateChimeWebhookConfigurationCommand")
|
|
1730
|
-
.sc(CreateChimeWebhookConfiguration$)
|
|
1731
|
-
.build() {
|
|
1719
|
+
class CreateChimeWebhookConfigurationCommand extends command(_ep0, _mw0, "CreateChimeWebhookConfiguration", CreateChimeWebhookConfiguration$) {
|
|
1732
1720
|
}
|
|
1733
1721
|
|
|
1734
|
-
class CreateCustomActionCommand extends
|
|
1735
|
-
.classBuilder()
|
|
1736
|
-
.ep(commonParams)
|
|
1737
|
-
.m(function (Command, cs, config, o) {
|
|
1738
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1739
|
-
})
|
|
1740
|
-
.s("WheatleyOrchestration_20171011", "CreateCustomAction", {})
|
|
1741
|
-
.n("ChatbotClient", "CreateCustomActionCommand")
|
|
1742
|
-
.sc(CreateCustomAction$)
|
|
1743
|
-
.build() {
|
|
1722
|
+
class CreateCustomActionCommand extends command(_ep0, _mw0, "CreateCustomAction", CreateCustomAction$) {
|
|
1744
1723
|
}
|
|
1745
1724
|
|
|
1746
|
-
class CreateMicrosoftTeamsChannelConfigurationCommand extends
|
|
1747
|
-
.classBuilder()
|
|
1748
|
-
.ep(commonParams)
|
|
1749
|
-
.m(function (Command, cs, config, o) {
|
|
1750
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1751
|
-
})
|
|
1752
|
-
.s("WheatleyOrchestration_20171011", "CreateMicrosoftTeamsChannelConfiguration", {})
|
|
1753
|
-
.n("ChatbotClient", "CreateMicrosoftTeamsChannelConfigurationCommand")
|
|
1754
|
-
.sc(CreateMicrosoftTeamsChannelConfiguration$)
|
|
1755
|
-
.build() {
|
|
1725
|
+
class CreateMicrosoftTeamsChannelConfigurationCommand extends command(_ep0, _mw0, "CreateMicrosoftTeamsChannelConfiguration", CreateMicrosoftTeamsChannelConfiguration$) {
|
|
1756
1726
|
}
|
|
1757
1727
|
|
|
1758
|
-
class CreateSlackChannelConfigurationCommand extends
|
|
1759
|
-
.classBuilder()
|
|
1760
|
-
.ep(commonParams)
|
|
1761
|
-
.m(function (Command, cs, config, o) {
|
|
1762
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1763
|
-
})
|
|
1764
|
-
.s("WheatleyOrchestration_20171011", "CreateSlackChannelConfiguration", {})
|
|
1765
|
-
.n("ChatbotClient", "CreateSlackChannelConfigurationCommand")
|
|
1766
|
-
.sc(CreateSlackChannelConfiguration$)
|
|
1767
|
-
.build() {
|
|
1728
|
+
class CreateSlackChannelConfigurationCommand extends command(_ep0, _mw0, "CreateSlackChannelConfiguration", CreateSlackChannelConfiguration$) {
|
|
1768
1729
|
}
|
|
1769
1730
|
|
|
1770
|
-
class DeleteChimeWebhookConfigurationCommand extends
|
|
1771
|
-
.classBuilder()
|
|
1772
|
-
.ep(commonParams)
|
|
1773
|
-
.m(function (Command, cs, config, o) {
|
|
1774
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1775
|
-
})
|
|
1776
|
-
.s("WheatleyOrchestration_20171011", "DeleteChimeWebhookConfiguration", {})
|
|
1777
|
-
.n("ChatbotClient", "DeleteChimeWebhookConfigurationCommand")
|
|
1778
|
-
.sc(DeleteChimeWebhookConfiguration$)
|
|
1779
|
-
.build() {
|
|
1731
|
+
class DeleteChimeWebhookConfigurationCommand extends command(_ep0, _mw0, "DeleteChimeWebhookConfiguration", DeleteChimeWebhookConfiguration$) {
|
|
1780
1732
|
}
|
|
1781
1733
|
|
|
1782
|
-
class DeleteCustomActionCommand extends
|
|
1783
|
-
.classBuilder()
|
|
1784
|
-
.ep(commonParams)
|
|
1785
|
-
.m(function (Command, cs, config, o) {
|
|
1786
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1787
|
-
})
|
|
1788
|
-
.s("WheatleyOrchestration_20171011", "DeleteCustomAction", {})
|
|
1789
|
-
.n("ChatbotClient", "DeleteCustomActionCommand")
|
|
1790
|
-
.sc(DeleteCustomAction$)
|
|
1791
|
-
.build() {
|
|
1734
|
+
class DeleteCustomActionCommand extends command(_ep0, _mw0, "DeleteCustomAction", DeleteCustomAction$) {
|
|
1792
1735
|
}
|
|
1793
1736
|
|
|
1794
|
-
class DeleteMicrosoftTeamsChannelConfigurationCommand extends
|
|
1795
|
-
.classBuilder()
|
|
1796
|
-
.ep(commonParams)
|
|
1797
|
-
.m(function (Command, cs, config, o) {
|
|
1798
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1799
|
-
})
|
|
1800
|
-
.s("WheatleyOrchestration_20171011", "DeleteMicrosoftTeamsChannelConfiguration", {})
|
|
1801
|
-
.n("ChatbotClient", "DeleteMicrosoftTeamsChannelConfigurationCommand")
|
|
1802
|
-
.sc(DeleteMicrosoftTeamsChannelConfiguration$)
|
|
1803
|
-
.build() {
|
|
1737
|
+
class DeleteMicrosoftTeamsChannelConfigurationCommand extends command(_ep0, _mw0, "DeleteMicrosoftTeamsChannelConfiguration", DeleteMicrosoftTeamsChannelConfiguration$) {
|
|
1804
1738
|
}
|
|
1805
1739
|
|
|
1806
|
-
class DeleteMicrosoftTeamsConfiguredTeamCommand extends
|
|
1807
|
-
.classBuilder()
|
|
1808
|
-
.ep(commonParams)
|
|
1809
|
-
.m(function (Command, cs, config, o) {
|
|
1810
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1811
|
-
})
|
|
1812
|
-
.s("WheatleyOrchestration_20171011", "DeleteMicrosoftTeamsConfiguredTeam", {})
|
|
1813
|
-
.n("ChatbotClient", "DeleteMicrosoftTeamsConfiguredTeamCommand")
|
|
1814
|
-
.sc(DeleteMicrosoftTeamsConfiguredTeam$)
|
|
1815
|
-
.build() {
|
|
1740
|
+
class DeleteMicrosoftTeamsConfiguredTeamCommand extends command(_ep0, _mw0, "DeleteMicrosoftTeamsConfiguredTeam", DeleteMicrosoftTeamsConfiguredTeam$) {
|
|
1816
1741
|
}
|
|
1817
1742
|
|
|
1818
|
-
class DeleteMicrosoftTeamsUserIdentityCommand extends
|
|
1819
|
-
.classBuilder()
|
|
1820
|
-
.ep(commonParams)
|
|
1821
|
-
.m(function (Command, cs, config, o) {
|
|
1822
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1823
|
-
})
|
|
1824
|
-
.s("WheatleyOrchestration_20171011", "DeleteMicrosoftTeamsUserIdentity", {})
|
|
1825
|
-
.n("ChatbotClient", "DeleteMicrosoftTeamsUserIdentityCommand")
|
|
1826
|
-
.sc(DeleteMicrosoftTeamsUserIdentity$)
|
|
1827
|
-
.build() {
|
|
1743
|
+
class DeleteMicrosoftTeamsUserIdentityCommand extends command(_ep0, _mw0, "DeleteMicrosoftTeamsUserIdentity", DeleteMicrosoftTeamsUserIdentity$) {
|
|
1828
1744
|
}
|
|
1829
1745
|
|
|
1830
|
-
class DeleteSlackChannelConfigurationCommand extends
|
|
1831
|
-
.classBuilder()
|
|
1832
|
-
.ep(commonParams)
|
|
1833
|
-
.m(function (Command, cs, config, o) {
|
|
1834
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1835
|
-
})
|
|
1836
|
-
.s("WheatleyOrchestration_20171011", "DeleteSlackChannelConfiguration", {})
|
|
1837
|
-
.n("ChatbotClient", "DeleteSlackChannelConfigurationCommand")
|
|
1838
|
-
.sc(DeleteSlackChannelConfiguration$)
|
|
1839
|
-
.build() {
|
|
1746
|
+
class DeleteSlackChannelConfigurationCommand extends command(_ep0, _mw0, "DeleteSlackChannelConfiguration", DeleteSlackChannelConfiguration$) {
|
|
1840
1747
|
}
|
|
1841
1748
|
|
|
1842
|
-
class DeleteSlackUserIdentityCommand extends
|
|
1843
|
-
.classBuilder()
|
|
1844
|
-
.ep(commonParams)
|
|
1845
|
-
.m(function (Command, cs, config, o) {
|
|
1846
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1847
|
-
})
|
|
1848
|
-
.s("WheatleyOrchestration_20171011", "DeleteSlackUserIdentity", {})
|
|
1849
|
-
.n("ChatbotClient", "DeleteSlackUserIdentityCommand")
|
|
1850
|
-
.sc(DeleteSlackUserIdentity$)
|
|
1851
|
-
.build() {
|
|
1749
|
+
class DeleteSlackUserIdentityCommand extends command(_ep0, _mw0, "DeleteSlackUserIdentity", DeleteSlackUserIdentity$) {
|
|
1852
1750
|
}
|
|
1853
1751
|
|
|
1854
|
-
class DeleteSlackWorkspaceAuthorizationCommand extends
|
|
1855
|
-
.classBuilder()
|
|
1856
|
-
.ep(commonParams)
|
|
1857
|
-
.m(function (Command, cs, config, o) {
|
|
1858
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1859
|
-
})
|
|
1860
|
-
.s("WheatleyOrchestration_20171011", "DeleteSlackWorkspaceAuthorization", {})
|
|
1861
|
-
.n("ChatbotClient", "DeleteSlackWorkspaceAuthorizationCommand")
|
|
1862
|
-
.sc(DeleteSlackWorkspaceAuthorization$)
|
|
1863
|
-
.build() {
|
|
1752
|
+
class DeleteSlackWorkspaceAuthorizationCommand extends command(_ep0, _mw0, "DeleteSlackWorkspaceAuthorization", DeleteSlackWorkspaceAuthorization$) {
|
|
1864
1753
|
}
|
|
1865
1754
|
|
|
1866
|
-
class DescribeChimeWebhookConfigurationsCommand extends
|
|
1867
|
-
.classBuilder()
|
|
1868
|
-
.ep(commonParams)
|
|
1869
|
-
.m(function (Command, cs, config, o) {
|
|
1870
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1871
|
-
})
|
|
1872
|
-
.s("WheatleyOrchestration_20171011", "DescribeChimeWebhookConfigurations", {})
|
|
1873
|
-
.n("ChatbotClient", "DescribeChimeWebhookConfigurationsCommand")
|
|
1874
|
-
.sc(DescribeChimeWebhookConfigurations$)
|
|
1875
|
-
.build() {
|
|
1755
|
+
class DescribeChimeWebhookConfigurationsCommand extends command(_ep0, _mw0, "DescribeChimeWebhookConfigurations", DescribeChimeWebhookConfigurations$) {
|
|
1876
1756
|
}
|
|
1877
1757
|
|
|
1878
|
-
class DescribeSlackChannelConfigurationsCommand extends
|
|
1879
|
-
.classBuilder()
|
|
1880
|
-
.ep(commonParams)
|
|
1881
|
-
.m(function (Command, cs, config, o) {
|
|
1882
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1883
|
-
})
|
|
1884
|
-
.s("WheatleyOrchestration_20171011", "DescribeSlackChannelConfigurations", {})
|
|
1885
|
-
.n("ChatbotClient", "DescribeSlackChannelConfigurationsCommand")
|
|
1886
|
-
.sc(DescribeSlackChannelConfigurations$)
|
|
1887
|
-
.build() {
|
|
1758
|
+
class DescribeSlackChannelConfigurationsCommand extends command(_ep0, _mw0, "DescribeSlackChannelConfigurations", DescribeSlackChannelConfigurations$) {
|
|
1888
1759
|
}
|
|
1889
1760
|
|
|
1890
|
-
class DescribeSlackUserIdentitiesCommand extends
|
|
1891
|
-
.classBuilder()
|
|
1892
|
-
.ep(commonParams)
|
|
1893
|
-
.m(function (Command, cs, config, o) {
|
|
1894
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1895
|
-
})
|
|
1896
|
-
.s("WheatleyOrchestration_20171011", "DescribeSlackUserIdentities", {})
|
|
1897
|
-
.n("ChatbotClient", "DescribeSlackUserIdentitiesCommand")
|
|
1898
|
-
.sc(DescribeSlackUserIdentities$)
|
|
1899
|
-
.build() {
|
|
1761
|
+
class DescribeSlackUserIdentitiesCommand extends command(_ep0, _mw0, "DescribeSlackUserIdentities", DescribeSlackUserIdentities$) {
|
|
1900
1762
|
}
|
|
1901
1763
|
|
|
1902
|
-
class DescribeSlackWorkspacesCommand extends
|
|
1903
|
-
.classBuilder()
|
|
1904
|
-
.ep(commonParams)
|
|
1905
|
-
.m(function (Command, cs, config, o) {
|
|
1906
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1907
|
-
})
|
|
1908
|
-
.s("WheatleyOrchestration_20171011", "DescribeSlackWorkspaces", {})
|
|
1909
|
-
.n("ChatbotClient", "DescribeSlackWorkspacesCommand")
|
|
1910
|
-
.sc(DescribeSlackWorkspaces$)
|
|
1911
|
-
.build() {
|
|
1764
|
+
class DescribeSlackWorkspacesCommand extends command(_ep0, _mw0, "DescribeSlackWorkspaces", DescribeSlackWorkspaces$) {
|
|
1912
1765
|
}
|
|
1913
1766
|
|
|
1914
|
-
class DisassociateFromConfigurationCommand extends
|
|
1915
|
-
.classBuilder()
|
|
1916
|
-
.ep(commonParams)
|
|
1917
|
-
.m(function (Command, cs, config, o) {
|
|
1918
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1919
|
-
})
|
|
1920
|
-
.s("WheatleyOrchestration_20171011", "DisassociateFromConfiguration", {})
|
|
1921
|
-
.n("ChatbotClient", "DisassociateFromConfigurationCommand")
|
|
1922
|
-
.sc(DisassociateFromConfiguration$)
|
|
1923
|
-
.build() {
|
|
1767
|
+
class DisassociateFromConfigurationCommand extends command(_ep0, _mw0, "DisassociateFromConfiguration", DisassociateFromConfiguration$) {
|
|
1924
1768
|
}
|
|
1925
1769
|
|
|
1926
|
-
class GetAccountPreferencesCommand extends
|
|
1927
|
-
.classBuilder()
|
|
1928
|
-
.ep(commonParams)
|
|
1929
|
-
.m(function (Command, cs, config, o) {
|
|
1930
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1931
|
-
})
|
|
1932
|
-
.s("WheatleyOrchestration_20171011", "GetAccountPreferences", {})
|
|
1933
|
-
.n("ChatbotClient", "GetAccountPreferencesCommand")
|
|
1934
|
-
.sc(GetAccountPreferences$)
|
|
1935
|
-
.build() {
|
|
1770
|
+
class GetAccountPreferencesCommand extends command(_ep0, _mw0, "GetAccountPreferences", GetAccountPreferences$) {
|
|
1936
1771
|
}
|
|
1937
1772
|
|
|
1938
|
-
class GetCustomActionCommand extends
|
|
1939
|
-
.classBuilder()
|
|
1940
|
-
.ep(commonParams)
|
|
1941
|
-
.m(function (Command, cs, config, o) {
|
|
1942
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1943
|
-
})
|
|
1944
|
-
.s("WheatleyOrchestration_20171011", "GetCustomAction", {})
|
|
1945
|
-
.n("ChatbotClient", "GetCustomActionCommand")
|
|
1946
|
-
.sc(GetCustomAction$)
|
|
1947
|
-
.build() {
|
|
1773
|
+
class GetCustomActionCommand extends command(_ep0, _mw0, "GetCustomAction", GetCustomAction$) {
|
|
1948
1774
|
}
|
|
1949
1775
|
|
|
1950
|
-
class GetMicrosoftTeamsChannelConfigurationCommand extends
|
|
1951
|
-
.classBuilder()
|
|
1952
|
-
.ep(commonParams)
|
|
1953
|
-
.m(function (Command, cs, config, o) {
|
|
1954
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1955
|
-
})
|
|
1956
|
-
.s("WheatleyOrchestration_20171011", "GetMicrosoftTeamsChannelConfiguration", {})
|
|
1957
|
-
.n("ChatbotClient", "GetMicrosoftTeamsChannelConfigurationCommand")
|
|
1958
|
-
.sc(GetMicrosoftTeamsChannelConfiguration$)
|
|
1959
|
-
.build() {
|
|
1776
|
+
class GetMicrosoftTeamsChannelConfigurationCommand extends command(_ep0, _mw0, "GetMicrosoftTeamsChannelConfiguration", GetMicrosoftTeamsChannelConfiguration$) {
|
|
1960
1777
|
}
|
|
1961
1778
|
|
|
1962
|
-
class ListAssociationsCommand extends
|
|
1963
|
-
.classBuilder()
|
|
1964
|
-
.ep(commonParams)
|
|
1965
|
-
.m(function (Command, cs, config, o) {
|
|
1966
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1967
|
-
})
|
|
1968
|
-
.s("WheatleyOrchestration_20171011", "ListAssociations", {})
|
|
1969
|
-
.n("ChatbotClient", "ListAssociationsCommand")
|
|
1970
|
-
.sc(ListAssociations$)
|
|
1971
|
-
.build() {
|
|
1779
|
+
class ListAssociationsCommand extends command(_ep0, _mw0, "ListAssociations", ListAssociations$) {
|
|
1972
1780
|
}
|
|
1973
1781
|
|
|
1974
|
-
class ListCustomActionsCommand extends
|
|
1975
|
-
.classBuilder()
|
|
1976
|
-
.ep(commonParams)
|
|
1977
|
-
.m(function (Command, cs, config, o) {
|
|
1978
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1979
|
-
})
|
|
1980
|
-
.s("WheatleyOrchestration_20171011", "ListCustomActions", {})
|
|
1981
|
-
.n("ChatbotClient", "ListCustomActionsCommand")
|
|
1982
|
-
.sc(ListCustomActions$)
|
|
1983
|
-
.build() {
|
|
1782
|
+
class ListCustomActionsCommand extends command(_ep0, _mw0, "ListCustomActions", ListCustomActions$) {
|
|
1984
1783
|
}
|
|
1985
1784
|
|
|
1986
|
-
class ListMicrosoftTeamsChannelConfigurationsCommand extends
|
|
1987
|
-
.classBuilder()
|
|
1988
|
-
.ep(commonParams)
|
|
1989
|
-
.m(function (Command, cs, config, o) {
|
|
1990
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1991
|
-
})
|
|
1992
|
-
.s("WheatleyOrchestration_20171011", "ListMicrosoftTeamsChannelConfigurations", {})
|
|
1993
|
-
.n("ChatbotClient", "ListMicrosoftTeamsChannelConfigurationsCommand")
|
|
1994
|
-
.sc(ListMicrosoftTeamsChannelConfigurations$)
|
|
1995
|
-
.build() {
|
|
1785
|
+
class ListMicrosoftTeamsChannelConfigurationsCommand extends command(_ep0, _mw0, "ListMicrosoftTeamsChannelConfigurations", ListMicrosoftTeamsChannelConfigurations$) {
|
|
1996
1786
|
}
|
|
1997
1787
|
|
|
1998
|
-
class ListMicrosoftTeamsConfiguredTeamsCommand extends
|
|
1999
|
-
.classBuilder()
|
|
2000
|
-
.ep(commonParams)
|
|
2001
|
-
.m(function (Command, cs, config, o) {
|
|
2002
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2003
|
-
})
|
|
2004
|
-
.s("WheatleyOrchestration_20171011", "ListMicrosoftTeamsConfiguredTeams", {})
|
|
2005
|
-
.n("ChatbotClient", "ListMicrosoftTeamsConfiguredTeamsCommand")
|
|
2006
|
-
.sc(ListMicrosoftTeamsConfiguredTeams$)
|
|
2007
|
-
.build() {
|
|
1788
|
+
class ListMicrosoftTeamsConfiguredTeamsCommand extends command(_ep0, _mw0, "ListMicrosoftTeamsConfiguredTeams", ListMicrosoftTeamsConfiguredTeams$) {
|
|
2008
1789
|
}
|
|
2009
1790
|
|
|
2010
|
-
class ListMicrosoftTeamsUserIdentitiesCommand extends
|
|
2011
|
-
.classBuilder()
|
|
2012
|
-
.ep(commonParams)
|
|
2013
|
-
.m(function (Command, cs, config, o) {
|
|
2014
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2015
|
-
})
|
|
2016
|
-
.s("WheatleyOrchestration_20171011", "ListMicrosoftTeamsUserIdentities", {})
|
|
2017
|
-
.n("ChatbotClient", "ListMicrosoftTeamsUserIdentitiesCommand")
|
|
2018
|
-
.sc(ListMicrosoftTeamsUserIdentities$)
|
|
2019
|
-
.build() {
|
|
1791
|
+
class ListMicrosoftTeamsUserIdentitiesCommand extends command(_ep0, _mw0, "ListMicrosoftTeamsUserIdentities", ListMicrosoftTeamsUserIdentities$) {
|
|
2020
1792
|
}
|
|
2021
1793
|
|
|
2022
|
-
class ListTagsForResourceCommand extends
|
|
2023
|
-
.classBuilder()
|
|
2024
|
-
.ep(commonParams)
|
|
2025
|
-
.m(function (Command, cs, config, o) {
|
|
2026
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2027
|
-
})
|
|
2028
|
-
.s("WheatleyOrchestration_20171011", "ListTagsForResource", {})
|
|
2029
|
-
.n("ChatbotClient", "ListTagsForResourceCommand")
|
|
2030
|
-
.sc(ListTagsForResource$)
|
|
2031
|
-
.build() {
|
|
1794
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
2032
1795
|
}
|
|
2033
1796
|
|
|
2034
|
-
class TagResourceCommand extends
|
|
2035
|
-
.classBuilder()
|
|
2036
|
-
.ep(commonParams)
|
|
2037
|
-
.m(function (Command, cs, config, o) {
|
|
2038
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2039
|
-
})
|
|
2040
|
-
.s("WheatleyOrchestration_20171011", "TagResource", {})
|
|
2041
|
-
.n("ChatbotClient", "TagResourceCommand")
|
|
2042
|
-
.sc(TagResource$)
|
|
2043
|
-
.build() {
|
|
1797
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2044
1798
|
}
|
|
2045
1799
|
|
|
2046
|
-
class UntagResourceCommand extends
|
|
2047
|
-
.classBuilder()
|
|
2048
|
-
.ep(commonParams)
|
|
2049
|
-
.m(function (Command, cs, config, o) {
|
|
2050
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2051
|
-
})
|
|
2052
|
-
.s("WheatleyOrchestration_20171011", "UntagResource", {})
|
|
2053
|
-
.n("ChatbotClient", "UntagResourceCommand")
|
|
2054
|
-
.sc(UntagResource$)
|
|
2055
|
-
.build() {
|
|
1800
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2056
1801
|
}
|
|
2057
1802
|
|
|
2058
|
-
class UpdateAccountPreferencesCommand extends
|
|
2059
|
-
.classBuilder()
|
|
2060
|
-
.ep(commonParams)
|
|
2061
|
-
.m(function (Command, cs, config, o) {
|
|
2062
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2063
|
-
})
|
|
2064
|
-
.s("WheatleyOrchestration_20171011", "UpdateAccountPreferences", {})
|
|
2065
|
-
.n("ChatbotClient", "UpdateAccountPreferencesCommand")
|
|
2066
|
-
.sc(UpdateAccountPreferences$)
|
|
2067
|
-
.build() {
|
|
1803
|
+
class UpdateAccountPreferencesCommand extends command(_ep0, _mw0, "UpdateAccountPreferences", UpdateAccountPreferences$) {
|
|
2068
1804
|
}
|
|
2069
1805
|
|
|
2070
|
-
class UpdateChimeWebhookConfigurationCommand extends
|
|
2071
|
-
.classBuilder()
|
|
2072
|
-
.ep(commonParams)
|
|
2073
|
-
.m(function (Command, cs, config, o) {
|
|
2074
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2075
|
-
})
|
|
2076
|
-
.s("WheatleyOrchestration_20171011", "UpdateChimeWebhookConfiguration", {})
|
|
2077
|
-
.n("ChatbotClient", "UpdateChimeWebhookConfigurationCommand")
|
|
2078
|
-
.sc(UpdateChimeWebhookConfiguration$)
|
|
2079
|
-
.build() {
|
|
1806
|
+
class UpdateChimeWebhookConfigurationCommand extends command(_ep0, _mw0, "UpdateChimeWebhookConfiguration", UpdateChimeWebhookConfiguration$) {
|
|
2080
1807
|
}
|
|
2081
1808
|
|
|
2082
|
-
class UpdateCustomActionCommand extends
|
|
2083
|
-
.classBuilder()
|
|
2084
|
-
.ep(commonParams)
|
|
2085
|
-
.m(function (Command, cs, config, o) {
|
|
2086
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2087
|
-
})
|
|
2088
|
-
.s("WheatleyOrchestration_20171011", "UpdateCustomAction", {})
|
|
2089
|
-
.n("ChatbotClient", "UpdateCustomActionCommand")
|
|
2090
|
-
.sc(UpdateCustomAction$)
|
|
2091
|
-
.build() {
|
|
1809
|
+
class UpdateCustomActionCommand extends command(_ep0, _mw0, "UpdateCustomAction", UpdateCustomAction$) {
|
|
2092
1810
|
}
|
|
2093
1811
|
|
|
2094
|
-
class UpdateMicrosoftTeamsChannelConfigurationCommand extends
|
|
2095
|
-
.classBuilder()
|
|
2096
|
-
.ep(commonParams)
|
|
2097
|
-
.m(function (Command, cs, config, o) {
|
|
2098
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2099
|
-
})
|
|
2100
|
-
.s("WheatleyOrchestration_20171011", "UpdateMicrosoftTeamsChannelConfiguration", {})
|
|
2101
|
-
.n("ChatbotClient", "UpdateMicrosoftTeamsChannelConfigurationCommand")
|
|
2102
|
-
.sc(UpdateMicrosoftTeamsChannelConfiguration$)
|
|
2103
|
-
.build() {
|
|
1812
|
+
class UpdateMicrosoftTeamsChannelConfigurationCommand extends command(_ep0, _mw0, "UpdateMicrosoftTeamsChannelConfiguration", UpdateMicrosoftTeamsChannelConfiguration$) {
|
|
2104
1813
|
}
|
|
2105
1814
|
|
|
2106
|
-
class UpdateSlackChannelConfigurationCommand extends
|
|
2107
|
-
.classBuilder()
|
|
2108
|
-
.ep(commonParams)
|
|
2109
|
-
.m(function (Command, cs, config, o) {
|
|
2110
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2111
|
-
})
|
|
2112
|
-
.s("WheatleyOrchestration_20171011", "UpdateSlackChannelConfiguration", {})
|
|
2113
|
-
.n("ChatbotClient", "UpdateSlackChannelConfigurationCommand")
|
|
2114
|
-
.sc(UpdateSlackChannelConfiguration$)
|
|
2115
|
-
.build() {
|
|
1815
|
+
class UpdateSlackChannelConfigurationCommand extends command(_ep0, _mw0, "UpdateSlackChannelConfiguration", UpdateSlackChannelConfiguration$) {
|
|
2116
1816
|
}
|
|
2117
1817
|
|
|
2118
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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
|
}
|