@aws-sdk/client-chime-sdk-messaging 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 +162 -615
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateChannelFlowCommand.js +2 -14
- package/dist-es/commands/BatchCreateChannelMembershipCommand.js +2 -14
- package/dist-es/commands/ChannelFlowCallbackCommand.js +2 -14
- package/dist-es/commands/CreateChannelBanCommand.js +2 -14
- package/dist-es/commands/CreateChannelCommand.js +2 -14
- package/dist-es/commands/CreateChannelFlowCommand.js +2 -14
- package/dist-es/commands/CreateChannelMembershipCommand.js +2 -14
- package/dist-es/commands/CreateChannelModeratorCommand.js +2 -14
- package/dist-es/commands/DeleteChannelBanCommand.js +2 -14
- package/dist-es/commands/DeleteChannelCommand.js +2 -14
- package/dist-es/commands/DeleteChannelFlowCommand.js +2 -14
- package/dist-es/commands/DeleteChannelMembershipCommand.js +2 -14
- package/dist-es/commands/DeleteChannelMessageCommand.js +2 -14
- package/dist-es/commands/DeleteChannelModeratorCommand.js +2 -14
- package/dist-es/commands/DeleteMessagingStreamingConfigurationsCommand.js +2 -14
- package/dist-es/commands/DescribeChannelBanCommand.js +2 -14
- package/dist-es/commands/DescribeChannelCommand.js +2 -14
- package/dist-es/commands/DescribeChannelFlowCommand.js +2 -14
- package/dist-es/commands/DescribeChannelMembershipCommand.js +2 -14
- package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +2 -14
- package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +2 -14
- package/dist-es/commands/DescribeChannelModeratorCommand.js +2 -14
- package/dist-es/commands/DisassociateChannelFlowCommand.js +2 -14
- package/dist-es/commands/GetChannelMembershipPreferencesCommand.js +2 -14
- package/dist-es/commands/GetChannelMessageCommand.js +2 -14
- package/dist-es/commands/GetChannelMessageStatusCommand.js +2 -14
- package/dist-es/commands/GetMessagingSessionEndpointCommand.js +2 -14
- package/dist-es/commands/GetMessagingStreamingConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListChannelBansCommand.js +2 -14
- package/dist-es/commands/ListChannelFlowsCommand.js +2 -14
- package/dist-es/commands/ListChannelMembershipsCommand.js +2 -14
- package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +2 -14
- package/dist-es/commands/ListChannelMessagesCommand.js +2 -14
- package/dist-es/commands/ListChannelModeratorsCommand.js +2 -14
- package/dist-es/commands/ListChannelsAssociatedWithChannelFlowCommand.js +2 -14
- package/dist-es/commands/ListChannelsCommand.js +2 -14
- package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +2 -14
- package/dist-es/commands/ListSubChannelsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutChannelExpirationSettingsCommand.js +2 -14
- package/dist-es/commands/PutChannelMembershipPreferencesCommand.js +2 -14
- package/dist-es/commands/PutMessagingStreamingConfigurationsCommand.js +2 -14
- package/dist-es/commands/RedactChannelMessageCommand.js +2 -14
- package/dist-es/commands/SearchChannelsCommand.js +2 -14
- package/dist-es/commands/SendChannelMessageCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateChannelCommand.js +2 -14
- package/dist-es/commands/UpdateChannelFlowCommand.js +2 -14
- package/dist-es/commands/UpdateChannelMessageCommand.js +2 -14
- package/dist-es/commands/UpdateChannelReadMarkerCommand.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/AssociateChannelFlowCommand.d.ts +3 -8
- package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +3 -8
- package/dist-types/commands/ChannelFlowCallbackCommand.d.ts +3 -8
- package/dist-types/commands/CreateChannelBanCommand.d.ts +3 -8
- package/dist-types/commands/CreateChannelCommand.d.ts +3 -8
- package/dist-types/commands/CreateChannelFlowCommand.d.ts +3 -8
- package/dist-types/commands/CreateChannelMembershipCommand.d.ts +3 -8
- package/dist-types/commands/CreateChannelModeratorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChannelBanCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChannelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChannelFlowCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChannelMessageCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeChannelBanCommand.d.ts +3 -8
- package/dist-types/commands/DescribeChannelCommand.d.ts +3 -8
- package/dist-types/commands/DescribeChannelFlowCommand.d.ts +3 -8
- package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +3 -8
- package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +3 -8
- package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +3 -8
- package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateChannelFlowCommand.d.ts +3 -8
- package/dist-types/commands/GetChannelMembershipPreferencesCommand.d.ts +3 -8
- package/dist-types/commands/GetChannelMessageCommand.d.ts +3 -8
- package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +3 -8
- package/dist-types/commands/GetMessagingStreamingConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelBansCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelFlowsCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelMembershipsCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelMessagesCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelModeratorsCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelsCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +3 -8
- package/dist-types/commands/ListSubChannelsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutChannelExpirationSettingsCommand.d.ts +3 -8
- package/dist-types/commands/PutChannelMembershipPreferencesCommand.d.ts +3 -8
- package/dist-types/commands/PutMessagingStreamingConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/RedactChannelMessageCommand.d.ts +3 -8
- package/dist-types/commands/SearchChannelsCommand.d.ts +3 -8
- package/dist-types/commands/SendChannelMessageCommand.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/UpdateChannelCommand.d.ts +3 -8
- package/dist-types/commands/UpdateChannelFlowCommand.d.ts +3 -8
- package/dist-types/commands/UpdateChannelMessageCommand.d.ts +3 -8
- package/dist-types/commands/UpdateChannelReadMarkerCommand.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/AssociateChannelFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMessagingStreamingConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutChannelExpirationSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutMessagingStreamingConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendChannelMessageCommand.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/UpdateChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.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 defaultChimeSDKMessagingHttpAuthSchemeParametersProvider = 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
|
|
|
@@ -1579,6 +1581,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
1579
1581
|
serviceTarget: "ChimeMessagingService",
|
|
1580
1582
|
},
|
|
1581
1583
|
serviceId: config?.serviceId ?? "Chime SDK Messaging",
|
|
1584
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1582
1585
|
urlParser: config?.urlParser ?? parseUrl,
|
|
1583
1586
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1584
1587
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -1612,7 +1615,6 @@ const getRuntimeConfig = (config) => {
|
|
|
1612
1615
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1613
1616
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1614
1617
|
}, config),
|
|
1615
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
1616
1618
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1617
1619
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1618
1620
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1700,616 +1702,161 @@ class ChimeSDKMessagingClient extends Client {
|
|
|
1700
1702
|
}
|
|
1701
1703
|
}
|
|
1702
1704
|
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
}
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
}
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
}
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
}
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
}
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
}
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
}
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
}
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
}
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
}
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
}
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
}
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
}
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
class DeleteChannelModeratorCommand extends Command
|
|
1860
|
-
.classBuilder()
|
|
1861
|
-
.ep(commonParams)
|
|
1862
|
-
.m(function (Command, cs, config, o) {
|
|
1863
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1864
|
-
})
|
|
1865
|
-
.s("ChimeMessagingService", "DeleteChannelModerator", {})
|
|
1866
|
-
.n("ChimeSDKMessagingClient", "DeleteChannelModeratorCommand")
|
|
1867
|
-
.sc(DeleteChannelModerator$)
|
|
1868
|
-
.build() {
|
|
1869
|
-
}
|
|
1870
|
-
|
|
1871
|
-
class DeleteMessagingStreamingConfigurationsCommand extends Command
|
|
1872
|
-
.classBuilder()
|
|
1873
|
-
.ep(commonParams)
|
|
1874
|
-
.m(function (Command, cs, config, o) {
|
|
1875
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1876
|
-
})
|
|
1877
|
-
.s("ChimeMessagingService", "DeleteMessagingStreamingConfigurations", {})
|
|
1878
|
-
.n("ChimeSDKMessagingClient", "DeleteMessagingStreamingConfigurationsCommand")
|
|
1879
|
-
.sc(DeleteMessagingStreamingConfigurations$)
|
|
1880
|
-
.build() {
|
|
1881
|
-
}
|
|
1882
|
-
|
|
1883
|
-
class DescribeChannelBanCommand extends Command
|
|
1884
|
-
.classBuilder()
|
|
1885
|
-
.ep(commonParams)
|
|
1886
|
-
.m(function (Command, cs, config, o) {
|
|
1887
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1888
|
-
})
|
|
1889
|
-
.s("ChimeMessagingService", "DescribeChannelBan", {})
|
|
1890
|
-
.n("ChimeSDKMessagingClient", "DescribeChannelBanCommand")
|
|
1891
|
-
.sc(DescribeChannelBan$)
|
|
1892
|
-
.build() {
|
|
1893
|
-
}
|
|
1894
|
-
|
|
1895
|
-
class DescribeChannelCommand extends Command
|
|
1896
|
-
.classBuilder()
|
|
1897
|
-
.ep(commonParams)
|
|
1898
|
-
.m(function (Command, cs, config, o) {
|
|
1899
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1900
|
-
})
|
|
1901
|
-
.s("ChimeMessagingService", "DescribeChannel", {})
|
|
1902
|
-
.n("ChimeSDKMessagingClient", "DescribeChannelCommand")
|
|
1903
|
-
.sc(DescribeChannel$)
|
|
1904
|
-
.build() {
|
|
1905
|
-
}
|
|
1906
|
-
|
|
1907
|
-
class DescribeChannelFlowCommand extends Command
|
|
1908
|
-
.classBuilder()
|
|
1909
|
-
.ep(commonParams)
|
|
1910
|
-
.m(function (Command, cs, config, o) {
|
|
1911
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1912
|
-
})
|
|
1913
|
-
.s("ChimeMessagingService", "DescribeChannelFlow", {})
|
|
1914
|
-
.n("ChimeSDKMessagingClient", "DescribeChannelFlowCommand")
|
|
1915
|
-
.sc(DescribeChannelFlow$)
|
|
1916
|
-
.build() {
|
|
1917
|
-
}
|
|
1918
|
-
|
|
1919
|
-
class DescribeChannelMembershipCommand extends Command
|
|
1920
|
-
.classBuilder()
|
|
1921
|
-
.ep(commonParams)
|
|
1922
|
-
.m(function (Command, cs, config, o) {
|
|
1923
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1924
|
-
})
|
|
1925
|
-
.s("ChimeMessagingService", "DescribeChannelMembership", {})
|
|
1926
|
-
.n("ChimeSDKMessagingClient", "DescribeChannelMembershipCommand")
|
|
1927
|
-
.sc(DescribeChannelMembership$)
|
|
1928
|
-
.build() {
|
|
1929
|
-
}
|
|
1930
|
-
|
|
1931
|
-
class DescribeChannelMembershipForAppInstanceUserCommand extends Command
|
|
1932
|
-
.classBuilder()
|
|
1933
|
-
.ep(commonParams)
|
|
1934
|
-
.m(function (Command, cs, config, o) {
|
|
1935
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1936
|
-
})
|
|
1937
|
-
.s("ChimeMessagingService", "DescribeChannelMembershipForAppInstanceUser", {})
|
|
1938
|
-
.n("ChimeSDKMessagingClient", "DescribeChannelMembershipForAppInstanceUserCommand")
|
|
1939
|
-
.sc(DescribeChannelMembershipForAppInstanceUser$)
|
|
1940
|
-
.build() {
|
|
1941
|
-
}
|
|
1942
|
-
|
|
1943
|
-
class DescribeChannelModeratedByAppInstanceUserCommand extends Command
|
|
1944
|
-
.classBuilder()
|
|
1945
|
-
.ep(commonParams)
|
|
1946
|
-
.m(function (Command, cs, config, o) {
|
|
1947
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1948
|
-
})
|
|
1949
|
-
.s("ChimeMessagingService", "DescribeChannelModeratedByAppInstanceUser", {})
|
|
1950
|
-
.n("ChimeSDKMessagingClient", "DescribeChannelModeratedByAppInstanceUserCommand")
|
|
1951
|
-
.sc(DescribeChannelModeratedByAppInstanceUser$)
|
|
1952
|
-
.build() {
|
|
1953
|
-
}
|
|
1954
|
-
|
|
1955
|
-
class DescribeChannelModeratorCommand extends Command
|
|
1956
|
-
.classBuilder()
|
|
1957
|
-
.ep(commonParams)
|
|
1958
|
-
.m(function (Command, cs, config, o) {
|
|
1959
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1960
|
-
})
|
|
1961
|
-
.s("ChimeMessagingService", "DescribeChannelModerator", {})
|
|
1962
|
-
.n("ChimeSDKMessagingClient", "DescribeChannelModeratorCommand")
|
|
1963
|
-
.sc(DescribeChannelModerator$)
|
|
1964
|
-
.build() {
|
|
1965
|
-
}
|
|
1966
|
-
|
|
1967
|
-
class DisassociateChannelFlowCommand extends Command
|
|
1968
|
-
.classBuilder()
|
|
1969
|
-
.ep(commonParams)
|
|
1970
|
-
.m(function (Command, cs, config, o) {
|
|
1971
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1972
|
-
})
|
|
1973
|
-
.s("ChimeMessagingService", "DisassociateChannelFlow", {})
|
|
1974
|
-
.n("ChimeSDKMessagingClient", "DisassociateChannelFlowCommand")
|
|
1975
|
-
.sc(DisassociateChannelFlow$)
|
|
1976
|
-
.build() {
|
|
1977
|
-
}
|
|
1978
|
-
|
|
1979
|
-
class GetChannelMembershipPreferencesCommand extends Command
|
|
1980
|
-
.classBuilder()
|
|
1981
|
-
.ep(commonParams)
|
|
1982
|
-
.m(function (Command, cs, config, o) {
|
|
1983
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1984
|
-
})
|
|
1985
|
-
.s("ChimeMessagingService", "GetChannelMembershipPreferences", {})
|
|
1986
|
-
.n("ChimeSDKMessagingClient", "GetChannelMembershipPreferencesCommand")
|
|
1987
|
-
.sc(GetChannelMembershipPreferences$)
|
|
1988
|
-
.build() {
|
|
1989
|
-
}
|
|
1990
|
-
|
|
1991
|
-
class GetChannelMessageCommand extends Command
|
|
1992
|
-
.classBuilder()
|
|
1993
|
-
.ep(commonParams)
|
|
1994
|
-
.m(function (Command, cs, config, o) {
|
|
1995
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1996
|
-
})
|
|
1997
|
-
.s("ChimeMessagingService", "GetChannelMessage", {})
|
|
1998
|
-
.n("ChimeSDKMessagingClient", "GetChannelMessageCommand")
|
|
1999
|
-
.sc(GetChannelMessage$)
|
|
2000
|
-
.build() {
|
|
2001
|
-
}
|
|
2002
|
-
|
|
2003
|
-
class GetChannelMessageStatusCommand extends Command
|
|
2004
|
-
.classBuilder()
|
|
2005
|
-
.ep(commonParams)
|
|
2006
|
-
.m(function (Command, cs, config, o) {
|
|
2007
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2008
|
-
})
|
|
2009
|
-
.s("ChimeMessagingService", "GetChannelMessageStatus", {})
|
|
2010
|
-
.n("ChimeSDKMessagingClient", "GetChannelMessageStatusCommand")
|
|
2011
|
-
.sc(GetChannelMessageStatus$)
|
|
2012
|
-
.build() {
|
|
2013
|
-
}
|
|
2014
|
-
|
|
2015
|
-
class GetMessagingSessionEndpointCommand extends Command
|
|
2016
|
-
.classBuilder()
|
|
2017
|
-
.ep(commonParams)
|
|
2018
|
-
.m(function (Command, cs, config, o) {
|
|
2019
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2020
|
-
})
|
|
2021
|
-
.s("ChimeMessagingService", "GetMessagingSessionEndpoint", {})
|
|
2022
|
-
.n("ChimeSDKMessagingClient", "GetMessagingSessionEndpointCommand")
|
|
2023
|
-
.sc(GetMessagingSessionEndpoint$)
|
|
2024
|
-
.build() {
|
|
2025
|
-
}
|
|
2026
|
-
|
|
2027
|
-
class GetMessagingStreamingConfigurationsCommand extends Command
|
|
2028
|
-
.classBuilder()
|
|
2029
|
-
.ep(commonParams)
|
|
2030
|
-
.m(function (Command, cs, config, o) {
|
|
2031
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2032
|
-
})
|
|
2033
|
-
.s("ChimeMessagingService", "GetMessagingStreamingConfigurations", {})
|
|
2034
|
-
.n("ChimeSDKMessagingClient", "GetMessagingStreamingConfigurationsCommand")
|
|
2035
|
-
.sc(GetMessagingStreamingConfigurations$)
|
|
2036
|
-
.build() {
|
|
2037
|
-
}
|
|
2038
|
-
|
|
2039
|
-
class ListChannelBansCommand extends Command
|
|
2040
|
-
.classBuilder()
|
|
2041
|
-
.ep(commonParams)
|
|
2042
|
-
.m(function (Command, cs, config, o) {
|
|
2043
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2044
|
-
})
|
|
2045
|
-
.s("ChimeMessagingService", "ListChannelBans", {})
|
|
2046
|
-
.n("ChimeSDKMessagingClient", "ListChannelBansCommand")
|
|
2047
|
-
.sc(ListChannelBans$)
|
|
2048
|
-
.build() {
|
|
2049
|
-
}
|
|
2050
|
-
|
|
2051
|
-
class ListChannelFlowsCommand extends Command
|
|
2052
|
-
.classBuilder()
|
|
2053
|
-
.ep(commonParams)
|
|
2054
|
-
.m(function (Command, cs, config, o) {
|
|
2055
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2056
|
-
})
|
|
2057
|
-
.s("ChimeMessagingService", "ListChannelFlows", {})
|
|
2058
|
-
.n("ChimeSDKMessagingClient", "ListChannelFlowsCommand")
|
|
2059
|
-
.sc(ListChannelFlows$)
|
|
2060
|
-
.build() {
|
|
2061
|
-
}
|
|
2062
|
-
|
|
2063
|
-
class ListChannelMembershipsCommand extends Command
|
|
2064
|
-
.classBuilder()
|
|
2065
|
-
.ep(commonParams)
|
|
2066
|
-
.m(function (Command, cs, config, o) {
|
|
2067
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2068
|
-
})
|
|
2069
|
-
.s("ChimeMessagingService", "ListChannelMemberships", {})
|
|
2070
|
-
.n("ChimeSDKMessagingClient", "ListChannelMembershipsCommand")
|
|
2071
|
-
.sc(ListChannelMemberships$)
|
|
2072
|
-
.build() {
|
|
2073
|
-
}
|
|
2074
|
-
|
|
2075
|
-
class ListChannelMembershipsForAppInstanceUserCommand extends Command
|
|
2076
|
-
.classBuilder()
|
|
2077
|
-
.ep(commonParams)
|
|
2078
|
-
.m(function (Command, cs, config, o) {
|
|
2079
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2080
|
-
})
|
|
2081
|
-
.s("ChimeMessagingService", "ListChannelMembershipsForAppInstanceUser", {})
|
|
2082
|
-
.n("ChimeSDKMessagingClient", "ListChannelMembershipsForAppInstanceUserCommand")
|
|
2083
|
-
.sc(ListChannelMembershipsForAppInstanceUser$)
|
|
2084
|
-
.build() {
|
|
2085
|
-
}
|
|
2086
|
-
|
|
2087
|
-
class ListChannelMessagesCommand extends Command
|
|
2088
|
-
.classBuilder()
|
|
2089
|
-
.ep(commonParams)
|
|
2090
|
-
.m(function (Command, cs, config, o) {
|
|
2091
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2092
|
-
})
|
|
2093
|
-
.s("ChimeMessagingService", "ListChannelMessages", {})
|
|
2094
|
-
.n("ChimeSDKMessagingClient", "ListChannelMessagesCommand")
|
|
2095
|
-
.sc(ListChannelMessages$)
|
|
2096
|
-
.build() {
|
|
2097
|
-
}
|
|
2098
|
-
|
|
2099
|
-
class ListChannelModeratorsCommand extends Command
|
|
2100
|
-
.classBuilder()
|
|
2101
|
-
.ep(commonParams)
|
|
2102
|
-
.m(function (Command, cs, config, o) {
|
|
2103
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2104
|
-
})
|
|
2105
|
-
.s("ChimeMessagingService", "ListChannelModerators", {})
|
|
2106
|
-
.n("ChimeSDKMessagingClient", "ListChannelModeratorsCommand")
|
|
2107
|
-
.sc(ListChannelModerators$)
|
|
2108
|
-
.build() {
|
|
2109
|
-
}
|
|
2110
|
-
|
|
2111
|
-
class ListChannelsAssociatedWithChannelFlowCommand extends Command
|
|
2112
|
-
.classBuilder()
|
|
2113
|
-
.ep(commonParams)
|
|
2114
|
-
.m(function (Command, cs, config, o) {
|
|
2115
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2116
|
-
})
|
|
2117
|
-
.s("ChimeMessagingService", "ListChannelsAssociatedWithChannelFlow", {})
|
|
2118
|
-
.n("ChimeSDKMessagingClient", "ListChannelsAssociatedWithChannelFlowCommand")
|
|
2119
|
-
.sc(ListChannelsAssociatedWithChannelFlow$)
|
|
2120
|
-
.build() {
|
|
2121
|
-
}
|
|
2122
|
-
|
|
2123
|
-
class ListChannelsCommand extends Command
|
|
2124
|
-
.classBuilder()
|
|
2125
|
-
.ep(commonParams)
|
|
2126
|
-
.m(function (Command, cs, config, o) {
|
|
2127
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2128
|
-
})
|
|
2129
|
-
.s("ChimeMessagingService", "ListChannels", {})
|
|
2130
|
-
.n("ChimeSDKMessagingClient", "ListChannelsCommand")
|
|
2131
|
-
.sc(ListChannels$)
|
|
2132
|
-
.build() {
|
|
2133
|
-
}
|
|
2134
|
-
|
|
2135
|
-
class ListChannelsModeratedByAppInstanceUserCommand extends Command
|
|
2136
|
-
.classBuilder()
|
|
2137
|
-
.ep(commonParams)
|
|
2138
|
-
.m(function (Command, cs, config, o) {
|
|
2139
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2140
|
-
})
|
|
2141
|
-
.s("ChimeMessagingService", "ListChannelsModeratedByAppInstanceUser", {})
|
|
2142
|
-
.n("ChimeSDKMessagingClient", "ListChannelsModeratedByAppInstanceUserCommand")
|
|
2143
|
-
.sc(ListChannelsModeratedByAppInstanceUser$)
|
|
2144
|
-
.build() {
|
|
2145
|
-
}
|
|
2146
|
-
|
|
2147
|
-
class ListSubChannelsCommand extends Command
|
|
2148
|
-
.classBuilder()
|
|
2149
|
-
.ep(commonParams)
|
|
2150
|
-
.m(function (Command, cs, config, o) {
|
|
2151
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2152
|
-
})
|
|
2153
|
-
.s("ChimeMessagingService", "ListSubChannels", {})
|
|
2154
|
-
.n("ChimeSDKMessagingClient", "ListSubChannelsCommand")
|
|
2155
|
-
.sc(ListSubChannels$)
|
|
2156
|
-
.build() {
|
|
2157
|
-
}
|
|
2158
|
-
|
|
2159
|
-
class ListTagsForResourceCommand extends Command
|
|
2160
|
-
.classBuilder()
|
|
2161
|
-
.ep(commonParams)
|
|
2162
|
-
.m(function (Command, cs, config, o) {
|
|
2163
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2164
|
-
})
|
|
2165
|
-
.s("ChimeMessagingService", "ListTagsForResource", {})
|
|
2166
|
-
.n("ChimeSDKMessagingClient", "ListTagsForResourceCommand")
|
|
2167
|
-
.sc(ListTagsForResource$)
|
|
2168
|
-
.build() {
|
|
2169
|
-
}
|
|
2170
|
-
|
|
2171
|
-
class PutChannelExpirationSettingsCommand extends Command
|
|
2172
|
-
.classBuilder()
|
|
2173
|
-
.ep(commonParams)
|
|
2174
|
-
.m(function (Command, cs, config, o) {
|
|
2175
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2176
|
-
})
|
|
2177
|
-
.s("ChimeMessagingService", "PutChannelExpirationSettings", {})
|
|
2178
|
-
.n("ChimeSDKMessagingClient", "PutChannelExpirationSettingsCommand")
|
|
2179
|
-
.sc(PutChannelExpirationSettings$)
|
|
2180
|
-
.build() {
|
|
2181
|
-
}
|
|
2182
|
-
|
|
2183
|
-
class PutChannelMembershipPreferencesCommand extends Command
|
|
2184
|
-
.classBuilder()
|
|
2185
|
-
.ep(commonParams)
|
|
2186
|
-
.m(function (Command, cs, config, o) {
|
|
2187
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2188
|
-
})
|
|
2189
|
-
.s("ChimeMessagingService", "PutChannelMembershipPreferences", {})
|
|
2190
|
-
.n("ChimeSDKMessagingClient", "PutChannelMembershipPreferencesCommand")
|
|
2191
|
-
.sc(PutChannelMembershipPreferences$)
|
|
2192
|
-
.build() {
|
|
2193
|
-
}
|
|
2194
|
-
|
|
2195
|
-
class PutMessagingStreamingConfigurationsCommand extends Command
|
|
2196
|
-
.classBuilder()
|
|
2197
|
-
.ep(commonParams)
|
|
2198
|
-
.m(function (Command, cs, config, o) {
|
|
2199
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2200
|
-
})
|
|
2201
|
-
.s("ChimeMessagingService", "PutMessagingStreamingConfigurations", {})
|
|
2202
|
-
.n("ChimeSDKMessagingClient", "PutMessagingStreamingConfigurationsCommand")
|
|
2203
|
-
.sc(PutMessagingStreamingConfigurations$)
|
|
2204
|
-
.build() {
|
|
2205
|
-
}
|
|
2206
|
-
|
|
2207
|
-
class RedactChannelMessageCommand extends Command
|
|
2208
|
-
.classBuilder()
|
|
2209
|
-
.ep(commonParams)
|
|
2210
|
-
.m(function (Command, cs, config, o) {
|
|
2211
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2212
|
-
})
|
|
2213
|
-
.s("ChimeMessagingService", "RedactChannelMessage", {})
|
|
2214
|
-
.n("ChimeSDKMessagingClient", "RedactChannelMessageCommand")
|
|
2215
|
-
.sc(RedactChannelMessage$)
|
|
2216
|
-
.build() {
|
|
2217
|
-
}
|
|
2218
|
-
|
|
2219
|
-
class SearchChannelsCommand extends Command
|
|
2220
|
-
.classBuilder()
|
|
2221
|
-
.ep(commonParams)
|
|
2222
|
-
.m(function (Command, cs, config, o) {
|
|
2223
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2224
|
-
})
|
|
2225
|
-
.s("ChimeMessagingService", "SearchChannels", {})
|
|
2226
|
-
.n("ChimeSDKMessagingClient", "SearchChannelsCommand")
|
|
2227
|
-
.sc(SearchChannels$)
|
|
2228
|
-
.build() {
|
|
2229
|
-
}
|
|
2230
|
-
|
|
2231
|
-
class SendChannelMessageCommand extends Command
|
|
2232
|
-
.classBuilder()
|
|
2233
|
-
.ep(commonParams)
|
|
2234
|
-
.m(function (Command, cs, config, o) {
|
|
2235
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2236
|
-
})
|
|
2237
|
-
.s("ChimeMessagingService", "SendChannelMessage", {})
|
|
2238
|
-
.n("ChimeSDKMessagingClient", "SendChannelMessageCommand")
|
|
2239
|
-
.sc(SendChannelMessage$)
|
|
2240
|
-
.build() {
|
|
2241
|
-
}
|
|
2242
|
-
|
|
2243
|
-
class TagResourceCommand extends Command
|
|
2244
|
-
.classBuilder()
|
|
2245
|
-
.ep(commonParams)
|
|
2246
|
-
.m(function (Command, cs, config, o) {
|
|
2247
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2248
|
-
})
|
|
2249
|
-
.s("ChimeMessagingService", "TagResource", {})
|
|
2250
|
-
.n("ChimeSDKMessagingClient", "TagResourceCommand")
|
|
2251
|
-
.sc(TagResource$)
|
|
2252
|
-
.build() {
|
|
2253
|
-
}
|
|
2254
|
-
|
|
2255
|
-
class UntagResourceCommand extends Command
|
|
2256
|
-
.classBuilder()
|
|
2257
|
-
.ep(commonParams)
|
|
2258
|
-
.m(function (Command, cs, config, o) {
|
|
2259
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2260
|
-
})
|
|
2261
|
-
.s("ChimeMessagingService", "UntagResource", {})
|
|
2262
|
-
.n("ChimeSDKMessagingClient", "UntagResourceCommand")
|
|
2263
|
-
.sc(UntagResource$)
|
|
2264
|
-
.build() {
|
|
2265
|
-
}
|
|
2266
|
-
|
|
2267
|
-
class UpdateChannelCommand extends Command
|
|
2268
|
-
.classBuilder()
|
|
2269
|
-
.ep(commonParams)
|
|
2270
|
-
.m(function (Command, cs, config, o) {
|
|
2271
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2272
|
-
})
|
|
2273
|
-
.s("ChimeMessagingService", "UpdateChannel", {})
|
|
2274
|
-
.n("ChimeSDKMessagingClient", "UpdateChannelCommand")
|
|
2275
|
-
.sc(UpdateChannel$)
|
|
2276
|
-
.build() {
|
|
2277
|
-
}
|
|
2278
|
-
|
|
2279
|
-
class UpdateChannelFlowCommand extends Command
|
|
2280
|
-
.classBuilder()
|
|
2281
|
-
.ep(commonParams)
|
|
2282
|
-
.m(function (Command, cs, config, o) {
|
|
2283
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2284
|
-
})
|
|
2285
|
-
.s("ChimeMessagingService", "UpdateChannelFlow", {})
|
|
2286
|
-
.n("ChimeSDKMessagingClient", "UpdateChannelFlowCommand")
|
|
2287
|
-
.sc(UpdateChannelFlow$)
|
|
2288
|
-
.build() {
|
|
2289
|
-
}
|
|
2290
|
-
|
|
2291
|
-
class UpdateChannelMessageCommand extends Command
|
|
2292
|
-
.classBuilder()
|
|
2293
|
-
.ep(commonParams)
|
|
2294
|
-
.m(function (Command, cs, config, o) {
|
|
2295
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2296
|
-
})
|
|
2297
|
-
.s("ChimeMessagingService", "UpdateChannelMessage", {})
|
|
2298
|
-
.n("ChimeSDKMessagingClient", "UpdateChannelMessageCommand")
|
|
2299
|
-
.sc(UpdateChannelMessage$)
|
|
2300
|
-
.build() {
|
|
2301
|
-
}
|
|
2302
|
-
|
|
2303
|
-
class UpdateChannelReadMarkerCommand extends Command
|
|
2304
|
-
.classBuilder()
|
|
2305
|
-
.ep(commonParams)
|
|
2306
|
-
.m(function (Command, cs, config, o) {
|
|
2307
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2308
|
-
})
|
|
2309
|
-
.s("ChimeMessagingService", "UpdateChannelReadMarker", {})
|
|
2310
|
-
.n("ChimeSDKMessagingClient", "UpdateChannelReadMarkerCommand")
|
|
2311
|
-
.sc(UpdateChannelReadMarker$)
|
|
2312
|
-
.build() {
|
|
1705
|
+
const command = makeBuilder(commonParams, "ChimeMessagingService", "ChimeSDKMessagingClient", getEndpointPlugin);
|
|
1706
|
+
const _ep0 = {};
|
|
1707
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1708
|
+
|
|
1709
|
+
class AssociateChannelFlowCommand extends command(_ep0, _mw0, "AssociateChannelFlow", AssociateChannelFlow$) {
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1712
|
+
class BatchCreateChannelMembershipCommand extends command(_ep0, _mw0, "BatchCreateChannelMembership", BatchCreateChannelMembership$) {
|
|
1713
|
+
}
|
|
1714
|
+
|
|
1715
|
+
class ChannelFlowCallbackCommand extends command(_ep0, _mw0, "ChannelFlowCallback", ChannelFlowCallback$) {
|
|
1716
|
+
}
|
|
1717
|
+
|
|
1718
|
+
class CreateChannelBanCommand extends command(_ep0, _mw0, "CreateChannelBan", CreateChannelBan$) {
|
|
1719
|
+
}
|
|
1720
|
+
|
|
1721
|
+
class CreateChannelCommand extends command(_ep0, _mw0, "CreateChannel", CreateChannel$) {
|
|
1722
|
+
}
|
|
1723
|
+
|
|
1724
|
+
class CreateChannelFlowCommand extends command(_ep0, _mw0, "CreateChannelFlow", CreateChannelFlow$) {
|
|
1725
|
+
}
|
|
1726
|
+
|
|
1727
|
+
class CreateChannelMembershipCommand extends command(_ep0, _mw0, "CreateChannelMembership", CreateChannelMembership$) {
|
|
1728
|
+
}
|
|
1729
|
+
|
|
1730
|
+
class CreateChannelModeratorCommand extends command(_ep0, _mw0, "CreateChannelModerator", CreateChannelModerator$) {
|
|
1731
|
+
}
|
|
1732
|
+
|
|
1733
|
+
class DeleteChannelBanCommand extends command(_ep0, _mw0, "DeleteChannelBan", DeleteChannelBan$) {
|
|
1734
|
+
}
|
|
1735
|
+
|
|
1736
|
+
class DeleteChannelCommand extends command(_ep0, _mw0, "DeleteChannel", DeleteChannel$) {
|
|
1737
|
+
}
|
|
1738
|
+
|
|
1739
|
+
class DeleteChannelFlowCommand extends command(_ep0, _mw0, "DeleteChannelFlow", DeleteChannelFlow$) {
|
|
1740
|
+
}
|
|
1741
|
+
|
|
1742
|
+
class DeleteChannelMembershipCommand extends command(_ep0, _mw0, "DeleteChannelMembership", DeleteChannelMembership$) {
|
|
1743
|
+
}
|
|
1744
|
+
|
|
1745
|
+
class DeleteChannelMessageCommand extends command(_ep0, _mw0, "DeleteChannelMessage", DeleteChannelMessage$) {
|
|
1746
|
+
}
|
|
1747
|
+
|
|
1748
|
+
class DeleteChannelModeratorCommand extends command(_ep0, _mw0, "DeleteChannelModerator", DeleteChannelModerator$) {
|
|
1749
|
+
}
|
|
1750
|
+
|
|
1751
|
+
class DeleteMessagingStreamingConfigurationsCommand extends command(_ep0, _mw0, "DeleteMessagingStreamingConfigurations", DeleteMessagingStreamingConfigurations$) {
|
|
1752
|
+
}
|
|
1753
|
+
|
|
1754
|
+
class DescribeChannelBanCommand extends command(_ep0, _mw0, "DescribeChannelBan", DescribeChannelBan$) {
|
|
1755
|
+
}
|
|
1756
|
+
|
|
1757
|
+
class DescribeChannelCommand extends command(_ep0, _mw0, "DescribeChannel", DescribeChannel$) {
|
|
1758
|
+
}
|
|
1759
|
+
|
|
1760
|
+
class DescribeChannelFlowCommand extends command(_ep0, _mw0, "DescribeChannelFlow", DescribeChannelFlow$) {
|
|
1761
|
+
}
|
|
1762
|
+
|
|
1763
|
+
class DescribeChannelMembershipCommand extends command(_ep0, _mw0, "DescribeChannelMembership", DescribeChannelMembership$) {
|
|
1764
|
+
}
|
|
1765
|
+
|
|
1766
|
+
class DescribeChannelMembershipForAppInstanceUserCommand extends command(_ep0, _mw0, "DescribeChannelMembershipForAppInstanceUser", DescribeChannelMembershipForAppInstanceUser$) {
|
|
1767
|
+
}
|
|
1768
|
+
|
|
1769
|
+
class DescribeChannelModeratedByAppInstanceUserCommand extends command(_ep0, _mw0, "DescribeChannelModeratedByAppInstanceUser", DescribeChannelModeratedByAppInstanceUser$) {
|
|
1770
|
+
}
|
|
1771
|
+
|
|
1772
|
+
class DescribeChannelModeratorCommand extends command(_ep0, _mw0, "DescribeChannelModerator", DescribeChannelModerator$) {
|
|
1773
|
+
}
|
|
1774
|
+
|
|
1775
|
+
class DisassociateChannelFlowCommand extends command(_ep0, _mw0, "DisassociateChannelFlow", DisassociateChannelFlow$) {
|
|
1776
|
+
}
|
|
1777
|
+
|
|
1778
|
+
class GetChannelMembershipPreferencesCommand extends command(_ep0, _mw0, "GetChannelMembershipPreferences", GetChannelMembershipPreferences$) {
|
|
1779
|
+
}
|
|
1780
|
+
|
|
1781
|
+
class GetChannelMessageCommand extends command(_ep0, _mw0, "GetChannelMessage", GetChannelMessage$) {
|
|
1782
|
+
}
|
|
1783
|
+
|
|
1784
|
+
class GetChannelMessageStatusCommand extends command(_ep0, _mw0, "GetChannelMessageStatus", GetChannelMessageStatus$) {
|
|
1785
|
+
}
|
|
1786
|
+
|
|
1787
|
+
class GetMessagingSessionEndpointCommand extends command(_ep0, _mw0, "GetMessagingSessionEndpoint", GetMessagingSessionEndpoint$) {
|
|
1788
|
+
}
|
|
1789
|
+
|
|
1790
|
+
class GetMessagingStreamingConfigurationsCommand extends command(_ep0, _mw0, "GetMessagingStreamingConfigurations", GetMessagingStreamingConfigurations$) {
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1793
|
+
class ListChannelBansCommand extends command(_ep0, _mw0, "ListChannelBans", ListChannelBans$) {
|
|
1794
|
+
}
|
|
1795
|
+
|
|
1796
|
+
class ListChannelFlowsCommand extends command(_ep0, _mw0, "ListChannelFlows", ListChannelFlows$) {
|
|
1797
|
+
}
|
|
1798
|
+
|
|
1799
|
+
class ListChannelMembershipsCommand extends command(_ep0, _mw0, "ListChannelMemberships", ListChannelMemberships$) {
|
|
1800
|
+
}
|
|
1801
|
+
|
|
1802
|
+
class ListChannelMembershipsForAppInstanceUserCommand extends command(_ep0, _mw0, "ListChannelMembershipsForAppInstanceUser", ListChannelMembershipsForAppInstanceUser$) {
|
|
1803
|
+
}
|
|
1804
|
+
|
|
1805
|
+
class ListChannelMessagesCommand extends command(_ep0, _mw0, "ListChannelMessages", ListChannelMessages$) {
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
class ListChannelModeratorsCommand extends command(_ep0, _mw0, "ListChannelModerators", ListChannelModerators$) {
|
|
1809
|
+
}
|
|
1810
|
+
|
|
1811
|
+
class ListChannelsAssociatedWithChannelFlowCommand extends command(_ep0, _mw0, "ListChannelsAssociatedWithChannelFlow", ListChannelsAssociatedWithChannelFlow$) {
|
|
1812
|
+
}
|
|
1813
|
+
|
|
1814
|
+
class ListChannelsCommand extends command(_ep0, _mw0, "ListChannels", ListChannels$) {
|
|
1815
|
+
}
|
|
1816
|
+
|
|
1817
|
+
class ListChannelsModeratedByAppInstanceUserCommand extends command(_ep0, _mw0, "ListChannelsModeratedByAppInstanceUser", ListChannelsModeratedByAppInstanceUser$) {
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1820
|
+
class ListSubChannelsCommand extends command(_ep0, _mw0, "ListSubChannels", ListSubChannels$) {
|
|
1821
|
+
}
|
|
1822
|
+
|
|
1823
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1824
|
+
}
|
|
1825
|
+
|
|
1826
|
+
class PutChannelExpirationSettingsCommand extends command(_ep0, _mw0, "PutChannelExpirationSettings", PutChannelExpirationSettings$) {
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1829
|
+
class PutChannelMembershipPreferencesCommand extends command(_ep0, _mw0, "PutChannelMembershipPreferences", PutChannelMembershipPreferences$) {
|
|
1830
|
+
}
|
|
1831
|
+
|
|
1832
|
+
class PutMessagingStreamingConfigurationsCommand extends command(_ep0, _mw0, "PutMessagingStreamingConfigurations", PutMessagingStreamingConfigurations$) {
|
|
1833
|
+
}
|
|
1834
|
+
|
|
1835
|
+
class RedactChannelMessageCommand extends command(_ep0, _mw0, "RedactChannelMessage", RedactChannelMessage$) {
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1838
|
+
class SearchChannelsCommand extends command(_ep0, _mw0, "SearchChannels", SearchChannels$) {
|
|
1839
|
+
}
|
|
1840
|
+
|
|
1841
|
+
class SendChannelMessageCommand extends command(_ep0, _mw0, "SendChannelMessage", SendChannelMessage$) {
|
|
1842
|
+
}
|
|
1843
|
+
|
|
1844
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1845
|
+
}
|
|
1846
|
+
|
|
1847
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1848
|
+
}
|
|
1849
|
+
|
|
1850
|
+
class UpdateChannelCommand extends command(_ep0, _mw0, "UpdateChannel", UpdateChannel$) {
|
|
1851
|
+
}
|
|
1852
|
+
|
|
1853
|
+
class UpdateChannelFlowCommand extends command(_ep0, _mw0, "UpdateChannelFlow", UpdateChannelFlow$) {
|
|
1854
|
+
}
|
|
1855
|
+
|
|
1856
|
+
class UpdateChannelMessageCommand extends command(_ep0, _mw0, "UpdateChannelMessage", UpdateChannelMessage$) {
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1859
|
+
class UpdateChannelReadMarkerCommand extends command(_ep0, _mw0, "UpdateChannelReadMarker", UpdateChannelReadMarker$) {
|
|
2313
1860
|
}
|
|
2314
1861
|
|
|
2315
1862
|
const paginateListChannelBans = createPaginator(ChimeSDKMessagingClient, ListChannelBansCommand, "NextToken", "NextToken", "MaxResults");
|