@aws-sdk/client-chime-sdk-messaging 3.169.0 → 3.170.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 +8 -0
  2. package/dist-types/ts3.4/ChimeSDKMessaging.d.ts +880 -240
  3. package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +412 -120
  4. package/dist-types/ts3.4/commands/AssociateChannelFlowCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +38 -17
  7. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +33 -17
  15. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +36 -17
  18. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  41. package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +38 -17
  45. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +38 -17
  49. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +41 -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 +8 -6
  55. package/dist-types/ts3.4/models/index.d.ts +1 -1
  56. package/dist-types/ts3.4/models/models_0.d.ts +1519 -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 +68 -38
  72. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  73. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  74. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  75. package/package.json +34 -34
@@ -1,240 +1,880 @@
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
+
192
+ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
193
+ associateChannelFlow(
194
+ args: AssociateChannelFlowCommandInput,
195
+ options?: __HttpHandlerOptions
196
+ ): Promise<AssociateChannelFlowCommandOutput>;
197
+ associateChannelFlow(
198
+ args: AssociateChannelFlowCommandInput,
199
+ cb: (err: any, data?: AssociateChannelFlowCommandOutput) => void
200
+ ): void;
201
+ associateChannelFlow(
202
+ args: AssociateChannelFlowCommandInput,
203
+ options: __HttpHandlerOptions,
204
+ cb: (err: any, data?: AssociateChannelFlowCommandOutput) => void
205
+ ): void;
206
+
207
+ batchCreateChannelMembership(
208
+ args: BatchCreateChannelMembershipCommandInput,
209
+ options?: __HttpHandlerOptions
210
+ ): Promise<BatchCreateChannelMembershipCommandOutput>;
211
+ batchCreateChannelMembership(
212
+ args: BatchCreateChannelMembershipCommandInput,
213
+ cb: (err: any, data?: BatchCreateChannelMembershipCommandOutput) => void
214
+ ): void;
215
+ batchCreateChannelMembership(
216
+ args: BatchCreateChannelMembershipCommandInput,
217
+ options: __HttpHandlerOptions,
218
+ cb: (err: any, data?: BatchCreateChannelMembershipCommandOutput) => void
219
+ ): void;
220
+
221
+ channelFlowCallback(
222
+ args: ChannelFlowCallbackCommandInput,
223
+ options?: __HttpHandlerOptions
224
+ ): Promise<ChannelFlowCallbackCommandOutput>;
225
+ channelFlowCallback(
226
+ args: ChannelFlowCallbackCommandInput,
227
+ cb: (err: any, data?: ChannelFlowCallbackCommandOutput) => void
228
+ ): void;
229
+ channelFlowCallback(
230
+ args: ChannelFlowCallbackCommandInput,
231
+ options: __HttpHandlerOptions,
232
+ cb: (err: any, data?: ChannelFlowCallbackCommandOutput) => void
233
+ ): void;
234
+
235
+ createChannel(
236
+ args: CreateChannelCommandInput,
237
+ options?: __HttpHandlerOptions
238
+ ): Promise<CreateChannelCommandOutput>;
239
+ createChannel(
240
+ args: CreateChannelCommandInput,
241
+ cb: (err: any, data?: CreateChannelCommandOutput) => void
242
+ ): void;
243
+ createChannel(
244
+ args: CreateChannelCommandInput,
245
+ options: __HttpHandlerOptions,
246
+ cb: (err: any, data?: CreateChannelCommandOutput) => void
247
+ ): void;
248
+
249
+ createChannelBan(
250
+ args: CreateChannelBanCommandInput,
251
+ options?: __HttpHandlerOptions
252
+ ): Promise<CreateChannelBanCommandOutput>;
253
+ createChannelBan(
254
+ args: CreateChannelBanCommandInput,
255
+ cb: (err: any, data?: CreateChannelBanCommandOutput) => void
256
+ ): void;
257
+ createChannelBan(
258
+ args: CreateChannelBanCommandInput,
259
+ options: __HttpHandlerOptions,
260
+ cb: (err: any, data?: CreateChannelBanCommandOutput) => void
261
+ ): void;
262
+
263
+ createChannelFlow(
264
+ args: CreateChannelFlowCommandInput,
265
+ options?: __HttpHandlerOptions
266
+ ): Promise<CreateChannelFlowCommandOutput>;
267
+ createChannelFlow(
268
+ args: CreateChannelFlowCommandInput,
269
+ cb: (err: any, data?: CreateChannelFlowCommandOutput) => void
270
+ ): void;
271
+ createChannelFlow(
272
+ args: CreateChannelFlowCommandInput,
273
+ options: __HttpHandlerOptions,
274
+ cb: (err: any, data?: CreateChannelFlowCommandOutput) => void
275
+ ): void;
276
+
277
+ createChannelMembership(
278
+ args: CreateChannelMembershipCommandInput,
279
+ options?: __HttpHandlerOptions
280
+ ): Promise<CreateChannelMembershipCommandOutput>;
281
+ createChannelMembership(
282
+ args: CreateChannelMembershipCommandInput,
283
+ cb: (err: any, data?: CreateChannelMembershipCommandOutput) => void
284
+ ): void;
285
+ createChannelMembership(
286
+ args: CreateChannelMembershipCommandInput,
287
+ options: __HttpHandlerOptions,
288
+ cb: (err: any, data?: CreateChannelMembershipCommandOutput) => void
289
+ ): void;
290
+
291
+ createChannelModerator(
292
+ args: CreateChannelModeratorCommandInput,
293
+ options?: __HttpHandlerOptions
294
+ ): Promise<CreateChannelModeratorCommandOutput>;
295
+ createChannelModerator(
296
+ args: CreateChannelModeratorCommandInput,
297
+ cb: (err: any, data?: CreateChannelModeratorCommandOutput) => void
298
+ ): void;
299
+ createChannelModerator(
300
+ args: CreateChannelModeratorCommandInput,
301
+ options: __HttpHandlerOptions,
302
+ cb: (err: any, data?: CreateChannelModeratorCommandOutput) => void
303
+ ): void;
304
+
305
+ deleteChannel(
306
+ args: DeleteChannelCommandInput,
307
+ options?: __HttpHandlerOptions
308
+ ): Promise<DeleteChannelCommandOutput>;
309
+ deleteChannel(
310
+ args: DeleteChannelCommandInput,
311
+ cb: (err: any, data?: DeleteChannelCommandOutput) => void
312
+ ): void;
313
+ deleteChannel(
314
+ args: DeleteChannelCommandInput,
315
+ options: __HttpHandlerOptions,
316
+ cb: (err: any, data?: DeleteChannelCommandOutput) => void
317
+ ): void;
318
+
319
+ deleteChannelBan(
320
+ args: DeleteChannelBanCommandInput,
321
+ options?: __HttpHandlerOptions
322
+ ): Promise<DeleteChannelBanCommandOutput>;
323
+ deleteChannelBan(
324
+ args: DeleteChannelBanCommandInput,
325
+ cb: (err: any, data?: DeleteChannelBanCommandOutput) => void
326
+ ): void;
327
+ deleteChannelBan(
328
+ args: DeleteChannelBanCommandInput,
329
+ options: __HttpHandlerOptions,
330
+ cb: (err: any, data?: DeleteChannelBanCommandOutput) => void
331
+ ): void;
332
+
333
+ deleteChannelFlow(
334
+ args: DeleteChannelFlowCommandInput,
335
+ options?: __HttpHandlerOptions
336
+ ): Promise<DeleteChannelFlowCommandOutput>;
337
+ deleteChannelFlow(
338
+ args: DeleteChannelFlowCommandInput,
339
+ cb: (err: any, data?: DeleteChannelFlowCommandOutput) => void
340
+ ): void;
341
+ deleteChannelFlow(
342
+ args: DeleteChannelFlowCommandInput,
343
+ options: __HttpHandlerOptions,
344
+ cb: (err: any, data?: DeleteChannelFlowCommandOutput) => void
345
+ ): void;
346
+
347
+ deleteChannelMembership(
348
+ args: DeleteChannelMembershipCommandInput,
349
+ options?: __HttpHandlerOptions
350
+ ): Promise<DeleteChannelMembershipCommandOutput>;
351
+ deleteChannelMembership(
352
+ args: DeleteChannelMembershipCommandInput,
353
+ cb: (err: any, data?: DeleteChannelMembershipCommandOutput) => void
354
+ ): void;
355
+ deleteChannelMembership(
356
+ args: DeleteChannelMembershipCommandInput,
357
+ options: __HttpHandlerOptions,
358
+ cb: (err: any, data?: DeleteChannelMembershipCommandOutput) => void
359
+ ): void;
360
+
361
+ deleteChannelMessage(
362
+ args: DeleteChannelMessageCommandInput,
363
+ options?: __HttpHandlerOptions
364
+ ): Promise<DeleteChannelMessageCommandOutput>;
365
+ deleteChannelMessage(
366
+ args: DeleteChannelMessageCommandInput,
367
+ cb: (err: any, data?: DeleteChannelMessageCommandOutput) => void
368
+ ): void;
369
+ deleteChannelMessage(
370
+ args: DeleteChannelMessageCommandInput,
371
+ options: __HttpHandlerOptions,
372
+ cb: (err: any, data?: DeleteChannelMessageCommandOutput) => void
373
+ ): void;
374
+
375
+ deleteChannelModerator(
376
+ args: DeleteChannelModeratorCommandInput,
377
+ options?: __HttpHandlerOptions
378
+ ): Promise<DeleteChannelModeratorCommandOutput>;
379
+ deleteChannelModerator(
380
+ args: DeleteChannelModeratorCommandInput,
381
+ cb: (err: any, data?: DeleteChannelModeratorCommandOutput) => void
382
+ ): void;
383
+ deleteChannelModerator(
384
+ args: DeleteChannelModeratorCommandInput,
385
+ options: __HttpHandlerOptions,
386
+ cb: (err: any, data?: DeleteChannelModeratorCommandOutput) => void
387
+ ): void;
388
+
389
+ describeChannel(
390
+ args: DescribeChannelCommandInput,
391
+ options?: __HttpHandlerOptions
392
+ ): Promise<DescribeChannelCommandOutput>;
393
+ describeChannel(
394
+ args: DescribeChannelCommandInput,
395
+ cb: (err: any, data?: DescribeChannelCommandOutput) => void
396
+ ): void;
397
+ describeChannel(
398
+ args: DescribeChannelCommandInput,
399
+ options: __HttpHandlerOptions,
400
+ cb: (err: any, data?: DescribeChannelCommandOutput) => void
401
+ ): void;
402
+
403
+ describeChannelBan(
404
+ args: DescribeChannelBanCommandInput,
405
+ options?: __HttpHandlerOptions
406
+ ): Promise<DescribeChannelBanCommandOutput>;
407
+ describeChannelBan(
408
+ args: DescribeChannelBanCommandInput,
409
+ cb: (err: any, data?: DescribeChannelBanCommandOutput) => void
410
+ ): void;
411
+ describeChannelBan(
412
+ args: DescribeChannelBanCommandInput,
413
+ options: __HttpHandlerOptions,
414
+ cb: (err: any, data?: DescribeChannelBanCommandOutput) => void
415
+ ): void;
416
+
417
+ describeChannelFlow(
418
+ args: DescribeChannelFlowCommandInput,
419
+ options?: __HttpHandlerOptions
420
+ ): Promise<DescribeChannelFlowCommandOutput>;
421
+ describeChannelFlow(
422
+ args: DescribeChannelFlowCommandInput,
423
+ cb: (err: any, data?: DescribeChannelFlowCommandOutput) => void
424
+ ): void;
425
+ describeChannelFlow(
426
+ args: DescribeChannelFlowCommandInput,
427
+ options: __HttpHandlerOptions,
428
+ cb: (err: any, data?: DescribeChannelFlowCommandOutput) => void
429
+ ): void;
430
+
431
+ describeChannelMembership(
432
+ args: DescribeChannelMembershipCommandInput,
433
+ options?: __HttpHandlerOptions
434
+ ): Promise<DescribeChannelMembershipCommandOutput>;
435
+ describeChannelMembership(
436
+ args: DescribeChannelMembershipCommandInput,
437
+ cb: (err: any, data?: DescribeChannelMembershipCommandOutput) => void
438
+ ): void;
439
+ describeChannelMembership(
440
+ args: DescribeChannelMembershipCommandInput,
441
+ options: __HttpHandlerOptions,
442
+ cb: (err: any, data?: DescribeChannelMembershipCommandOutput) => void
443
+ ): void;
444
+
445
+ describeChannelMembershipForAppInstanceUser(
446
+ args: DescribeChannelMembershipForAppInstanceUserCommandInput,
447
+ options?: __HttpHandlerOptions
448
+ ): Promise<DescribeChannelMembershipForAppInstanceUserCommandOutput>;
449
+ describeChannelMembershipForAppInstanceUser(
450
+ args: DescribeChannelMembershipForAppInstanceUserCommandInput,
451
+ cb: (
452
+ err: any,
453
+ data?: DescribeChannelMembershipForAppInstanceUserCommandOutput
454
+ ) => void
455
+ ): void;
456
+ describeChannelMembershipForAppInstanceUser(
457
+ args: DescribeChannelMembershipForAppInstanceUserCommandInput,
458
+ options: __HttpHandlerOptions,
459
+ cb: (
460
+ err: any,
461
+ data?: DescribeChannelMembershipForAppInstanceUserCommandOutput
462
+ ) => void
463
+ ): void;
464
+
465
+ describeChannelModeratedByAppInstanceUser(
466
+ args: DescribeChannelModeratedByAppInstanceUserCommandInput,
467
+ options?: __HttpHandlerOptions
468
+ ): Promise<DescribeChannelModeratedByAppInstanceUserCommandOutput>;
469
+ describeChannelModeratedByAppInstanceUser(
470
+ args: DescribeChannelModeratedByAppInstanceUserCommandInput,
471
+ cb: (
472
+ err: any,
473
+ data?: DescribeChannelModeratedByAppInstanceUserCommandOutput
474
+ ) => void
475
+ ): void;
476
+ describeChannelModeratedByAppInstanceUser(
477
+ args: DescribeChannelModeratedByAppInstanceUserCommandInput,
478
+ options: __HttpHandlerOptions,
479
+ cb: (
480
+ err: any,
481
+ data?: DescribeChannelModeratedByAppInstanceUserCommandOutput
482
+ ) => void
483
+ ): void;
484
+
485
+ describeChannelModerator(
486
+ args: DescribeChannelModeratorCommandInput,
487
+ options?: __HttpHandlerOptions
488
+ ): Promise<DescribeChannelModeratorCommandOutput>;
489
+ describeChannelModerator(
490
+ args: DescribeChannelModeratorCommandInput,
491
+ cb: (err: any, data?: DescribeChannelModeratorCommandOutput) => void
492
+ ): void;
493
+ describeChannelModerator(
494
+ args: DescribeChannelModeratorCommandInput,
495
+ options: __HttpHandlerOptions,
496
+ cb: (err: any, data?: DescribeChannelModeratorCommandOutput) => void
497
+ ): void;
498
+
499
+ disassociateChannelFlow(
500
+ args: DisassociateChannelFlowCommandInput,
501
+ options?: __HttpHandlerOptions
502
+ ): Promise<DisassociateChannelFlowCommandOutput>;
503
+ disassociateChannelFlow(
504
+ args: DisassociateChannelFlowCommandInput,
505
+ cb: (err: any, data?: DisassociateChannelFlowCommandOutput) => void
506
+ ): void;
507
+ disassociateChannelFlow(
508
+ args: DisassociateChannelFlowCommandInput,
509
+ options: __HttpHandlerOptions,
510
+ cb: (err: any, data?: DisassociateChannelFlowCommandOutput) => void
511
+ ): void;
512
+
513
+ getChannelMembershipPreferences(
514
+ args: GetChannelMembershipPreferencesCommandInput,
515
+ options?: __HttpHandlerOptions
516
+ ): Promise<GetChannelMembershipPreferencesCommandOutput>;
517
+ getChannelMembershipPreferences(
518
+ args: GetChannelMembershipPreferencesCommandInput,
519
+ cb: (err: any, data?: GetChannelMembershipPreferencesCommandOutput) => void
520
+ ): void;
521
+ getChannelMembershipPreferences(
522
+ args: GetChannelMembershipPreferencesCommandInput,
523
+ options: __HttpHandlerOptions,
524
+ cb: (err: any, data?: GetChannelMembershipPreferencesCommandOutput) => void
525
+ ): void;
526
+
527
+ getChannelMessage(
528
+ args: GetChannelMessageCommandInput,
529
+ options?: __HttpHandlerOptions
530
+ ): Promise<GetChannelMessageCommandOutput>;
531
+ getChannelMessage(
532
+ args: GetChannelMessageCommandInput,
533
+ cb: (err: any, data?: GetChannelMessageCommandOutput) => void
534
+ ): void;
535
+ getChannelMessage(
536
+ args: GetChannelMessageCommandInput,
537
+ options: __HttpHandlerOptions,
538
+ cb: (err: any, data?: GetChannelMessageCommandOutput) => void
539
+ ): void;
540
+
541
+ getChannelMessageStatus(
542
+ args: GetChannelMessageStatusCommandInput,
543
+ options?: __HttpHandlerOptions
544
+ ): Promise<GetChannelMessageStatusCommandOutput>;
545
+ getChannelMessageStatus(
546
+ args: GetChannelMessageStatusCommandInput,
547
+ cb: (err: any, data?: GetChannelMessageStatusCommandOutput) => void
548
+ ): void;
549
+ getChannelMessageStatus(
550
+ args: GetChannelMessageStatusCommandInput,
551
+ options: __HttpHandlerOptions,
552
+ cb: (err: any, data?: GetChannelMessageStatusCommandOutput) => void
553
+ ): void;
554
+
555
+ getMessagingSessionEndpoint(
556
+ args: GetMessagingSessionEndpointCommandInput,
557
+ options?: __HttpHandlerOptions
558
+ ): Promise<GetMessagingSessionEndpointCommandOutput>;
559
+ getMessagingSessionEndpoint(
560
+ args: GetMessagingSessionEndpointCommandInput,
561
+ cb: (err: any, data?: GetMessagingSessionEndpointCommandOutput) => void
562
+ ): void;
563
+ getMessagingSessionEndpoint(
564
+ args: GetMessagingSessionEndpointCommandInput,
565
+ options: __HttpHandlerOptions,
566
+ cb: (err: any, data?: GetMessagingSessionEndpointCommandOutput) => void
567
+ ): void;
568
+
569
+ listChannelBans(
570
+ args: ListChannelBansCommandInput,
571
+ options?: __HttpHandlerOptions
572
+ ): Promise<ListChannelBansCommandOutput>;
573
+ listChannelBans(
574
+ args: ListChannelBansCommandInput,
575
+ cb: (err: any, data?: ListChannelBansCommandOutput) => void
576
+ ): void;
577
+ listChannelBans(
578
+ args: ListChannelBansCommandInput,
579
+ options: __HttpHandlerOptions,
580
+ cb: (err: any, data?: ListChannelBansCommandOutput) => void
581
+ ): void;
582
+
583
+ listChannelFlows(
584
+ args: ListChannelFlowsCommandInput,
585
+ options?: __HttpHandlerOptions
586
+ ): Promise<ListChannelFlowsCommandOutput>;
587
+ listChannelFlows(
588
+ args: ListChannelFlowsCommandInput,
589
+ cb: (err: any, data?: ListChannelFlowsCommandOutput) => void
590
+ ): void;
591
+ listChannelFlows(
592
+ args: ListChannelFlowsCommandInput,
593
+ options: __HttpHandlerOptions,
594
+ cb: (err: any, data?: ListChannelFlowsCommandOutput) => void
595
+ ): void;
596
+
597
+ listChannelMemberships(
598
+ args: ListChannelMembershipsCommandInput,
599
+ options?: __HttpHandlerOptions
600
+ ): Promise<ListChannelMembershipsCommandOutput>;
601
+ listChannelMemberships(
602
+ args: ListChannelMembershipsCommandInput,
603
+ cb: (err: any, data?: ListChannelMembershipsCommandOutput) => void
604
+ ): void;
605
+ listChannelMemberships(
606
+ args: ListChannelMembershipsCommandInput,
607
+ options: __HttpHandlerOptions,
608
+ cb: (err: any, data?: ListChannelMembershipsCommandOutput) => void
609
+ ): void;
610
+
611
+ listChannelMembershipsForAppInstanceUser(
612
+ args: ListChannelMembershipsForAppInstanceUserCommandInput,
613
+ options?: __HttpHandlerOptions
614
+ ): Promise<ListChannelMembershipsForAppInstanceUserCommandOutput>;
615
+ listChannelMembershipsForAppInstanceUser(
616
+ args: ListChannelMembershipsForAppInstanceUserCommandInput,
617
+ cb: (
618
+ err: any,
619
+ data?: ListChannelMembershipsForAppInstanceUserCommandOutput
620
+ ) => void
621
+ ): void;
622
+ listChannelMembershipsForAppInstanceUser(
623
+ args: ListChannelMembershipsForAppInstanceUserCommandInput,
624
+ options: __HttpHandlerOptions,
625
+ cb: (
626
+ err: any,
627
+ data?: ListChannelMembershipsForAppInstanceUserCommandOutput
628
+ ) => void
629
+ ): void;
630
+
631
+ listChannelMessages(
632
+ args: ListChannelMessagesCommandInput,
633
+ options?: __HttpHandlerOptions
634
+ ): Promise<ListChannelMessagesCommandOutput>;
635
+ listChannelMessages(
636
+ args: ListChannelMessagesCommandInput,
637
+ cb: (err: any, data?: ListChannelMessagesCommandOutput) => void
638
+ ): void;
639
+ listChannelMessages(
640
+ args: ListChannelMessagesCommandInput,
641
+ options: __HttpHandlerOptions,
642
+ cb: (err: any, data?: ListChannelMessagesCommandOutput) => void
643
+ ): void;
644
+
645
+ listChannelModerators(
646
+ args: ListChannelModeratorsCommandInput,
647
+ options?: __HttpHandlerOptions
648
+ ): Promise<ListChannelModeratorsCommandOutput>;
649
+ listChannelModerators(
650
+ args: ListChannelModeratorsCommandInput,
651
+ cb: (err: any, data?: ListChannelModeratorsCommandOutput) => void
652
+ ): void;
653
+ listChannelModerators(
654
+ args: ListChannelModeratorsCommandInput,
655
+ options: __HttpHandlerOptions,
656
+ cb: (err: any, data?: ListChannelModeratorsCommandOutput) => void
657
+ ): void;
658
+
659
+ listChannels(
660
+ args: ListChannelsCommandInput,
661
+ options?: __HttpHandlerOptions
662
+ ): Promise<ListChannelsCommandOutput>;
663
+ listChannels(
664
+ args: ListChannelsCommandInput,
665
+ cb: (err: any, data?: ListChannelsCommandOutput) => void
666
+ ): void;
667
+ listChannels(
668
+ args: ListChannelsCommandInput,
669
+ options: __HttpHandlerOptions,
670
+ cb: (err: any, data?: ListChannelsCommandOutput) => void
671
+ ): void;
672
+
673
+ listChannelsAssociatedWithChannelFlow(
674
+ args: ListChannelsAssociatedWithChannelFlowCommandInput,
675
+ options?: __HttpHandlerOptions
676
+ ): Promise<ListChannelsAssociatedWithChannelFlowCommandOutput>;
677
+ listChannelsAssociatedWithChannelFlow(
678
+ args: ListChannelsAssociatedWithChannelFlowCommandInput,
679
+ cb: (
680
+ err: any,
681
+ data?: ListChannelsAssociatedWithChannelFlowCommandOutput
682
+ ) => void
683
+ ): void;
684
+ listChannelsAssociatedWithChannelFlow(
685
+ args: ListChannelsAssociatedWithChannelFlowCommandInput,
686
+ options: __HttpHandlerOptions,
687
+ cb: (
688
+ err: any,
689
+ data?: ListChannelsAssociatedWithChannelFlowCommandOutput
690
+ ) => void
691
+ ): void;
692
+
693
+ listChannelsModeratedByAppInstanceUser(
694
+ args: ListChannelsModeratedByAppInstanceUserCommandInput,
695
+ options?: __HttpHandlerOptions
696
+ ): Promise<ListChannelsModeratedByAppInstanceUserCommandOutput>;
697
+ listChannelsModeratedByAppInstanceUser(
698
+ args: ListChannelsModeratedByAppInstanceUserCommandInput,
699
+ cb: (
700
+ err: any,
701
+ data?: ListChannelsModeratedByAppInstanceUserCommandOutput
702
+ ) => void
703
+ ): void;
704
+ listChannelsModeratedByAppInstanceUser(
705
+ args: ListChannelsModeratedByAppInstanceUserCommandInput,
706
+ options: __HttpHandlerOptions,
707
+ cb: (
708
+ err: any,
709
+ data?: ListChannelsModeratedByAppInstanceUserCommandOutput
710
+ ) => void
711
+ ): void;
712
+
713
+ listSubChannels(
714
+ args: ListSubChannelsCommandInput,
715
+ options?: __HttpHandlerOptions
716
+ ): Promise<ListSubChannelsCommandOutput>;
717
+ listSubChannels(
718
+ args: ListSubChannelsCommandInput,
719
+ cb: (err: any, data?: ListSubChannelsCommandOutput) => void
720
+ ): void;
721
+ listSubChannels(
722
+ args: ListSubChannelsCommandInput,
723
+ options: __HttpHandlerOptions,
724
+ cb: (err: any, data?: ListSubChannelsCommandOutput) => void
725
+ ): void;
726
+
727
+ listTagsForResource(
728
+ args: ListTagsForResourceCommandInput,
729
+ options?: __HttpHandlerOptions
730
+ ): Promise<ListTagsForResourceCommandOutput>;
731
+ listTagsForResource(
732
+ args: ListTagsForResourceCommandInput,
733
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
734
+ ): void;
735
+ listTagsForResource(
736
+ args: ListTagsForResourceCommandInput,
737
+ options: __HttpHandlerOptions,
738
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
739
+ ): void;
740
+
741
+ putChannelMembershipPreferences(
742
+ args: PutChannelMembershipPreferencesCommandInput,
743
+ options?: __HttpHandlerOptions
744
+ ): Promise<PutChannelMembershipPreferencesCommandOutput>;
745
+ putChannelMembershipPreferences(
746
+ args: PutChannelMembershipPreferencesCommandInput,
747
+ cb: (err: any, data?: PutChannelMembershipPreferencesCommandOutput) => void
748
+ ): void;
749
+ putChannelMembershipPreferences(
750
+ args: PutChannelMembershipPreferencesCommandInput,
751
+ options: __HttpHandlerOptions,
752
+ cb: (err: any, data?: PutChannelMembershipPreferencesCommandOutput) => void
753
+ ): void;
754
+
755
+ redactChannelMessage(
756
+ args: RedactChannelMessageCommandInput,
757
+ options?: __HttpHandlerOptions
758
+ ): Promise<RedactChannelMessageCommandOutput>;
759
+ redactChannelMessage(
760
+ args: RedactChannelMessageCommandInput,
761
+ cb: (err: any, data?: RedactChannelMessageCommandOutput) => void
762
+ ): void;
763
+ redactChannelMessage(
764
+ args: RedactChannelMessageCommandInput,
765
+ options: __HttpHandlerOptions,
766
+ cb: (err: any, data?: RedactChannelMessageCommandOutput) => void
767
+ ): void;
768
+
769
+ searchChannels(
770
+ args: SearchChannelsCommandInput,
771
+ options?: __HttpHandlerOptions
772
+ ): Promise<SearchChannelsCommandOutput>;
773
+ searchChannels(
774
+ args: SearchChannelsCommandInput,
775
+ cb: (err: any, data?: SearchChannelsCommandOutput) => void
776
+ ): void;
777
+ searchChannels(
778
+ args: SearchChannelsCommandInput,
779
+ options: __HttpHandlerOptions,
780
+ cb: (err: any, data?: SearchChannelsCommandOutput) => void
781
+ ): void;
782
+
783
+ sendChannelMessage(
784
+ args: SendChannelMessageCommandInput,
785
+ options?: __HttpHandlerOptions
786
+ ): Promise<SendChannelMessageCommandOutput>;
787
+ sendChannelMessage(
788
+ args: SendChannelMessageCommandInput,
789
+ cb: (err: any, data?: SendChannelMessageCommandOutput) => void
790
+ ): void;
791
+ sendChannelMessage(
792
+ args: SendChannelMessageCommandInput,
793
+ options: __HttpHandlerOptions,
794
+ cb: (err: any, data?: SendChannelMessageCommandOutput) => void
795
+ ): void;
796
+
797
+ tagResource(
798
+ args: TagResourceCommandInput,
799
+ options?: __HttpHandlerOptions
800
+ ): Promise<TagResourceCommandOutput>;
801
+ tagResource(
802
+ args: TagResourceCommandInput,
803
+ cb: (err: any, data?: TagResourceCommandOutput) => void
804
+ ): void;
805
+ tagResource(
806
+ args: TagResourceCommandInput,
807
+ options: __HttpHandlerOptions,
808
+ cb: (err: any, data?: TagResourceCommandOutput) => void
809
+ ): void;
810
+
811
+ untagResource(
812
+ args: UntagResourceCommandInput,
813
+ options?: __HttpHandlerOptions
814
+ ): Promise<UntagResourceCommandOutput>;
815
+ untagResource(
816
+ args: UntagResourceCommandInput,
817
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
818
+ ): void;
819
+ untagResource(
820
+ args: UntagResourceCommandInput,
821
+ options: __HttpHandlerOptions,
822
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
823
+ ): void;
824
+
825
+ updateChannel(
826
+ args: UpdateChannelCommandInput,
827
+ options?: __HttpHandlerOptions
828
+ ): Promise<UpdateChannelCommandOutput>;
829
+ updateChannel(
830
+ args: UpdateChannelCommandInput,
831
+ cb: (err: any, data?: UpdateChannelCommandOutput) => void
832
+ ): void;
833
+ updateChannel(
834
+ args: UpdateChannelCommandInput,
835
+ options: __HttpHandlerOptions,
836
+ cb: (err: any, data?: UpdateChannelCommandOutput) => void
837
+ ): void;
838
+
839
+ updateChannelFlow(
840
+ args: UpdateChannelFlowCommandInput,
841
+ options?: __HttpHandlerOptions
842
+ ): Promise<UpdateChannelFlowCommandOutput>;
843
+ updateChannelFlow(
844
+ args: UpdateChannelFlowCommandInput,
845
+ cb: (err: any, data?: UpdateChannelFlowCommandOutput) => void
846
+ ): void;
847
+ updateChannelFlow(
848
+ args: UpdateChannelFlowCommandInput,
849
+ options: __HttpHandlerOptions,
850
+ cb: (err: any, data?: UpdateChannelFlowCommandOutput) => void
851
+ ): void;
852
+
853
+ updateChannelMessage(
854
+ args: UpdateChannelMessageCommandInput,
855
+ options?: __HttpHandlerOptions
856
+ ): Promise<UpdateChannelMessageCommandOutput>;
857
+ updateChannelMessage(
858
+ args: UpdateChannelMessageCommandInput,
859
+ cb: (err: any, data?: UpdateChannelMessageCommandOutput) => void
860
+ ): void;
861
+ updateChannelMessage(
862
+ args: UpdateChannelMessageCommandInput,
863
+ options: __HttpHandlerOptions,
864
+ cb: (err: any, data?: UpdateChannelMessageCommandOutput) => void
865
+ ): void;
866
+
867
+ updateChannelReadMarker(
868
+ args: UpdateChannelReadMarkerCommandInput,
869
+ options?: __HttpHandlerOptions
870
+ ): Promise<UpdateChannelReadMarkerCommandOutput>;
871
+ updateChannelReadMarker(
872
+ args: UpdateChannelReadMarkerCommandInput,
873
+ cb: (err: any, data?: UpdateChannelReadMarkerCommandOutput) => void
874
+ ): void;
875
+ updateChannelReadMarker(
876
+ args: UpdateChannelReadMarkerCommandInput,
877
+ options: __HttpHandlerOptions,
878
+ cb: (err: any, data?: UpdateChannelReadMarkerCommandOutput) => void
879
+ ): void;
880
+ }