@aws-sdk/client-chime-sdk-messaging 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/ChimeSDKMessaging.d.ts +833 -240
  3. package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +387 -120
  4. package/dist-types/ts3.4/commands/AssociateChannelFlowCommand.d.ts +34 -17
  5. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +36 -17
  7. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +30 -17
  13. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +30 -17
  14. package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +31 -17
  15. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +35 -17
  26. package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  41. package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  46. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  47. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +35 -17
  48. package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +36 -17
  49. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/index.d.ts +47 -47
  52. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  53. package/dist-types/ts3.4/index.d.ts +6 -6
  54. package/dist-types/ts3.4/models/ChimeSDKMessagingServiceException.d.ts +7 -6
  55. package/dist-types/ts3.4/models/index.d.ts +1 -1
  56. package/dist-types/ts3.4/models/models_0.d.ts +1092 -1404
  57. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  58. package/dist-types/ts3.4/pagination/ListChannelBansPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListChannelFlowsPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListChannelMembershipsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/ListChannelMessagesPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/ListChannelModeratorsPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/ListChannelsAssociatedWithChannelFlowPaginator.d.ts +11 -4
  65. package/dist-types/ts3.4/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +11 -4
  66. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
  67. package/dist-types/ts3.4/pagination/ListSubChannelsPaginator.d.ts +11 -4
  68. package/dist-types/ts3.4/pagination/SearchChannelsPaginator.d.ts +11 -4
  69. package/dist-types/ts3.4/pagination/index.d.ts +12 -12
  70. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +569 -143
  71. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
  72. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  73. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  74. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  75. package/package.json +34 -34
@@ -1,240 +1,833 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { ChimeSDKMessagingClient } from "./ChimeSDKMessagingClient";
3
- import { AssociateChannelFlowCommandInput, AssociateChannelFlowCommandOutput } from "./commands/AssociateChannelFlowCommand";
4
- import { BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput } from "./commands/BatchCreateChannelMembershipCommand";
5
- import { ChannelFlowCallbackCommandInput, ChannelFlowCallbackCommandOutput } from "./commands/ChannelFlowCallbackCommand";
6
- import { CreateChannelBanCommandInput, CreateChannelBanCommandOutput } from "./commands/CreateChannelBanCommand";
7
- import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
8
- import { CreateChannelFlowCommandInput, CreateChannelFlowCommandOutput } from "./commands/CreateChannelFlowCommand";
9
- import { CreateChannelMembershipCommandInput, CreateChannelMembershipCommandOutput } from "./commands/CreateChannelMembershipCommand";
10
- import { CreateChannelModeratorCommandInput, CreateChannelModeratorCommandOutput } from "./commands/CreateChannelModeratorCommand";
11
- import { DeleteChannelBanCommandInput, DeleteChannelBanCommandOutput } from "./commands/DeleteChannelBanCommand";
12
- import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
13
- import { DeleteChannelFlowCommandInput, DeleteChannelFlowCommandOutput } from "./commands/DeleteChannelFlowCommand";
14
- import { DeleteChannelMembershipCommandInput, DeleteChannelMembershipCommandOutput } from "./commands/DeleteChannelMembershipCommand";
15
- import { DeleteChannelMessageCommandInput, DeleteChannelMessageCommandOutput } from "./commands/DeleteChannelMessageCommand";
16
- import { DeleteChannelModeratorCommandInput, DeleteChannelModeratorCommandOutput } from "./commands/DeleteChannelModeratorCommand";
17
- import { DescribeChannelBanCommandInput, DescribeChannelBanCommandOutput } from "./commands/DescribeChannelBanCommand";
18
- import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
19
- import { DescribeChannelFlowCommandInput, DescribeChannelFlowCommandOutput } from "./commands/DescribeChannelFlowCommand";
20
- import { DescribeChannelMembershipCommandInput, DescribeChannelMembershipCommandOutput } from "./commands/DescribeChannelMembershipCommand";
21
- import { DescribeChannelMembershipForAppInstanceUserCommandInput, DescribeChannelMembershipForAppInstanceUserCommandOutput } from "./commands/DescribeChannelMembershipForAppInstanceUserCommand";
22
- import { DescribeChannelModeratedByAppInstanceUserCommandInput, DescribeChannelModeratedByAppInstanceUserCommandOutput } from "./commands/DescribeChannelModeratedByAppInstanceUserCommand";
23
- import { DescribeChannelModeratorCommandInput, DescribeChannelModeratorCommandOutput } from "./commands/DescribeChannelModeratorCommand";
24
- import { DisassociateChannelFlowCommandInput, DisassociateChannelFlowCommandOutput } from "./commands/DisassociateChannelFlowCommand";
25
- import { GetChannelMembershipPreferencesCommandInput, GetChannelMembershipPreferencesCommandOutput } from "./commands/GetChannelMembershipPreferencesCommand";
26
- import { GetChannelMessageCommandInput, GetChannelMessageCommandOutput } from "./commands/GetChannelMessageCommand";
27
- import { GetChannelMessageStatusCommandInput, GetChannelMessageStatusCommandOutput } from "./commands/GetChannelMessageStatusCommand";
28
- import { GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput } from "./commands/GetMessagingSessionEndpointCommand";
29
- import { ListChannelBansCommandInput, ListChannelBansCommandOutput } from "./commands/ListChannelBansCommand";
30
- import { ListChannelFlowsCommandInput, ListChannelFlowsCommandOutput } from "./commands/ListChannelFlowsCommand";
31
- import { ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput } from "./commands/ListChannelMembershipsCommand";
32
- import { ListChannelMembershipsForAppInstanceUserCommandInput, ListChannelMembershipsForAppInstanceUserCommandOutput } from "./commands/ListChannelMembershipsForAppInstanceUserCommand";
33
- import { ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput } from "./commands/ListChannelMessagesCommand";
34
- import { ListChannelModeratorsCommandInput, ListChannelModeratorsCommandOutput } from "./commands/ListChannelModeratorsCommand";
35
- import { ListChannelsAssociatedWithChannelFlowCommandInput, ListChannelsAssociatedWithChannelFlowCommandOutput } from "./commands/ListChannelsAssociatedWithChannelFlowCommand";
36
- import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
37
- import { ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModeratedByAppInstanceUserCommandOutput } from "./commands/ListChannelsModeratedByAppInstanceUserCommand";
38
- import { ListSubChannelsCommandInput, ListSubChannelsCommandOutput } from "./commands/ListSubChannelsCommand";
39
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
40
- import { PutChannelMembershipPreferencesCommandInput, PutChannelMembershipPreferencesCommandOutput } from "./commands/PutChannelMembershipPreferencesCommand";
41
- import { RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput } from "./commands/RedactChannelMessageCommand";
42
- import { SearchChannelsCommandInput, SearchChannelsCommandOutput } from "./commands/SearchChannelsCommand";
43
- import { SendChannelMessageCommandInput, SendChannelMessageCommandOutput } from "./commands/SendChannelMessageCommand";
44
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
45
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
46
- import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
47
- import { UpdateChannelFlowCommandInput, UpdateChannelFlowCommandOutput } from "./commands/UpdateChannelFlowCommand";
48
- import { UpdateChannelMessageCommandInput, UpdateChannelMessageCommandOutput } from "./commands/UpdateChannelMessageCommand";
49
- import { UpdateChannelReadMarkerCommandInput, UpdateChannelReadMarkerCommandOutput } from "./commands/UpdateChannelReadMarkerCommand";
50
-
51
- export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
52
-
53
- associateChannelFlow(args: AssociateChannelFlowCommandInput, options?: __HttpHandlerOptions): Promise<AssociateChannelFlowCommandOutput>;
54
- associateChannelFlow(args: AssociateChannelFlowCommandInput, cb: (err: any, data?: AssociateChannelFlowCommandOutput) => void): void;
55
- associateChannelFlow(args: AssociateChannelFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateChannelFlowCommandOutput) => void): void;
56
-
57
- batchCreateChannelMembership(args: BatchCreateChannelMembershipCommandInput, options?: __HttpHandlerOptions): Promise<BatchCreateChannelMembershipCommandOutput>;
58
- batchCreateChannelMembership(args: BatchCreateChannelMembershipCommandInput, cb: (err: any, data?: BatchCreateChannelMembershipCommandOutput) => void): void;
59
- batchCreateChannelMembership(args: BatchCreateChannelMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchCreateChannelMembershipCommandOutput) => void): void;
60
-
61
- channelFlowCallback(args: ChannelFlowCallbackCommandInput, options?: __HttpHandlerOptions): Promise<ChannelFlowCallbackCommandOutput>;
62
- channelFlowCallback(args: ChannelFlowCallbackCommandInput, cb: (err: any, data?: ChannelFlowCallbackCommandOutput) => void): void;
63
- channelFlowCallback(args: ChannelFlowCallbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ChannelFlowCallbackCommandOutput) => void): void;
64
-
65
- createChannel(args: CreateChannelCommandInput, options?: __HttpHandlerOptions): Promise<CreateChannelCommandOutput>;
66
- createChannel(args: CreateChannelCommandInput, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
67
- createChannel(args: CreateChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
68
-
69
- createChannelBan(args: CreateChannelBanCommandInput, options?: __HttpHandlerOptions): Promise<CreateChannelBanCommandOutput>;
70
- createChannelBan(args: CreateChannelBanCommandInput, cb: (err: any, data?: CreateChannelBanCommandOutput) => void): void;
71
- createChannelBan(args: CreateChannelBanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelBanCommandOutput) => void): void;
72
-
73
- createChannelFlow(args: CreateChannelFlowCommandInput, options?: __HttpHandlerOptions): Promise<CreateChannelFlowCommandOutput>;
74
- createChannelFlow(args: CreateChannelFlowCommandInput, cb: (err: any, data?: CreateChannelFlowCommandOutput) => void): void;
75
- createChannelFlow(args: CreateChannelFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelFlowCommandOutput) => void): void;
76
-
77
- createChannelMembership(args: CreateChannelMembershipCommandInput, options?: __HttpHandlerOptions): Promise<CreateChannelMembershipCommandOutput>;
78
- createChannelMembership(args: CreateChannelMembershipCommandInput, cb: (err: any, data?: CreateChannelMembershipCommandOutput) => void): void;
79
- createChannelMembership(args: CreateChannelMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelMembershipCommandOutput) => void): void;
80
-
81
- createChannelModerator(args: CreateChannelModeratorCommandInput, options?: __HttpHandlerOptions): Promise<CreateChannelModeratorCommandOutput>;
82
- createChannelModerator(args: CreateChannelModeratorCommandInput, cb: (err: any, data?: CreateChannelModeratorCommandOutput) => void): void;
83
- createChannelModerator(args: CreateChannelModeratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelModeratorCommandOutput) => void): void;
84
-
85
- deleteChannel(args: DeleteChannelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelCommandOutput>;
86
- deleteChannel(args: DeleteChannelCommandInput, cb: (err: any, data?: DeleteChannelCommandOutput) => void): void;
87
- deleteChannel(args: DeleteChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelCommandOutput) => void): void;
88
-
89
- deleteChannelBan(args: DeleteChannelBanCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelBanCommandOutput>;
90
- deleteChannelBan(args: DeleteChannelBanCommandInput, cb: (err: any, data?: DeleteChannelBanCommandOutput) => void): void;
91
- deleteChannelBan(args: DeleteChannelBanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelBanCommandOutput) => void): void;
92
-
93
- deleteChannelFlow(args: DeleteChannelFlowCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelFlowCommandOutput>;
94
- deleteChannelFlow(args: DeleteChannelFlowCommandInput, cb: (err: any, data?: DeleteChannelFlowCommandOutput) => void): void;
95
- deleteChannelFlow(args: DeleteChannelFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelFlowCommandOutput) => void): void;
96
-
97
- deleteChannelMembership(args: DeleteChannelMembershipCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelMembershipCommandOutput>;
98
- deleteChannelMembership(args: DeleteChannelMembershipCommandInput, cb: (err: any, data?: DeleteChannelMembershipCommandOutput) => void): void;
99
- deleteChannelMembership(args: DeleteChannelMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelMembershipCommandOutput) => void): void;
100
-
101
- deleteChannelMessage(args: DeleteChannelMessageCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelMessageCommandOutput>;
102
- deleteChannelMessage(args: DeleteChannelMessageCommandInput, cb: (err: any, data?: DeleteChannelMessageCommandOutput) => void): void;
103
- deleteChannelMessage(args: DeleteChannelMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelMessageCommandOutput) => void): void;
104
-
105
- deleteChannelModerator(args: DeleteChannelModeratorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelModeratorCommandOutput>;
106
- deleteChannelModerator(args: DeleteChannelModeratorCommandInput, cb: (err: any, data?: DeleteChannelModeratorCommandOutput) => void): void;
107
- deleteChannelModerator(args: DeleteChannelModeratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelModeratorCommandOutput) => void): void;
108
-
109
- describeChannel(args: DescribeChannelCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChannelCommandOutput>;
110
- describeChannel(args: DescribeChannelCommandInput, cb: (err: any, data?: DescribeChannelCommandOutput) => void): void;
111
- describeChannel(args: DescribeChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelCommandOutput) => void): void;
112
-
113
- describeChannelBan(args: DescribeChannelBanCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChannelBanCommandOutput>;
114
- describeChannelBan(args: DescribeChannelBanCommandInput, cb: (err: any, data?: DescribeChannelBanCommandOutput) => void): void;
115
- describeChannelBan(args: DescribeChannelBanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelBanCommandOutput) => void): void;
116
-
117
- describeChannelFlow(args: DescribeChannelFlowCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChannelFlowCommandOutput>;
118
- describeChannelFlow(args: DescribeChannelFlowCommandInput, cb: (err: any, data?: DescribeChannelFlowCommandOutput) => void): void;
119
- describeChannelFlow(args: DescribeChannelFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelFlowCommandOutput) => void): void;
120
-
121
- describeChannelMembership(args: DescribeChannelMembershipCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChannelMembershipCommandOutput>;
122
- describeChannelMembership(args: DescribeChannelMembershipCommandInput, cb: (err: any, data?: DescribeChannelMembershipCommandOutput) => void): void;
123
- describeChannelMembership(args: DescribeChannelMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelMembershipCommandOutput) => void): void;
124
-
125
- describeChannelMembershipForAppInstanceUser(args: DescribeChannelMembershipForAppInstanceUserCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChannelMembershipForAppInstanceUserCommandOutput>;
126
- describeChannelMembershipForAppInstanceUser(args: DescribeChannelMembershipForAppInstanceUserCommandInput, cb: (err: any, data?: DescribeChannelMembershipForAppInstanceUserCommandOutput) => void): void;
127
- describeChannelMembershipForAppInstanceUser(args: DescribeChannelMembershipForAppInstanceUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelMembershipForAppInstanceUserCommandOutput) => void): void;
128
-
129
- describeChannelModeratedByAppInstanceUser(args: DescribeChannelModeratedByAppInstanceUserCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChannelModeratedByAppInstanceUserCommandOutput>;
130
- describeChannelModeratedByAppInstanceUser(args: DescribeChannelModeratedByAppInstanceUserCommandInput, cb: (err: any, data?: DescribeChannelModeratedByAppInstanceUserCommandOutput) => void): void;
131
- describeChannelModeratedByAppInstanceUser(args: DescribeChannelModeratedByAppInstanceUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelModeratedByAppInstanceUserCommandOutput) => void): void;
132
-
133
- describeChannelModerator(args: DescribeChannelModeratorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChannelModeratorCommandOutput>;
134
- describeChannelModerator(args: DescribeChannelModeratorCommandInput, cb: (err: any, data?: DescribeChannelModeratorCommandOutput) => void): void;
135
- describeChannelModerator(args: DescribeChannelModeratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelModeratorCommandOutput) => void): void;
136
-
137
- disassociateChannelFlow(args: DisassociateChannelFlowCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateChannelFlowCommandOutput>;
138
- disassociateChannelFlow(args: DisassociateChannelFlowCommandInput, cb: (err: any, data?: DisassociateChannelFlowCommandOutput) => void): void;
139
- disassociateChannelFlow(args: DisassociateChannelFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateChannelFlowCommandOutput) => void): void;
140
-
141
- getChannelMembershipPreferences(args: GetChannelMembershipPreferencesCommandInput, options?: __HttpHandlerOptions): Promise<GetChannelMembershipPreferencesCommandOutput>;
142
- getChannelMembershipPreferences(args: GetChannelMembershipPreferencesCommandInput, cb: (err: any, data?: GetChannelMembershipPreferencesCommandOutput) => void): void;
143
- getChannelMembershipPreferences(args: GetChannelMembershipPreferencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetChannelMembershipPreferencesCommandOutput) => void): void;
144
-
145
- getChannelMessage(args: GetChannelMessageCommandInput, options?: __HttpHandlerOptions): Promise<GetChannelMessageCommandOutput>;
146
- getChannelMessage(args: GetChannelMessageCommandInput, cb: (err: any, data?: GetChannelMessageCommandOutput) => void): void;
147
- getChannelMessage(args: GetChannelMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetChannelMessageCommandOutput) => void): void;
148
-
149
- getChannelMessageStatus(args: GetChannelMessageStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetChannelMessageStatusCommandOutput>;
150
- getChannelMessageStatus(args: GetChannelMessageStatusCommandInput, cb: (err: any, data?: GetChannelMessageStatusCommandOutput) => void): void;
151
- getChannelMessageStatus(args: GetChannelMessageStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetChannelMessageStatusCommandOutput) => void): void;
152
-
153
- getMessagingSessionEndpoint(args: GetMessagingSessionEndpointCommandInput, options?: __HttpHandlerOptions): Promise<GetMessagingSessionEndpointCommandOutput>;
154
- getMessagingSessionEndpoint(args: GetMessagingSessionEndpointCommandInput, cb: (err: any, data?: GetMessagingSessionEndpointCommandOutput) => void): void;
155
- getMessagingSessionEndpoint(args: GetMessagingSessionEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMessagingSessionEndpointCommandOutput) => void): void;
156
-
157
- listChannelBans(args: ListChannelBansCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelBansCommandOutput>;
158
- listChannelBans(args: ListChannelBansCommandInput, cb: (err: any, data?: ListChannelBansCommandOutput) => void): void;
159
- listChannelBans(args: ListChannelBansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelBansCommandOutput) => void): void;
160
-
161
- listChannelFlows(args: ListChannelFlowsCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelFlowsCommandOutput>;
162
- listChannelFlows(args: ListChannelFlowsCommandInput, cb: (err: any, data?: ListChannelFlowsCommandOutput) => void): void;
163
- listChannelFlows(args: ListChannelFlowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelFlowsCommandOutput) => void): void;
164
-
165
- listChannelMemberships(args: ListChannelMembershipsCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelMembershipsCommandOutput>;
166
- listChannelMemberships(args: ListChannelMembershipsCommandInput, cb: (err: any, data?: ListChannelMembershipsCommandOutput) => void): void;
167
- listChannelMemberships(args: ListChannelMembershipsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelMembershipsCommandOutput) => void): void;
168
-
169
- listChannelMembershipsForAppInstanceUser(args: ListChannelMembershipsForAppInstanceUserCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelMembershipsForAppInstanceUserCommandOutput>;
170
- listChannelMembershipsForAppInstanceUser(args: ListChannelMembershipsForAppInstanceUserCommandInput, cb: (err: any, data?: ListChannelMembershipsForAppInstanceUserCommandOutput) => void): void;
171
- listChannelMembershipsForAppInstanceUser(args: ListChannelMembershipsForAppInstanceUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelMembershipsForAppInstanceUserCommandOutput) => void): void;
172
-
173
- listChannelMessages(args: ListChannelMessagesCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelMessagesCommandOutput>;
174
- listChannelMessages(args: ListChannelMessagesCommandInput, cb: (err: any, data?: ListChannelMessagesCommandOutput) => void): void;
175
- listChannelMessages(args: ListChannelMessagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelMessagesCommandOutput) => void): void;
176
-
177
- listChannelModerators(args: ListChannelModeratorsCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelModeratorsCommandOutput>;
178
- listChannelModerators(args: ListChannelModeratorsCommandInput, cb: (err: any, data?: ListChannelModeratorsCommandOutput) => void): void;
179
- listChannelModerators(args: ListChannelModeratorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelModeratorsCommandOutput) => void): void;
180
-
181
- listChannels(args: ListChannelsCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelsCommandOutput>;
182
- listChannels(args: ListChannelsCommandInput, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
183
- listChannels(args: ListChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
184
-
185
- listChannelsAssociatedWithChannelFlow(args: ListChannelsAssociatedWithChannelFlowCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelsAssociatedWithChannelFlowCommandOutput>;
186
- listChannelsAssociatedWithChannelFlow(args: ListChannelsAssociatedWithChannelFlowCommandInput, cb: (err: any, data?: ListChannelsAssociatedWithChannelFlowCommandOutput) => void): void;
187
- listChannelsAssociatedWithChannelFlow(args: ListChannelsAssociatedWithChannelFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelsAssociatedWithChannelFlowCommandOutput) => void): void;
188
-
189
- listChannelsModeratedByAppInstanceUser(args: ListChannelsModeratedByAppInstanceUserCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelsModeratedByAppInstanceUserCommandOutput>;
190
- listChannelsModeratedByAppInstanceUser(args: ListChannelsModeratedByAppInstanceUserCommandInput, cb: (err: any, data?: ListChannelsModeratedByAppInstanceUserCommandOutput) => void): void;
191
- listChannelsModeratedByAppInstanceUser(args: ListChannelsModeratedByAppInstanceUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelsModeratedByAppInstanceUserCommandOutput) => void): void;
192
-
193
- listSubChannels(args: ListSubChannelsCommandInput, options?: __HttpHandlerOptions): Promise<ListSubChannelsCommandOutput>;
194
- listSubChannels(args: ListSubChannelsCommandInput, cb: (err: any, data?: ListSubChannelsCommandOutput) => void): void;
195
- listSubChannels(args: ListSubChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSubChannelsCommandOutput) => void): void;
196
-
197
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
198
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
199
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
200
-
201
- putChannelMembershipPreferences(args: PutChannelMembershipPreferencesCommandInput, options?: __HttpHandlerOptions): Promise<PutChannelMembershipPreferencesCommandOutput>;
202
- putChannelMembershipPreferences(args: PutChannelMembershipPreferencesCommandInput, cb: (err: any, data?: PutChannelMembershipPreferencesCommandOutput) => void): void;
203
- putChannelMembershipPreferences(args: PutChannelMembershipPreferencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutChannelMembershipPreferencesCommandOutput) => void): void;
204
-
205
- redactChannelMessage(args: RedactChannelMessageCommandInput, options?: __HttpHandlerOptions): Promise<RedactChannelMessageCommandOutput>;
206
- redactChannelMessage(args: RedactChannelMessageCommandInput, cb: (err: any, data?: RedactChannelMessageCommandOutput) => void): void;
207
- redactChannelMessage(args: RedactChannelMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RedactChannelMessageCommandOutput) => void): void;
208
-
209
- searchChannels(args: SearchChannelsCommandInput, options?: __HttpHandlerOptions): Promise<SearchChannelsCommandOutput>;
210
- searchChannels(args: SearchChannelsCommandInput, cb: (err: any, data?: SearchChannelsCommandOutput) => void): void;
211
- searchChannels(args: SearchChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchChannelsCommandOutput) => void): void;
212
-
213
- sendChannelMessage(args: SendChannelMessageCommandInput, options?: __HttpHandlerOptions): Promise<SendChannelMessageCommandOutput>;
214
- sendChannelMessage(args: SendChannelMessageCommandInput, cb: (err: any, data?: SendChannelMessageCommandOutput) => void): void;
215
- sendChannelMessage(args: SendChannelMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendChannelMessageCommandOutput) => void): void;
216
-
217
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
218
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
219
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
220
-
221
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
222
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
223
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
224
-
225
- updateChannel(args: UpdateChannelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateChannelCommandOutput>;
226
- updateChannel(args: UpdateChannelCommandInput, cb: (err: any, data?: UpdateChannelCommandOutput) => void): void;
227
- updateChannel(args: UpdateChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChannelCommandOutput) => void): void;
228
-
229
- updateChannelFlow(args: UpdateChannelFlowCommandInput, options?: __HttpHandlerOptions): Promise<UpdateChannelFlowCommandOutput>;
230
- updateChannelFlow(args: UpdateChannelFlowCommandInput, cb: (err: any, data?: UpdateChannelFlowCommandOutput) => void): void;
231
- updateChannelFlow(args: UpdateChannelFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChannelFlowCommandOutput) => void): void;
232
-
233
- updateChannelMessage(args: UpdateChannelMessageCommandInput, options?: __HttpHandlerOptions): Promise<UpdateChannelMessageCommandOutput>;
234
- updateChannelMessage(args: UpdateChannelMessageCommandInput, cb: (err: any, data?: UpdateChannelMessageCommandOutput) => void): void;
235
- updateChannelMessage(args: UpdateChannelMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChannelMessageCommandOutput) => void): void;
236
-
237
- updateChannelReadMarker(args: UpdateChannelReadMarkerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateChannelReadMarkerCommandOutput>;
238
- updateChannelReadMarker(args: UpdateChannelReadMarkerCommandInput, cb: (err: any, data?: UpdateChannelReadMarkerCommandOutput) => void): void;
239
- updateChannelReadMarker(args: UpdateChannelReadMarkerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChannelReadMarkerCommandOutput) => void): void;
240
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { ChimeSDKMessagingClient } from "./ChimeSDKMessagingClient";
3
+ import {
4
+ AssociateChannelFlowCommandInput,
5
+ AssociateChannelFlowCommandOutput,
6
+ } from "./commands/AssociateChannelFlowCommand";
7
+ import {
8
+ BatchCreateChannelMembershipCommandInput,
9
+ BatchCreateChannelMembershipCommandOutput,
10
+ } from "./commands/BatchCreateChannelMembershipCommand";
11
+ import {
12
+ ChannelFlowCallbackCommandInput,
13
+ ChannelFlowCallbackCommandOutput,
14
+ } from "./commands/ChannelFlowCallbackCommand";
15
+ import {
16
+ CreateChannelBanCommandInput,
17
+ CreateChannelBanCommandOutput,
18
+ } from "./commands/CreateChannelBanCommand";
19
+ import {
20
+ CreateChannelCommandInput,
21
+ CreateChannelCommandOutput,
22
+ } from "./commands/CreateChannelCommand";
23
+ import {
24
+ CreateChannelFlowCommandInput,
25
+ CreateChannelFlowCommandOutput,
26
+ } from "./commands/CreateChannelFlowCommand";
27
+ import {
28
+ CreateChannelMembershipCommandInput,
29
+ CreateChannelMembershipCommandOutput,
30
+ } from "./commands/CreateChannelMembershipCommand";
31
+ import {
32
+ CreateChannelModeratorCommandInput,
33
+ CreateChannelModeratorCommandOutput,
34
+ } from "./commands/CreateChannelModeratorCommand";
35
+ import {
36
+ DeleteChannelBanCommandInput,
37
+ DeleteChannelBanCommandOutput,
38
+ } from "./commands/DeleteChannelBanCommand";
39
+ import {
40
+ DeleteChannelCommandInput,
41
+ DeleteChannelCommandOutput,
42
+ } from "./commands/DeleteChannelCommand";
43
+ import {
44
+ DeleteChannelFlowCommandInput,
45
+ DeleteChannelFlowCommandOutput,
46
+ } from "./commands/DeleteChannelFlowCommand";
47
+ import {
48
+ DeleteChannelMembershipCommandInput,
49
+ DeleteChannelMembershipCommandOutput,
50
+ } from "./commands/DeleteChannelMembershipCommand";
51
+ import {
52
+ DeleteChannelMessageCommandInput,
53
+ DeleteChannelMessageCommandOutput,
54
+ } from "./commands/DeleteChannelMessageCommand";
55
+ import {
56
+ DeleteChannelModeratorCommandInput,
57
+ DeleteChannelModeratorCommandOutput,
58
+ } from "./commands/DeleteChannelModeratorCommand";
59
+ import {
60
+ DescribeChannelBanCommandInput,
61
+ DescribeChannelBanCommandOutput,
62
+ } from "./commands/DescribeChannelBanCommand";
63
+ import {
64
+ DescribeChannelCommandInput,
65
+ DescribeChannelCommandOutput,
66
+ } from "./commands/DescribeChannelCommand";
67
+ import {
68
+ DescribeChannelFlowCommandInput,
69
+ DescribeChannelFlowCommandOutput,
70
+ } from "./commands/DescribeChannelFlowCommand";
71
+ import {
72
+ DescribeChannelMembershipCommandInput,
73
+ DescribeChannelMembershipCommandOutput,
74
+ } from "./commands/DescribeChannelMembershipCommand";
75
+ import {
76
+ DescribeChannelMembershipForAppInstanceUserCommandInput,
77
+ DescribeChannelMembershipForAppInstanceUserCommandOutput,
78
+ } from "./commands/DescribeChannelMembershipForAppInstanceUserCommand";
79
+ import {
80
+ DescribeChannelModeratedByAppInstanceUserCommandInput,
81
+ DescribeChannelModeratedByAppInstanceUserCommandOutput,
82
+ } from "./commands/DescribeChannelModeratedByAppInstanceUserCommand";
83
+ import {
84
+ DescribeChannelModeratorCommandInput,
85
+ DescribeChannelModeratorCommandOutput,
86
+ } from "./commands/DescribeChannelModeratorCommand";
87
+ import {
88
+ DisassociateChannelFlowCommandInput,
89
+ DisassociateChannelFlowCommandOutput,
90
+ } from "./commands/DisassociateChannelFlowCommand";
91
+ import {
92
+ GetChannelMembershipPreferencesCommandInput,
93
+ GetChannelMembershipPreferencesCommandOutput,
94
+ } from "./commands/GetChannelMembershipPreferencesCommand";
95
+ import {
96
+ GetChannelMessageCommandInput,
97
+ GetChannelMessageCommandOutput,
98
+ } from "./commands/GetChannelMessageCommand";
99
+ import {
100
+ GetChannelMessageStatusCommandInput,
101
+ GetChannelMessageStatusCommandOutput,
102
+ } from "./commands/GetChannelMessageStatusCommand";
103
+ import {
104
+ GetMessagingSessionEndpointCommandInput,
105
+ GetMessagingSessionEndpointCommandOutput,
106
+ } from "./commands/GetMessagingSessionEndpointCommand";
107
+ import {
108
+ ListChannelBansCommandInput,
109
+ ListChannelBansCommandOutput,
110
+ } from "./commands/ListChannelBansCommand";
111
+ import {
112
+ ListChannelFlowsCommandInput,
113
+ ListChannelFlowsCommandOutput,
114
+ } from "./commands/ListChannelFlowsCommand";
115
+ import {
116
+ ListChannelMembershipsCommandInput,
117
+ ListChannelMembershipsCommandOutput,
118
+ } from "./commands/ListChannelMembershipsCommand";
119
+ import {
120
+ ListChannelMembershipsForAppInstanceUserCommandInput,
121
+ ListChannelMembershipsForAppInstanceUserCommandOutput,
122
+ } from "./commands/ListChannelMembershipsForAppInstanceUserCommand";
123
+ import {
124
+ ListChannelMessagesCommandInput,
125
+ ListChannelMessagesCommandOutput,
126
+ } from "./commands/ListChannelMessagesCommand";
127
+ import {
128
+ ListChannelModeratorsCommandInput,
129
+ ListChannelModeratorsCommandOutput,
130
+ } from "./commands/ListChannelModeratorsCommand";
131
+ import {
132
+ ListChannelsAssociatedWithChannelFlowCommandInput,
133
+ ListChannelsAssociatedWithChannelFlowCommandOutput,
134
+ } from "./commands/ListChannelsAssociatedWithChannelFlowCommand";
135
+ import {
136
+ ListChannelsCommandInput,
137
+ ListChannelsCommandOutput,
138
+ } from "./commands/ListChannelsCommand";
139
+ import {
140
+ ListChannelsModeratedByAppInstanceUserCommandInput,
141
+ ListChannelsModeratedByAppInstanceUserCommandOutput,
142
+ } from "./commands/ListChannelsModeratedByAppInstanceUserCommand";
143
+ import {
144
+ ListSubChannelsCommandInput,
145
+ ListSubChannelsCommandOutput,
146
+ } from "./commands/ListSubChannelsCommand";
147
+ import {
148
+ ListTagsForResourceCommandInput,
149
+ ListTagsForResourceCommandOutput,
150
+ } from "./commands/ListTagsForResourceCommand";
151
+ import {
152
+ PutChannelMembershipPreferencesCommandInput,
153
+ PutChannelMembershipPreferencesCommandOutput,
154
+ } from "./commands/PutChannelMembershipPreferencesCommand";
155
+ import {
156
+ RedactChannelMessageCommandInput,
157
+ RedactChannelMessageCommandOutput,
158
+ } from "./commands/RedactChannelMessageCommand";
159
+ import {
160
+ SearchChannelsCommandInput,
161
+ SearchChannelsCommandOutput,
162
+ } from "./commands/SearchChannelsCommand";
163
+ import {
164
+ SendChannelMessageCommandInput,
165
+ SendChannelMessageCommandOutput,
166
+ } from "./commands/SendChannelMessageCommand";
167
+ import {
168
+ TagResourceCommandInput,
169
+ TagResourceCommandOutput,
170
+ } from "./commands/TagResourceCommand";
171
+ import {
172
+ UntagResourceCommandInput,
173
+ UntagResourceCommandOutput,
174
+ } from "./commands/UntagResourceCommand";
175
+ import {
176
+ UpdateChannelCommandInput,
177
+ UpdateChannelCommandOutput,
178
+ } from "./commands/UpdateChannelCommand";
179
+ import {
180
+ UpdateChannelFlowCommandInput,
181
+ UpdateChannelFlowCommandOutput,
182
+ } from "./commands/UpdateChannelFlowCommand";
183
+ import {
184
+ UpdateChannelMessageCommandInput,
185
+ UpdateChannelMessageCommandOutput,
186
+ } from "./commands/UpdateChannelMessageCommand";
187
+ import {
188
+ UpdateChannelReadMarkerCommandInput,
189
+ UpdateChannelReadMarkerCommandOutput,
190
+ } from "./commands/UpdateChannelReadMarkerCommand";
191
+ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
192
+ associateChannelFlow(
193
+ args: AssociateChannelFlowCommandInput,
194
+ options?: __HttpHandlerOptions
195
+ ): Promise<AssociateChannelFlowCommandOutput>;
196
+ associateChannelFlow(
197
+ args: AssociateChannelFlowCommandInput,
198
+ cb: (err: any, data?: AssociateChannelFlowCommandOutput) => void
199
+ ): void;
200
+ associateChannelFlow(
201
+ args: AssociateChannelFlowCommandInput,
202
+ options: __HttpHandlerOptions,
203
+ cb: (err: any, data?: AssociateChannelFlowCommandOutput) => void
204
+ ): void;
205
+ batchCreateChannelMembership(
206
+ args: BatchCreateChannelMembershipCommandInput,
207
+ options?: __HttpHandlerOptions
208
+ ): Promise<BatchCreateChannelMembershipCommandOutput>;
209
+ batchCreateChannelMembership(
210
+ args: BatchCreateChannelMembershipCommandInput,
211
+ cb: (err: any, data?: BatchCreateChannelMembershipCommandOutput) => void
212
+ ): void;
213
+ batchCreateChannelMembership(
214
+ args: BatchCreateChannelMembershipCommandInput,
215
+ options: __HttpHandlerOptions,
216
+ cb: (err: any, data?: BatchCreateChannelMembershipCommandOutput) => void
217
+ ): void;
218
+ channelFlowCallback(
219
+ args: ChannelFlowCallbackCommandInput,
220
+ options?: __HttpHandlerOptions
221
+ ): Promise<ChannelFlowCallbackCommandOutput>;
222
+ channelFlowCallback(
223
+ args: ChannelFlowCallbackCommandInput,
224
+ cb: (err: any, data?: ChannelFlowCallbackCommandOutput) => void
225
+ ): void;
226
+ channelFlowCallback(
227
+ args: ChannelFlowCallbackCommandInput,
228
+ options: __HttpHandlerOptions,
229
+ cb: (err: any, data?: ChannelFlowCallbackCommandOutput) => void
230
+ ): void;
231
+ createChannel(
232
+ args: CreateChannelCommandInput,
233
+ options?: __HttpHandlerOptions
234
+ ): Promise<CreateChannelCommandOutput>;
235
+ createChannel(
236
+ args: CreateChannelCommandInput,
237
+ cb: (err: any, data?: CreateChannelCommandOutput) => void
238
+ ): void;
239
+ createChannel(
240
+ args: CreateChannelCommandInput,
241
+ options: __HttpHandlerOptions,
242
+ cb: (err: any, data?: CreateChannelCommandOutput) => void
243
+ ): void;
244
+ createChannelBan(
245
+ args: CreateChannelBanCommandInput,
246
+ options?: __HttpHandlerOptions
247
+ ): Promise<CreateChannelBanCommandOutput>;
248
+ createChannelBan(
249
+ args: CreateChannelBanCommandInput,
250
+ cb: (err: any, data?: CreateChannelBanCommandOutput) => void
251
+ ): void;
252
+ createChannelBan(
253
+ args: CreateChannelBanCommandInput,
254
+ options: __HttpHandlerOptions,
255
+ cb: (err: any, data?: CreateChannelBanCommandOutput) => void
256
+ ): void;
257
+ createChannelFlow(
258
+ args: CreateChannelFlowCommandInput,
259
+ options?: __HttpHandlerOptions
260
+ ): Promise<CreateChannelFlowCommandOutput>;
261
+ createChannelFlow(
262
+ args: CreateChannelFlowCommandInput,
263
+ cb: (err: any, data?: CreateChannelFlowCommandOutput) => void
264
+ ): void;
265
+ createChannelFlow(
266
+ args: CreateChannelFlowCommandInput,
267
+ options: __HttpHandlerOptions,
268
+ cb: (err: any, data?: CreateChannelFlowCommandOutput) => void
269
+ ): void;
270
+ createChannelMembership(
271
+ args: CreateChannelMembershipCommandInput,
272
+ options?: __HttpHandlerOptions
273
+ ): Promise<CreateChannelMembershipCommandOutput>;
274
+ createChannelMembership(
275
+ args: CreateChannelMembershipCommandInput,
276
+ cb: (err: any, data?: CreateChannelMembershipCommandOutput) => void
277
+ ): void;
278
+ createChannelMembership(
279
+ args: CreateChannelMembershipCommandInput,
280
+ options: __HttpHandlerOptions,
281
+ cb: (err: any, data?: CreateChannelMembershipCommandOutput) => void
282
+ ): void;
283
+ createChannelModerator(
284
+ args: CreateChannelModeratorCommandInput,
285
+ options?: __HttpHandlerOptions
286
+ ): Promise<CreateChannelModeratorCommandOutput>;
287
+ createChannelModerator(
288
+ args: CreateChannelModeratorCommandInput,
289
+ cb: (err: any, data?: CreateChannelModeratorCommandOutput) => void
290
+ ): void;
291
+ createChannelModerator(
292
+ args: CreateChannelModeratorCommandInput,
293
+ options: __HttpHandlerOptions,
294
+ cb: (err: any, data?: CreateChannelModeratorCommandOutput) => void
295
+ ): void;
296
+ deleteChannel(
297
+ args: DeleteChannelCommandInput,
298
+ options?: __HttpHandlerOptions
299
+ ): Promise<DeleteChannelCommandOutput>;
300
+ deleteChannel(
301
+ args: DeleteChannelCommandInput,
302
+ cb: (err: any, data?: DeleteChannelCommandOutput) => void
303
+ ): void;
304
+ deleteChannel(
305
+ args: DeleteChannelCommandInput,
306
+ options: __HttpHandlerOptions,
307
+ cb: (err: any, data?: DeleteChannelCommandOutput) => void
308
+ ): void;
309
+ deleteChannelBan(
310
+ args: DeleteChannelBanCommandInput,
311
+ options?: __HttpHandlerOptions
312
+ ): Promise<DeleteChannelBanCommandOutput>;
313
+ deleteChannelBan(
314
+ args: DeleteChannelBanCommandInput,
315
+ cb: (err: any, data?: DeleteChannelBanCommandOutput) => void
316
+ ): void;
317
+ deleteChannelBan(
318
+ args: DeleteChannelBanCommandInput,
319
+ options: __HttpHandlerOptions,
320
+ cb: (err: any, data?: DeleteChannelBanCommandOutput) => void
321
+ ): void;
322
+ deleteChannelFlow(
323
+ args: DeleteChannelFlowCommandInput,
324
+ options?: __HttpHandlerOptions
325
+ ): Promise<DeleteChannelFlowCommandOutput>;
326
+ deleteChannelFlow(
327
+ args: DeleteChannelFlowCommandInput,
328
+ cb: (err: any, data?: DeleteChannelFlowCommandOutput) => void
329
+ ): void;
330
+ deleteChannelFlow(
331
+ args: DeleteChannelFlowCommandInput,
332
+ options: __HttpHandlerOptions,
333
+ cb: (err: any, data?: DeleteChannelFlowCommandOutput) => void
334
+ ): void;
335
+ deleteChannelMembership(
336
+ args: DeleteChannelMembershipCommandInput,
337
+ options?: __HttpHandlerOptions
338
+ ): Promise<DeleteChannelMembershipCommandOutput>;
339
+ deleteChannelMembership(
340
+ args: DeleteChannelMembershipCommandInput,
341
+ cb: (err: any, data?: DeleteChannelMembershipCommandOutput) => void
342
+ ): void;
343
+ deleteChannelMembership(
344
+ args: DeleteChannelMembershipCommandInput,
345
+ options: __HttpHandlerOptions,
346
+ cb: (err: any, data?: DeleteChannelMembershipCommandOutput) => void
347
+ ): void;
348
+ deleteChannelMessage(
349
+ args: DeleteChannelMessageCommandInput,
350
+ options?: __HttpHandlerOptions
351
+ ): Promise<DeleteChannelMessageCommandOutput>;
352
+ deleteChannelMessage(
353
+ args: DeleteChannelMessageCommandInput,
354
+ cb: (err: any, data?: DeleteChannelMessageCommandOutput) => void
355
+ ): void;
356
+ deleteChannelMessage(
357
+ args: DeleteChannelMessageCommandInput,
358
+ options: __HttpHandlerOptions,
359
+ cb: (err: any, data?: DeleteChannelMessageCommandOutput) => void
360
+ ): void;
361
+ deleteChannelModerator(
362
+ args: DeleteChannelModeratorCommandInput,
363
+ options?: __HttpHandlerOptions
364
+ ): Promise<DeleteChannelModeratorCommandOutput>;
365
+ deleteChannelModerator(
366
+ args: DeleteChannelModeratorCommandInput,
367
+ cb: (err: any, data?: DeleteChannelModeratorCommandOutput) => void
368
+ ): void;
369
+ deleteChannelModerator(
370
+ args: DeleteChannelModeratorCommandInput,
371
+ options: __HttpHandlerOptions,
372
+ cb: (err: any, data?: DeleteChannelModeratorCommandOutput) => void
373
+ ): void;
374
+ describeChannel(
375
+ args: DescribeChannelCommandInput,
376
+ options?: __HttpHandlerOptions
377
+ ): Promise<DescribeChannelCommandOutput>;
378
+ describeChannel(
379
+ args: DescribeChannelCommandInput,
380
+ cb: (err: any, data?: DescribeChannelCommandOutput) => void
381
+ ): void;
382
+ describeChannel(
383
+ args: DescribeChannelCommandInput,
384
+ options: __HttpHandlerOptions,
385
+ cb: (err: any, data?: DescribeChannelCommandOutput) => void
386
+ ): void;
387
+ describeChannelBan(
388
+ args: DescribeChannelBanCommandInput,
389
+ options?: __HttpHandlerOptions
390
+ ): Promise<DescribeChannelBanCommandOutput>;
391
+ describeChannelBan(
392
+ args: DescribeChannelBanCommandInput,
393
+ cb: (err: any, data?: DescribeChannelBanCommandOutput) => void
394
+ ): void;
395
+ describeChannelBan(
396
+ args: DescribeChannelBanCommandInput,
397
+ options: __HttpHandlerOptions,
398
+ cb: (err: any, data?: DescribeChannelBanCommandOutput) => void
399
+ ): void;
400
+ describeChannelFlow(
401
+ args: DescribeChannelFlowCommandInput,
402
+ options?: __HttpHandlerOptions
403
+ ): Promise<DescribeChannelFlowCommandOutput>;
404
+ describeChannelFlow(
405
+ args: DescribeChannelFlowCommandInput,
406
+ cb: (err: any, data?: DescribeChannelFlowCommandOutput) => void
407
+ ): void;
408
+ describeChannelFlow(
409
+ args: DescribeChannelFlowCommandInput,
410
+ options: __HttpHandlerOptions,
411
+ cb: (err: any, data?: DescribeChannelFlowCommandOutput) => void
412
+ ): void;
413
+ describeChannelMembership(
414
+ args: DescribeChannelMembershipCommandInput,
415
+ options?: __HttpHandlerOptions
416
+ ): Promise<DescribeChannelMembershipCommandOutput>;
417
+ describeChannelMembership(
418
+ args: DescribeChannelMembershipCommandInput,
419
+ cb: (err: any, data?: DescribeChannelMembershipCommandOutput) => void
420
+ ): void;
421
+ describeChannelMembership(
422
+ args: DescribeChannelMembershipCommandInput,
423
+ options: __HttpHandlerOptions,
424
+ cb: (err: any, data?: DescribeChannelMembershipCommandOutput) => void
425
+ ): void;
426
+ describeChannelMembershipForAppInstanceUser(
427
+ args: DescribeChannelMembershipForAppInstanceUserCommandInput,
428
+ options?: __HttpHandlerOptions
429
+ ): Promise<DescribeChannelMembershipForAppInstanceUserCommandOutput>;
430
+ describeChannelMembershipForAppInstanceUser(
431
+ args: DescribeChannelMembershipForAppInstanceUserCommandInput,
432
+ cb: (
433
+ err: any,
434
+ data?: DescribeChannelMembershipForAppInstanceUserCommandOutput
435
+ ) => void
436
+ ): void;
437
+ describeChannelMembershipForAppInstanceUser(
438
+ args: DescribeChannelMembershipForAppInstanceUserCommandInput,
439
+ options: __HttpHandlerOptions,
440
+ cb: (
441
+ err: any,
442
+ data?: DescribeChannelMembershipForAppInstanceUserCommandOutput
443
+ ) => void
444
+ ): void;
445
+ describeChannelModeratedByAppInstanceUser(
446
+ args: DescribeChannelModeratedByAppInstanceUserCommandInput,
447
+ options?: __HttpHandlerOptions
448
+ ): Promise<DescribeChannelModeratedByAppInstanceUserCommandOutput>;
449
+ describeChannelModeratedByAppInstanceUser(
450
+ args: DescribeChannelModeratedByAppInstanceUserCommandInput,
451
+ cb: (
452
+ err: any,
453
+ data?: DescribeChannelModeratedByAppInstanceUserCommandOutput
454
+ ) => void
455
+ ): void;
456
+ describeChannelModeratedByAppInstanceUser(
457
+ args: DescribeChannelModeratedByAppInstanceUserCommandInput,
458
+ options: __HttpHandlerOptions,
459
+ cb: (
460
+ err: any,
461
+ data?: DescribeChannelModeratedByAppInstanceUserCommandOutput
462
+ ) => void
463
+ ): void;
464
+ describeChannelModerator(
465
+ args: DescribeChannelModeratorCommandInput,
466
+ options?: __HttpHandlerOptions
467
+ ): Promise<DescribeChannelModeratorCommandOutput>;
468
+ describeChannelModerator(
469
+ args: DescribeChannelModeratorCommandInput,
470
+ cb: (err: any, data?: DescribeChannelModeratorCommandOutput) => void
471
+ ): void;
472
+ describeChannelModerator(
473
+ args: DescribeChannelModeratorCommandInput,
474
+ options: __HttpHandlerOptions,
475
+ cb: (err: any, data?: DescribeChannelModeratorCommandOutput) => void
476
+ ): void;
477
+ disassociateChannelFlow(
478
+ args: DisassociateChannelFlowCommandInput,
479
+ options?: __HttpHandlerOptions
480
+ ): Promise<DisassociateChannelFlowCommandOutput>;
481
+ disassociateChannelFlow(
482
+ args: DisassociateChannelFlowCommandInput,
483
+ cb: (err: any, data?: DisassociateChannelFlowCommandOutput) => void
484
+ ): void;
485
+ disassociateChannelFlow(
486
+ args: DisassociateChannelFlowCommandInput,
487
+ options: __HttpHandlerOptions,
488
+ cb: (err: any, data?: DisassociateChannelFlowCommandOutput) => void
489
+ ): void;
490
+ getChannelMembershipPreferences(
491
+ args: GetChannelMembershipPreferencesCommandInput,
492
+ options?: __HttpHandlerOptions
493
+ ): Promise<GetChannelMembershipPreferencesCommandOutput>;
494
+ getChannelMembershipPreferences(
495
+ args: GetChannelMembershipPreferencesCommandInput,
496
+ cb: (err: any, data?: GetChannelMembershipPreferencesCommandOutput) => void
497
+ ): void;
498
+ getChannelMembershipPreferences(
499
+ args: GetChannelMembershipPreferencesCommandInput,
500
+ options: __HttpHandlerOptions,
501
+ cb: (err: any, data?: GetChannelMembershipPreferencesCommandOutput) => void
502
+ ): void;
503
+ getChannelMessage(
504
+ args: GetChannelMessageCommandInput,
505
+ options?: __HttpHandlerOptions
506
+ ): Promise<GetChannelMessageCommandOutput>;
507
+ getChannelMessage(
508
+ args: GetChannelMessageCommandInput,
509
+ cb: (err: any, data?: GetChannelMessageCommandOutput) => void
510
+ ): void;
511
+ getChannelMessage(
512
+ args: GetChannelMessageCommandInput,
513
+ options: __HttpHandlerOptions,
514
+ cb: (err: any, data?: GetChannelMessageCommandOutput) => void
515
+ ): void;
516
+ getChannelMessageStatus(
517
+ args: GetChannelMessageStatusCommandInput,
518
+ options?: __HttpHandlerOptions
519
+ ): Promise<GetChannelMessageStatusCommandOutput>;
520
+ getChannelMessageStatus(
521
+ args: GetChannelMessageStatusCommandInput,
522
+ cb: (err: any, data?: GetChannelMessageStatusCommandOutput) => void
523
+ ): void;
524
+ getChannelMessageStatus(
525
+ args: GetChannelMessageStatusCommandInput,
526
+ options: __HttpHandlerOptions,
527
+ cb: (err: any, data?: GetChannelMessageStatusCommandOutput) => void
528
+ ): void;
529
+ getMessagingSessionEndpoint(
530
+ args: GetMessagingSessionEndpointCommandInput,
531
+ options?: __HttpHandlerOptions
532
+ ): Promise<GetMessagingSessionEndpointCommandOutput>;
533
+ getMessagingSessionEndpoint(
534
+ args: GetMessagingSessionEndpointCommandInput,
535
+ cb: (err: any, data?: GetMessagingSessionEndpointCommandOutput) => void
536
+ ): void;
537
+ getMessagingSessionEndpoint(
538
+ args: GetMessagingSessionEndpointCommandInput,
539
+ options: __HttpHandlerOptions,
540
+ cb: (err: any, data?: GetMessagingSessionEndpointCommandOutput) => void
541
+ ): void;
542
+ listChannelBans(
543
+ args: ListChannelBansCommandInput,
544
+ options?: __HttpHandlerOptions
545
+ ): Promise<ListChannelBansCommandOutput>;
546
+ listChannelBans(
547
+ args: ListChannelBansCommandInput,
548
+ cb: (err: any, data?: ListChannelBansCommandOutput) => void
549
+ ): void;
550
+ listChannelBans(
551
+ args: ListChannelBansCommandInput,
552
+ options: __HttpHandlerOptions,
553
+ cb: (err: any, data?: ListChannelBansCommandOutput) => void
554
+ ): void;
555
+ listChannelFlows(
556
+ args: ListChannelFlowsCommandInput,
557
+ options?: __HttpHandlerOptions
558
+ ): Promise<ListChannelFlowsCommandOutput>;
559
+ listChannelFlows(
560
+ args: ListChannelFlowsCommandInput,
561
+ cb: (err: any, data?: ListChannelFlowsCommandOutput) => void
562
+ ): void;
563
+ listChannelFlows(
564
+ args: ListChannelFlowsCommandInput,
565
+ options: __HttpHandlerOptions,
566
+ cb: (err: any, data?: ListChannelFlowsCommandOutput) => void
567
+ ): void;
568
+ listChannelMemberships(
569
+ args: ListChannelMembershipsCommandInput,
570
+ options?: __HttpHandlerOptions
571
+ ): Promise<ListChannelMembershipsCommandOutput>;
572
+ listChannelMemberships(
573
+ args: ListChannelMembershipsCommandInput,
574
+ cb: (err: any, data?: ListChannelMembershipsCommandOutput) => void
575
+ ): void;
576
+ listChannelMemberships(
577
+ args: ListChannelMembershipsCommandInput,
578
+ options: __HttpHandlerOptions,
579
+ cb: (err: any, data?: ListChannelMembershipsCommandOutput) => void
580
+ ): void;
581
+ listChannelMembershipsForAppInstanceUser(
582
+ args: ListChannelMembershipsForAppInstanceUserCommandInput,
583
+ options?: __HttpHandlerOptions
584
+ ): Promise<ListChannelMembershipsForAppInstanceUserCommandOutput>;
585
+ listChannelMembershipsForAppInstanceUser(
586
+ args: ListChannelMembershipsForAppInstanceUserCommandInput,
587
+ cb: (
588
+ err: any,
589
+ data?: ListChannelMembershipsForAppInstanceUserCommandOutput
590
+ ) => void
591
+ ): void;
592
+ listChannelMembershipsForAppInstanceUser(
593
+ args: ListChannelMembershipsForAppInstanceUserCommandInput,
594
+ options: __HttpHandlerOptions,
595
+ cb: (
596
+ err: any,
597
+ data?: ListChannelMembershipsForAppInstanceUserCommandOutput
598
+ ) => void
599
+ ): void;
600
+ listChannelMessages(
601
+ args: ListChannelMessagesCommandInput,
602
+ options?: __HttpHandlerOptions
603
+ ): Promise<ListChannelMessagesCommandOutput>;
604
+ listChannelMessages(
605
+ args: ListChannelMessagesCommandInput,
606
+ cb: (err: any, data?: ListChannelMessagesCommandOutput) => void
607
+ ): void;
608
+ listChannelMessages(
609
+ args: ListChannelMessagesCommandInput,
610
+ options: __HttpHandlerOptions,
611
+ cb: (err: any, data?: ListChannelMessagesCommandOutput) => void
612
+ ): void;
613
+ listChannelModerators(
614
+ args: ListChannelModeratorsCommandInput,
615
+ options?: __HttpHandlerOptions
616
+ ): Promise<ListChannelModeratorsCommandOutput>;
617
+ listChannelModerators(
618
+ args: ListChannelModeratorsCommandInput,
619
+ cb: (err: any, data?: ListChannelModeratorsCommandOutput) => void
620
+ ): void;
621
+ listChannelModerators(
622
+ args: ListChannelModeratorsCommandInput,
623
+ options: __HttpHandlerOptions,
624
+ cb: (err: any, data?: ListChannelModeratorsCommandOutput) => void
625
+ ): void;
626
+ listChannels(
627
+ args: ListChannelsCommandInput,
628
+ options?: __HttpHandlerOptions
629
+ ): Promise<ListChannelsCommandOutput>;
630
+ listChannels(
631
+ args: ListChannelsCommandInput,
632
+ cb: (err: any, data?: ListChannelsCommandOutput) => void
633
+ ): void;
634
+ listChannels(
635
+ args: ListChannelsCommandInput,
636
+ options: __HttpHandlerOptions,
637
+ cb: (err: any, data?: ListChannelsCommandOutput) => void
638
+ ): void;
639
+ listChannelsAssociatedWithChannelFlow(
640
+ args: ListChannelsAssociatedWithChannelFlowCommandInput,
641
+ options?: __HttpHandlerOptions
642
+ ): Promise<ListChannelsAssociatedWithChannelFlowCommandOutput>;
643
+ listChannelsAssociatedWithChannelFlow(
644
+ args: ListChannelsAssociatedWithChannelFlowCommandInput,
645
+ cb: (
646
+ err: any,
647
+ data?: ListChannelsAssociatedWithChannelFlowCommandOutput
648
+ ) => void
649
+ ): void;
650
+ listChannelsAssociatedWithChannelFlow(
651
+ args: ListChannelsAssociatedWithChannelFlowCommandInput,
652
+ options: __HttpHandlerOptions,
653
+ cb: (
654
+ err: any,
655
+ data?: ListChannelsAssociatedWithChannelFlowCommandOutput
656
+ ) => void
657
+ ): void;
658
+ listChannelsModeratedByAppInstanceUser(
659
+ args: ListChannelsModeratedByAppInstanceUserCommandInput,
660
+ options?: __HttpHandlerOptions
661
+ ): Promise<ListChannelsModeratedByAppInstanceUserCommandOutput>;
662
+ listChannelsModeratedByAppInstanceUser(
663
+ args: ListChannelsModeratedByAppInstanceUserCommandInput,
664
+ cb: (
665
+ err: any,
666
+ data?: ListChannelsModeratedByAppInstanceUserCommandOutput
667
+ ) => void
668
+ ): void;
669
+ listChannelsModeratedByAppInstanceUser(
670
+ args: ListChannelsModeratedByAppInstanceUserCommandInput,
671
+ options: __HttpHandlerOptions,
672
+ cb: (
673
+ err: any,
674
+ data?: ListChannelsModeratedByAppInstanceUserCommandOutput
675
+ ) => void
676
+ ): void;
677
+ listSubChannels(
678
+ args: ListSubChannelsCommandInput,
679
+ options?: __HttpHandlerOptions
680
+ ): Promise<ListSubChannelsCommandOutput>;
681
+ listSubChannels(
682
+ args: ListSubChannelsCommandInput,
683
+ cb: (err: any, data?: ListSubChannelsCommandOutput) => void
684
+ ): void;
685
+ listSubChannels(
686
+ args: ListSubChannelsCommandInput,
687
+ options: __HttpHandlerOptions,
688
+ cb: (err: any, data?: ListSubChannelsCommandOutput) => void
689
+ ): void;
690
+ listTagsForResource(
691
+ args: ListTagsForResourceCommandInput,
692
+ options?: __HttpHandlerOptions
693
+ ): Promise<ListTagsForResourceCommandOutput>;
694
+ listTagsForResource(
695
+ args: ListTagsForResourceCommandInput,
696
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
697
+ ): void;
698
+ listTagsForResource(
699
+ args: ListTagsForResourceCommandInput,
700
+ options: __HttpHandlerOptions,
701
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
702
+ ): void;
703
+ putChannelMembershipPreferences(
704
+ args: PutChannelMembershipPreferencesCommandInput,
705
+ options?: __HttpHandlerOptions
706
+ ): Promise<PutChannelMembershipPreferencesCommandOutput>;
707
+ putChannelMembershipPreferences(
708
+ args: PutChannelMembershipPreferencesCommandInput,
709
+ cb: (err: any, data?: PutChannelMembershipPreferencesCommandOutput) => void
710
+ ): void;
711
+ putChannelMembershipPreferences(
712
+ args: PutChannelMembershipPreferencesCommandInput,
713
+ options: __HttpHandlerOptions,
714
+ cb: (err: any, data?: PutChannelMembershipPreferencesCommandOutput) => void
715
+ ): void;
716
+ redactChannelMessage(
717
+ args: RedactChannelMessageCommandInput,
718
+ options?: __HttpHandlerOptions
719
+ ): Promise<RedactChannelMessageCommandOutput>;
720
+ redactChannelMessage(
721
+ args: RedactChannelMessageCommandInput,
722
+ cb: (err: any, data?: RedactChannelMessageCommandOutput) => void
723
+ ): void;
724
+ redactChannelMessage(
725
+ args: RedactChannelMessageCommandInput,
726
+ options: __HttpHandlerOptions,
727
+ cb: (err: any, data?: RedactChannelMessageCommandOutput) => void
728
+ ): void;
729
+ searchChannels(
730
+ args: SearchChannelsCommandInput,
731
+ options?: __HttpHandlerOptions
732
+ ): Promise<SearchChannelsCommandOutput>;
733
+ searchChannels(
734
+ args: SearchChannelsCommandInput,
735
+ cb: (err: any, data?: SearchChannelsCommandOutput) => void
736
+ ): void;
737
+ searchChannels(
738
+ args: SearchChannelsCommandInput,
739
+ options: __HttpHandlerOptions,
740
+ cb: (err: any, data?: SearchChannelsCommandOutput) => void
741
+ ): void;
742
+ sendChannelMessage(
743
+ args: SendChannelMessageCommandInput,
744
+ options?: __HttpHandlerOptions
745
+ ): Promise<SendChannelMessageCommandOutput>;
746
+ sendChannelMessage(
747
+ args: SendChannelMessageCommandInput,
748
+ cb: (err: any, data?: SendChannelMessageCommandOutput) => void
749
+ ): void;
750
+ sendChannelMessage(
751
+ args: SendChannelMessageCommandInput,
752
+ options: __HttpHandlerOptions,
753
+ cb: (err: any, data?: SendChannelMessageCommandOutput) => void
754
+ ): void;
755
+ tagResource(
756
+ args: TagResourceCommandInput,
757
+ options?: __HttpHandlerOptions
758
+ ): Promise<TagResourceCommandOutput>;
759
+ tagResource(
760
+ args: TagResourceCommandInput,
761
+ cb: (err: any, data?: TagResourceCommandOutput) => void
762
+ ): void;
763
+ tagResource(
764
+ args: TagResourceCommandInput,
765
+ options: __HttpHandlerOptions,
766
+ cb: (err: any, data?: TagResourceCommandOutput) => void
767
+ ): void;
768
+ untagResource(
769
+ args: UntagResourceCommandInput,
770
+ options?: __HttpHandlerOptions
771
+ ): Promise<UntagResourceCommandOutput>;
772
+ untagResource(
773
+ args: UntagResourceCommandInput,
774
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
775
+ ): void;
776
+ untagResource(
777
+ args: UntagResourceCommandInput,
778
+ options: __HttpHandlerOptions,
779
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
780
+ ): void;
781
+ updateChannel(
782
+ args: UpdateChannelCommandInput,
783
+ options?: __HttpHandlerOptions
784
+ ): Promise<UpdateChannelCommandOutput>;
785
+ updateChannel(
786
+ args: UpdateChannelCommandInput,
787
+ cb: (err: any, data?: UpdateChannelCommandOutput) => void
788
+ ): void;
789
+ updateChannel(
790
+ args: UpdateChannelCommandInput,
791
+ options: __HttpHandlerOptions,
792
+ cb: (err: any, data?: UpdateChannelCommandOutput) => void
793
+ ): void;
794
+ updateChannelFlow(
795
+ args: UpdateChannelFlowCommandInput,
796
+ options?: __HttpHandlerOptions
797
+ ): Promise<UpdateChannelFlowCommandOutput>;
798
+ updateChannelFlow(
799
+ args: UpdateChannelFlowCommandInput,
800
+ cb: (err: any, data?: UpdateChannelFlowCommandOutput) => void
801
+ ): void;
802
+ updateChannelFlow(
803
+ args: UpdateChannelFlowCommandInput,
804
+ options: __HttpHandlerOptions,
805
+ cb: (err: any, data?: UpdateChannelFlowCommandOutput) => void
806
+ ): void;
807
+ updateChannelMessage(
808
+ args: UpdateChannelMessageCommandInput,
809
+ options?: __HttpHandlerOptions
810
+ ): Promise<UpdateChannelMessageCommandOutput>;
811
+ updateChannelMessage(
812
+ args: UpdateChannelMessageCommandInput,
813
+ cb: (err: any, data?: UpdateChannelMessageCommandOutput) => void
814
+ ): void;
815
+ updateChannelMessage(
816
+ args: UpdateChannelMessageCommandInput,
817
+ options: __HttpHandlerOptions,
818
+ cb: (err: any, data?: UpdateChannelMessageCommandOutput) => void
819
+ ): void;
820
+ updateChannelReadMarker(
821
+ args: UpdateChannelReadMarkerCommandInput,
822
+ options?: __HttpHandlerOptions
823
+ ): Promise<UpdateChannelReadMarkerCommandOutput>;
824
+ updateChannelReadMarker(
825
+ args: UpdateChannelReadMarkerCommandInput,
826
+ cb: (err: any, data?: UpdateChannelReadMarkerCommandOutput) => void
827
+ ): void;
828
+ updateChannelReadMarker(
829
+ args: UpdateChannelReadMarkerCommandInput,
830
+ options: __HttpHandlerOptions,
831
+ cb: (err: any, data?: UpdateChannelReadMarkerCommandOutput) => void
832
+ ): void;
833
+ }