@aws-sdk/client-chime-sdk-messaging 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.
- package/dist-cjs/index.js +159 -613
- 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-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/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/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1078.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1701,616 +1702,161 @@ class ChimeSDKMessagingClient extends Client {
|
|
|
1701
1702
|
}
|
|
1702
1703
|
}
|
|
1703
1704
|
|
|
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
|
-
|
|
1860
|
-
class DeleteChannelModeratorCommand extends Command
|
|
1861
|
-
.classBuilder()
|
|
1862
|
-
.ep(commonParams)
|
|
1863
|
-
.m(function (Command, cs, config, o) {
|
|
1864
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1865
|
-
})
|
|
1866
|
-
.s("ChimeMessagingService", "DeleteChannelModerator", {})
|
|
1867
|
-
.n("ChimeSDKMessagingClient", "DeleteChannelModeratorCommand")
|
|
1868
|
-
.sc(DeleteChannelModerator$)
|
|
1869
|
-
.build() {
|
|
1870
|
-
}
|
|
1871
|
-
|
|
1872
|
-
class DeleteMessagingStreamingConfigurationsCommand extends Command
|
|
1873
|
-
.classBuilder()
|
|
1874
|
-
.ep(commonParams)
|
|
1875
|
-
.m(function (Command, cs, config, o) {
|
|
1876
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1877
|
-
})
|
|
1878
|
-
.s("ChimeMessagingService", "DeleteMessagingStreamingConfigurations", {})
|
|
1879
|
-
.n("ChimeSDKMessagingClient", "DeleteMessagingStreamingConfigurationsCommand")
|
|
1880
|
-
.sc(DeleteMessagingStreamingConfigurations$)
|
|
1881
|
-
.build() {
|
|
1882
|
-
}
|
|
1883
|
-
|
|
1884
|
-
class DescribeChannelBanCommand extends Command
|
|
1885
|
-
.classBuilder()
|
|
1886
|
-
.ep(commonParams)
|
|
1887
|
-
.m(function (Command, cs, config, o) {
|
|
1888
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1889
|
-
})
|
|
1890
|
-
.s("ChimeMessagingService", "DescribeChannelBan", {})
|
|
1891
|
-
.n("ChimeSDKMessagingClient", "DescribeChannelBanCommand")
|
|
1892
|
-
.sc(DescribeChannelBan$)
|
|
1893
|
-
.build() {
|
|
1894
|
-
}
|
|
1895
|
-
|
|
1896
|
-
class DescribeChannelCommand extends Command
|
|
1897
|
-
.classBuilder()
|
|
1898
|
-
.ep(commonParams)
|
|
1899
|
-
.m(function (Command, cs, config, o) {
|
|
1900
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1901
|
-
})
|
|
1902
|
-
.s("ChimeMessagingService", "DescribeChannel", {})
|
|
1903
|
-
.n("ChimeSDKMessagingClient", "DescribeChannelCommand")
|
|
1904
|
-
.sc(DescribeChannel$)
|
|
1905
|
-
.build() {
|
|
1906
|
-
}
|
|
1907
|
-
|
|
1908
|
-
class DescribeChannelFlowCommand extends Command
|
|
1909
|
-
.classBuilder()
|
|
1910
|
-
.ep(commonParams)
|
|
1911
|
-
.m(function (Command, cs, config, o) {
|
|
1912
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1913
|
-
})
|
|
1914
|
-
.s("ChimeMessagingService", "DescribeChannelFlow", {})
|
|
1915
|
-
.n("ChimeSDKMessagingClient", "DescribeChannelFlowCommand")
|
|
1916
|
-
.sc(DescribeChannelFlow$)
|
|
1917
|
-
.build() {
|
|
1918
|
-
}
|
|
1919
|
-
|
|
1920
|
-
class DescribeChannelMembershipCommand extends Command
|
|
1921
|
-
.classBuilder()
|
|
1922
|
-
.ep(commonParams)
|
|
1923
|
-
.m(function (Command, cs, config, o) {
|
|
1924
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1925
|
-
})
|
|
1926
|
-
.s("ChimeMessagingService", "DescribeChannelMembership", {})
|
|
1927
|
-
.n("ChimeSDKMessagingClient", "DescribeChannelMembershipCommand")
|
|
1928
|
-
.sc(DescribeChannelMembership$)
|
|
1929
|
-
.build() {
|
|
1930
|
-
}
|
|
1931
|
-
|
|
1932
|
-
class DescribeChannelMembershipForAppInstanceUserCommand extends Command
|
|
1933
|
-
.classBuilder()
|
|
1934
|
-
.ep(commonParams)
|
|
1935
|
-
.m(function (Command, cs, config, o) {
|
|
1936
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1937
|
-
})
|
|
1938
|
-
.s("ChimeMessagingService", "DescribeChannelMembershipForAppInstanceUser", {})
|
|
1939
|
-
.n("ChimeSDKMessagingClient", "DescribeChannelMembershipForAppInstanceUserCommand")
|
|
1940
|
-
.sc(DescribeChannelMembershipForAppInstanceUser$)
|
|
1941
|
-
.build() {
|
|
1942
|
-
}
|
|
1943
|
-
|
|
1944
|
-
class DescribeChannelModeratedByAppInstanceUserCommand extends Command
|
|
1945
|
-
.classBuilder()
|
|
1946
|
-
.ep(commonParams)
|
|
1947
|
-
.m(function (Command, cs, config, o) {
|
|
1948
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1949
|
-
})
|
|
1950
|
-
.s("ChimeMessagingService", "DescribeChannelModeratedByAppInstanceUser", {})
|
|
1951
|
-
.n("ChimeSDKMessagingClient", "DescribeChannelModeratedByAppInstanceUserCommand")
|
|
1952
|
-
.sc(DescribeChannelModeratedByAppInstanceUser$)
|
|
1953
|
-
.build() {
|
|
1954
|
-
}
|
|
1955
|
-
|
|
1956
|
-
class DescribeChannelModeratorCommand extends Command
|
|
1957
|
-
.classBuilder()
|
|
1958
|
-
.ep(commonParams)
|
|
1959
|
-
.m(function (Command, cs, config, o) {
|
|
1960
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1961
|
-
})
|
|
1962
|
-
.s("ChimeMessagingService", "DescribeChannelModerator", {})
|
|
1963
|
-
.n("ChimeSDKMessagingClient", "DescribeChannelModeratorCommand")
|
|
1964
|
-
.sc(DescribeChannelModerator$)
|
|
1965
|
-
.build() {
|
|
1966
|
-
}
|
|
1967
|
-
|
|
1968
|
-
class DisassociateChannelFlowCommand extends Command
|
|
1969
|
-
.classBuilder()
|
|
1970
|
-
.ep(commonParams)
|
|
1971
|
-
.m(function (Command, cs, config, o) {
|
|
1972
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1973
|
-
})
|
|
1974
|
-
.s("ChimeMessagingService", "DisassociateChannelFlow", {})
|
|
1975
|
-
.n("ChimeSDKMessagingClient", "DisassociateChannelFlowCommand")
|
|
1976
|
-
.sc(DisassociateChannelFlow$)
|
|
1977
|
-
.build() {
|
|
1978
|
-
}
|
|
1979
|
-
|
|
1980
|
-
class GetChannelMembershipPreferencesCommand extends Command
|
|
1981
|
-
.classBuilder()
|
|
1982
|
-
.ep(commonParams)
|
|
1983
|
-
.m(function (Command, cs, config, o) {
|
|
1984
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1985
|
-
})
|
|
1986
|
-
.s("ChimeMessagingService", "GetChannelMembershipPreferences", {})
|
|
1987
|
-
.n("ChimeSDKMessagingClient", "GetChannelMembershipPreferencesCommand")
|
|
1988
|
-
.sc(GetChannelMembershipPreferences$)
|
|
1989
|
-
.build() {
|
|
1990
|
-
}
|
|
1991
|
-
|
|
1992
|
-
class GetChannelMessageCommand extends Command
|
|
1993
|
-
.classBuilder()
|
|
1994
|
-
.ep(commonParams)
|
|
1995
|
-
.m(function (Command, cs, config, o) {
|
|
1996
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1997
|
-
})
|
|
1998
|
-
.s("ChimeMessagingService", "GetChannelMessage", {})
|
|
1999
|
-
.n("ChimeSDKMessagingClient", "GetChannelMessageCommand")
|
|
2000
|
-
.sc(GetChannelMessage$)
|
|
2001
|
-
.build() {
|
|
2002
|
-
}
|
|
2003
|
-
|
|
2004
|
-
class GetChannelMessageStatusCommand extends Command
|
|
2005
|
-
.classBuilder()
|
|
2006
|
-
.ep(commonParams)
|
|
2007
|
-
.m(function (Command, cs, config, o) {
|
|
2008
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2009
|
-
})
|
|
2010
|
-
.s("ChimeMessagingService", "GetChannelMessageStatus", {})
|
|
2011
|
-
.n("ChimeSDKMessagingClient", "GetChannelMessageStatusCommand")
|
|
2012
|
-
.sc(GetChannelMessageStatus$)
|
|
2013
|
-
.build() {
|
|
2014
|
-
}
|
|
2015
|
-
|
|
2016
|
-
class GetMessagingSessionEndpointCommand extends Command
|
|
2017
|
-
.classBuilder()
|
|
2018
|
-
.ep(commonParams)
|
|
2019
|
-
.m(function (Command, cs, config, o) {
|
|
2020
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2021
|
-
})
|
|
2022
|
-
.s("ChimeMessagingService", "GetMessagingSessionEndpoint", {})
|
|
2023
|
-
.n("ChimeSDKMessagingClient", "GetMessagingSessionEndpointCommand")
|
|
2024
|
-
.sc(GetMessagingSessionEndpoint$)
|
|
2025
|
-
.build() {
|
|
2026
|
-
}
|
|
2027
|
-
|
|
2028
|
-
class GetMessagingStreamingConfigurationsCommand extends Command
|
|
2029
|
-
.classBuilder()
|
|
2030
|
-
.ep(commonParams)
|
|
2031
|
-
.m(function (Command, cs, config, o) {
|
|
2032
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2033
|
-
})
|
|
2034
|
-
.s("ChimeMessagingService", "GetMessagingStreamingConfigurations", {})
|
|
2035
|
-
.n("ChimeSDKMessagingClient", "GetMessagingStreamingConfigurationsCommand")
|
|
2036
|
-
.sc(GetMessagingStreamingConfigurations$)
|
|
2037
|
-
.build() {
|
|
2038
|
-
}
|
|
2039
|
-
|
|
2040
|
-
class ListChannelBansCommand extends Command
|
|
2041
|
-
.classBuilder()
|
|
2042
|
-
.ep(commonParams)
|
|
2043
|
-
.m(function (Command, cs, config, o) {
|
|
2044
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2045
|
-
})
|
|
2046
|
-
.s("ChimeMessagingService", "ListChannelBans", {})
|
|
2047
|
-
.n("ChimeSDKMessagingClient", "ListChannelBansCommand")
|
|
2048
|
-
.sc(ListChannelBans$)
|
|
2049
|
-
.build() {
|
|
2050
|
-
}
|
|
2051
|
-
|
|
2052
|
-
class ListChannelFlowsCommand extends Command
|
|
2053
|
-
.classBuilder()
|
|
2054
|
-
.ep(commonParams)
|
|
2055
|
-
.m(function (Command, cs, config, o) {
|
|
2056
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2057
|
-
})
|
|
2058
|
-
.s("ChimeMessagingService", "ListChannelFlows", {})
|
|
2059
|
-
.n("ChimeSDKMessagingClient", "ListChannelFlowsCommand")
|
|
2060
|
-
.sc(ListChannelFlows$)
|
|
2061
|
-
.build() {
|
|
2062
|
-
}
|
|
2063
|
-
|
|
2064
|
-
class ListChannelMembershipsCommand extends Command
|
|
2065
|
-
.classBuilder()
|
|
2066
|
-
.ep(commonParams)
|
|
2067
|
-
.m(function (Command, cs, config, o) {
|
|
2068
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2069
|
-
})
|
|
2070
|
-
.s("ChimeMessagingService", "ListChannelMemberships", {})
|
|
2071
|
-
.n("ChimeSDKMessagingClient", "ListChannelMembershipsCommand")
|
|
2072
|
-
.sc(ListChannelMemberships$)
|
|
2073
|
-
.build() {
|
|
2074
|
-
}
|
|
2075
|
-
|
|
2076
|
-
class ListChannelMembershipsForAppInstanceUserCommand extends Command
|
|
2077
|
-
.classBuilder()
|
|
2078
|
-
.ep(commonParams)
|
|
2079
|
-
.m(function (Command, cs, config, o) {
|
|
2080
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2081
|
-
})
|
|
2082
|
-
.s("ChimeMessagingService", "ListChannelMembershipsForAppInstanceUser", {})
|
|
2083
|
-
.n("ChimeSDKMessagingClient", "ListChannelMembershipsForAppInstanceUserCommand")
|
|
2084
|
-
.sc(ListChannelMembershipsForAppInstanceUser$)
|
|
2085
|
-
.build() {
|
|
2086
|
-
}
|
|
2087
|
-
|
|
2088
|
-
class ListChannelMessagesCommand extends Command
|
|
2089
|
-
.classBuilder()
|
|
2090
|
-
.ep(commonParams)
|
|
2091
|
-
.m(function (Command, cs, config, o) {
|
|
2092
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2093
|
-
})
|
|
2094
|
-
.s("ChimeMessagingService", "ListChannelMessages", {})
|
|
2095
|
-
.n("ChimeSDKMessagingClient", "ListChannelMessagesCommand")
|
|
2096
|
-
.sc(ListChannelMessages$)
|
|
2097
|
-
.build() {
|
|
2098
|
-
}
|
|
2099
|
-
|
|
2100
|
-
class ListChannelModeratorsCommand extends Command
|
|
2101
|
-
.classBuilder()
|
|
2102
|
-
.ep(commonParams)
|
|
2103
|
-
.m(function (Command, cs, config, o) {
|
|
2104
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2105
|
-
})
|
|
2106
|
-
.s("ChimeMessagingService", "ListChannelModerators", {})
|
|
2107
|
-
.n("ChimeSDKMessagingClient", "ListChannelModeratorsCommand")
|
|
2108
|
-
.sc(ListChannelModerators$)
|
|
2109
|
-
.build() {
|
|
2110
|
-
}
|
|
2111
|
-
|
|
2112
|
-
class ListChannelsAssociatedWithChannelFlowCommand extends Command
|
|
2113
|
-
.classBuilder()
|
|
2114
|
-
.ep(commonParams)
|
|
2115
|
-
.m(function (Command, cs, config, o) {
|
|
2116
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2117
|
-
})
|
|
2118
|
-
.s("ChimeMessagingService", "ListChannelsAssociatedWithChannelFlow", {})
|
|
2119
|
-
.n("ChimeSDKMessagingClient", "ListChannelsAssociatedWithChannelFlowCommand")
|
|
2120
|
-
.sc(ListChannelsAssociatedWithChannelFlow$)
|
|
2121
|
-
.build() {
|
|
2122
|
-
}
|
|
2123
|
-
|
|
2124
|
-
class ListChannelsCommand extends Command
|
|
2125
|
-
.classBuilder()
|
|
2126
|
-
.ep(commonParams)
|
|
2127
|
-
.m(function (Command, cs, config, o) {
|
|
2128
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2129
|
-
})
|
|
2130
|
-
.s("ChimeMessagingService", "ListChannels", {})
|
|
2131
|
-
.n("ChimeSDKMessagingClient", "ListChannelsCommand")
|
|
2132
|
-
.sc(ListChannels$)
|
|
2133
|
-
.build() {
|
|
2134
|
-
}
|
|
2135
|
-
|
|
2136
|
-
class ListChannelsModeratedByAppInstanceUserCommand extends Command
|
|
2137
|
-
.classBuilder()
|
|
2138
|
-
.ep(commonParams)
|
|
2139
|
-
.m(function (Command, cs, config, o) {
|
|
2140
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2141
|
-
})
|
|
2142
|
-
.s("ChimeMessagingService", "ListChannelsModeratedByAppInstanceUser", {})
|
|
2143
|
-
.n("ChimeSDKMessagingClient", "ListChannelsModeratedByAppInstanceUserCommand")
|
|
2144
|
-
.sc(ListChannelsModeratedByAppInstanceUser$)
|
|
2145
|
-
.build() {
|
|
2146
|
-
}
|
|
2147
|
-
|
|
2148
|
-
class ListSubChannelsCommand extends Command
|
|
2149
|
-
.classBuilder()
|
|
2150
|
-
.ep(commonParams)
|
|
2151
|
-
.m(function (Command, cs, config, o) {
|
|
2152
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2153
|
-
})
|
|
2154
|
-
.s("ChimeMessagingService", "ListSubChannels", {})
|
|
2155
|
-
.n("ChimeSDKMessagingClient", "ListSubChannelsCommand")
|
|
2156
|
-
.sc(ListSubChannels$)
|
|
2157
|
-
.build() {
|
|
2158
|
-
}
|
|
2159
|
-
|
|
2160
|
-
class ListTagsForResourceCommand extends Command
|
|
2161
|
-
.classBuilder()
|
|
2162
|
-
.ep(commonParams)
|
|
2163
|
-
.m(function (Command, cs, config, o) {
|
|
2164
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2165
|
-
})
|
|
2166
|
-
.s("ChimeMessagingService", "ListTagsForResource", {})
|
|
2167
|
-
.n("ChimeSDKMessagingClient", "ListTagsForResourceCommand")
|
|
2168
|
-
.sc(ListTagsForResource$)
|
|
2169
|
-
.build() {
|
|
2170
|
-
}
|
|
2171
|
-
|
|
2172
|
-
class PutChannelExpirationSettingsCommand extends Command
|
|
2173
|
-
.classBuilder()
|
|
2174
|
-
.ep(commonParams)
|
|
2175
|
-
.m(function (Command, cs, config, o) {
|
|
2176
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2177
|
-
})
|
|
2178
|
-
.s("ChimeMessagingService", "PutChannelExpirationSettings", {})
|
|
2179
|
-
.n("ChimeSDKMessagingClient", "PutChannelExpirationSettingsCommand")
|
|
2180
|
-
.sc(PutChannelExpirationSettings$)
|
|
2181
|
-
.build() {
|
|
2182
|
-
}
|
|
2183
|
-
|
|
2184
|
-
class PutChannelMembershipPreferencesCommand extends Command
|
|
2185
|
-
.classBuilder()
|
|
2186
|
-
.ep(commonParams)
|
|
2187
|
-
.m(function (Command, cs, config, o) {
|
|
2188
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2189
|
-
})
|
|
2190
|
-
.s("ChimeMessagingService", "PutChannelMembershipPreferences", {})
|
|
2191
|
-
.n("ChimeSDKMessagingClient", "PutChannelMembershipPreferencesCommand")
|
|
2192
|
-
.sc(PutChannelMembershipPreferences$)
|
|
2193
|
-
.build() {
|
|
2194
|
-
}
|
|
2195
|
-
|
|
2196
|
-
class PutMessagingStreamingConfigurationsCommand extends Command
|
|
2197
|
-
.classBuilder()
|
|
2198
|
-
.ep(commonParams)
|
|
2199
|
-
.m(function (Command, cs, config, o) {
|
|
2200
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2201
|
-
})
|
|
2202
|
-
.s("ChimeMessagingService", "PutMessagingStreamingConfigurations", {})
|
|
2203
|
-
.n("ChimeSDKMessagingClient", "PutMessagingStreamingConfigurationsCommand")
|
|
2204
|
-
.sc(PutMessagingStreamingConfigurations$)
|
|
2205
|
-
.build() {
|
|
2206
|
-
}
|
|
2207
|
-
|
|
2208
|
-
class RedactChannelMessageCommand extends Command
|
|
2209
|
-
.classBuilder()
|
|
2210
|
-
.ep(commonParams)
|
|
2211
|
-
.m(function (Command, cs, config, o) {
|
|
2212
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2213
|
-
})
|
|
2214
|
-
.s("ChimeMessagingService", "RedactChannelMessage", {})
|
|
2215
|
-
.n("ChimeSDKMessagingClient", "RedactChannelMessageCommand")
|
|
2216
|
-
.sc(RedactChannelMessage$)
|
|
2217
|
-
.build() {
|
|
2218
|
-
}
|
|
2219
|
-
|
|
2220
|
-
class SearchChannelsCommand extends Command
|
|
2221
|
-
.classBuilder()
|
|
2222
|
-
.ep(commonParams)
|
|
2223
|
-
.m(function (Command, cs, config, o) {
|
|
2224
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2225
|
-
})
|
|
2226
|
-
.s("ChimeMessagingService", "SearchChannels", {})
|
|
2227
|
-
.n("ChimeSDKMessagingClient", "SearchChannelsCommand")
|
|
2228
|
-
.sc(SearchChannels$)
|
|
2229
|
-
.build() {
|
|
2230
|
-
}
|
|
2231
|
-
|
|
2232
|
-
class SendChannelMessageCommand extends Command
|
|
2233
|
-
.classBuilder()
|
|
2234
|
-
.ep(commonParams)
|
|
2235
|
-
.m(function (Command, cs, config, o) {
|
|
2236
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2237
|
-
})
|
|
2238
|
-
.s("ChimeMessagingService", "SendChannelMessage", {})
|
|
2239
|
-
.n("ChimeSDKMessagingClient", "SendChannelMessageCommand")
|
|
2240
|
-
.sc(SendChannelMessage$)
|
|
2241
|
-
.build() {
|
|
2242
|
-
}
|
|
2243
|
-
|
|
2244
|
-
class TagResourceCommand extends Command
|
|
2245
|
-
.classBuilder()
|
|
2246
|
-
.ep(commonParams)
|
|
2247
|
-
.m(function (Command, cs, config, o) {
|
|
2248
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2249
|
-
})
|
|
2250
|
-
.s("ChimeMessagingService", "TagResource", {})
|
|
2251
|
-
.n("ChimeSDKMessagingClient", "TagResourceCommand")
|
|
2252
|
-
.sc(TagResource$)
|
|
2253
|
-
.build() {
|
|
2254
|
-
}
|
|
2255
|
-
|
|
2256
|
-
class UntagResourceCommand extends Command
|
|
2257
|
-
.classBuilder()
|
|
2258
|
-
.ep(commonParams)
|
|
2259
|
-
.m(function (Command, cs, config, o) {
|
|
2260
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2261
|
-
})
|
|
2262
|
-
.s("ChimeMessagingService", "UntagResource", {})
|
|
2263
|
-
.n("ChimeSDKMessagingClient", "UntagResourceCommand")
|
|
2264
|
-
.sc(UntagResource$)
|
|
2265
|
-
.build() {
|
|
2266
|
-
}
|
|
2267
|
-
|
|
2268
|
-
class UpdateChannelCommand extends Command
|
|
2269
|
-
.classBuilder()
|
|
2270
|
-
.ep(commonParams)
|
|
2271
|
-
.m(function (Command, cs, config, o) {
|
|
2272
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2273
|
-
})
|
|
2274
|
-
.s("ChimeMessagingService", "UpdateChannel", {})
|
|
2275
|
-
.n("ChimeSDKMessagingClient", "UpdateChannelCommand")
|
|
2276
|
-
.sc(UpdateChannel$)
|
|
2277
|
-
.build() {
|
|
2278
|
-
}
|
|
2279
|
-
|
|
2280
|
-
class UpdateChannelFlowCommand extends Command
|
|
2281
|
-
.classBuilder()
|
|
2282
|
-
.ep(commonParams)
|
|
2283
|
-
.m(function (Command, cs, config, o) {
|
|
2284
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2285
|
-
})
|
|
2286
|
-
.s("ChimeMessagingService", "UpdateChannelFlow", {})
|
|
2287
|
-
.n("ChimeSDKMessagingClient", "UpdateChannelFlowCommand")
|
|
2288
|
-
.sc(UpdateChannelFlow$)
|
|
2289
|
-
.build() {
|
|
2290
|
-
}
|
|
2291
|
-
|
|
2292
|
-
class UpdateChannelMessageCommand extends Command
|
|
2293
|
-
.classBuilder()
|
|
2294
|
-
.ep(commonParams)
|
|
2295
|
-
.m(function (Command, cs, config, o) {
|
|
2296
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2297
|
-
})
|
|
2298
|
-
.s("ChimeMessagingService", "UpdateChannelMessage", {})
|
|
2299
|
-
.n("ChimeSDKMessagingClient", "UpdateChannelMessageCommand")
|
|
2300
|
-
.sc(UpdateChannelMessage$)
|
|
2301
|
-
.build() {
|
|
2302
|
-
}
|
|
2303
|
-
|
|
2304
|
-
class UpdateChannelReadMarkerCommand extends Command
|
|
2305
|
-
.classBuilder()
|
|
2306
|
-
.ep(commonParams)
|
|
2307
|
-
.m(function (Command, cs, config, o) {
|
|
2308
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2309
|
-
})
|
|
2310
|
-
.s("ChimeMessagingService", "UpdateChannelReadMarker", {})
|
|
2311
|
-
.n("ChimeSDKMessagingClient", "UpdateChannelReadMarkerCommand")
|
|
2312
|
-
.sc(UpdateChannelReadMarker$)
|
|
2313
|
-
.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$) {
|
|
2314
1860
|
}
|
|
2315
1861
|
|
|
2316
1862
|
const paginateListChannelBans = createPaginator(ChimeSDKMessagingClient, ListChannelBansCommand, "NextToken", "NextToken", "MaxResults");
|