@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,143 +1,569 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
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
- export declare const serializeAws_restJson1AssociateChannelFlowCommand: (input: AssociateChannelFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1BatchCreateChannelMembershipCommand: (input: BatchCreateChannelMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1ChannelFlowCallbackCommand: (input: ChannelFlowCallbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1CreateChannelCommand: (input: CreateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1CreateChannelBanCommand: (input: CreateChannelBanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1CreateChannelFlowCommand: (input: CreateChannelFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1CreateChannelMembershipCommand: (input: CreateChannelMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1CreateChannelModeratorCommand: (input: CreateChannelModeratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1DeleteChannelCommand: (input: DeleteChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1DeleteChannelBanCommand: (input: DeleteChannelBanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1DeleteChannelFlowCommand: (input: DeleteChannelFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1DeleteChannelMembershipCommand: (input: DeleteChannelMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1DeleteChannelMessageCommand: (input: DeleteChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1DeleteChannelModeratorCommand: (input: DeleteChannelModeratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1DescribeChannelCommand: (input: DescribeChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1DescribeChannelBanCommand: (input: DescribeChannelBanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1DescribeChannelFlowCommand: (input: DescribeChannelFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_restJson1DescribeChannelMembershipCommand: (input: DescribeChannelMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restJson1DescribeChannelMembershipForAppInstanceUserCommand: (input: DescribeChannelMembershipForAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1DescribeChannelModeratedByAppInstanceUserCommand: (input: DescribeChannelModeratedByAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1DescribeChannelModeratorCommand: (input: DescribeChannelModeratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1DisassociateChannelFlowCommand: (input: DisassociateChannelFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1GetChannelMembershipPreferencesCommand: (input: GetChannelMembershipPreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1GetChannelMessageCommand: (input: GetChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1GetChannelMessageStatusCommand: (input: GetChannelMessageStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1GetMessagingSessionEndpointCommand: (input: GetMessagingSessionEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1ListChannelBansCommand: (input: ListChannelBansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1ListChannelFlowsCommand: (input: ListChannelFlowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1ListChannelMembershipsCommand: (input: ListChannelMembershipsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1ListChannelMembershipsForAppInstanceUserCommand: (input: ListChannelMembershipsForAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restJson1ListChannelMessagesCommand: (input: ListChannelMessagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restJson1ListChannelModeratorsCommand: (input: ListChannelModeratorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1ListChannelsCommand: (input: ListChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1ListChannelsAssociatedWithChannelFlowCommand: (input: ListChannelsAssociatedWithChannelFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restJson1ListChannelsModeratedByAppInstanceUserCommand: (input: ListChannelsModeratedByAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_restJson1ListSubChannelsCommand: (input: ListSubChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_restJson1PutChannelMembershipPreferencesCommand: (input: PutChannelMembershipPreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_restJson1RedactChannelMessageCommand: (input: RedactChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_restJson1SearchChannelsCommand: (input: SearchChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_restJson1SendChannelMessageCommand: (input: SendChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_restJson1UpdateChannelCommand: (input: UpdateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_restJson1UpdateChannelFlowCommand: (input: UpdateChannelFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_restJson1UpdateChannelMessageCommand: (input: UpdateChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_restJson1UpdateChannelReadMarkerCommand: (input: UpdateChannelReadMarkerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const deserializeAws_restJson1AssociateChannelFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateChannelFlowCommandOutput>;
98
- export declare const deserializeAws_restJson1BatchCreateChannelMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCreateChannelMembershipCommandOutput>;
99
- export declare const deserializeAws_restJson1ChannelFlowCallbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ChannelFlowCallbackCommandOutput>;
100
- export declare const deserializeAws_restJson1CreateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelCommandOutput>;
101
- export declare const deserializeAws_restJson1CreateChannelBanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelBanCommandOutput>;
102
- export declare const deserializeAws_restJson1CreateChannelFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelFlowCommandOutput>;
103
- export declare const deserializeAws_restJson1CreateChannelMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelMembershipCommandOutput>;
104
- export declare const deserializeAws_restJson1CreateChannelModeratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelModeratorCommandOutput>;
105
- export declare const deserializeAws_restJson1DeleteChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelCommandOutput>;
106
- export declare const deserializeAws_restJson1DeleteChannelBanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelBanCommandOutput>;
107
- export declare const deserializeAws_restJson1DeleteChannelFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelFlowCommandOutput>;
108
- export declare const deserializeAws_restJson1DeleteChannelMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelMembershipCommandOutput>;
109
- export declare const deserializeAws_restJson1DeleteChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelMessageCommandOutput>;
110
- export declare const deserializeAws_restJson1DeleteChannelModeratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelModeratorCommandOutput>;
111
- export declare const deserializeAws_restJson1DescribeChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelCommandOutput>;
112
- export declare const deserializeAws_restJson1DescribeChannelBanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelBanCommandOutput>;
113
- export declare const deserializeAws_restJson1DescribeChannelFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelFlowCommandOutput>;
114
- export declare const deserializeAws_restJson1DescribeChannelMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelMembershipCommandOutput>;
115
- export declare const deserializeAws_restJson1DescribeChannelMembershipForAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelMembershipForAppInstanceUserCommandOutput>;
116
- export declare const deserializeAws_restJson1DescribeChannelModeratedByAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelModeratedByAppInstanceUserCommandOutput>;
117
- export declare const deserializeAws_restJson1DescribeChannelModeratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelModeratorCommandOutput>;
118
- export declare const deserializeAws_restJson1DisassociateChannelFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateChannelFlowCommandOutput>;
119
- export declare const deserializeAws_restJson1GetChannelMembershipPreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelMembershipPreferencesCommandOutput>;
120
- export declare const deserializeAws_restJson1GetChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelMessageCommandOutput>;
121
- export declare const deserializeAws_restJson1GetChannelMessageStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelMessageStatusCommandOutput>;
122
- export declare const deserializeAws_restJson1GetMessagingSessionEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMessagingSessionEndpointCommandOutput>;
123
- export declare const deserializeAws_restJson1ListChannelBansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelBansCommandOutput>;
124
- export declare const deserializeAws_restJson1ListChannelFlowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelFlowsCommandOutput>;
125
- export declare const deserializeAws_restJson1ListChannelMembershipsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelMembershipsCommandOutput>;
126
- export declare const deserializeAws_restJson1ListChannelMembershipsForAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelMembershipsForAppInstanceUserCommandOutput>;
127
- export declare const deserializeAws_restJson1ListChannelMessagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelMessagesCommandOutput>;
128
- export declare const deserializeAws_restJson1ListChannelModeratorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelModeratorsCommandOutput>;
129
- export declare const deserializeAws_restJson1ListChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelsCommandOutput>;
130
- export declare const deserializeAws_restJson1ListChannelsAssociatedWithChannelFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelsAssociatedWithChannelFlowCommandOutput>;
131
- export declare const deserializeAws_restJson1ListChannelsModeratedByAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelsModeratedByAppInstanceUserCommandOutput>;
132
- export declare const deserializeAws_restJson1ListSubChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubChannelsCommandOutput>;
133
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
134
- export declare const deserializeAws_restJson1PutChannelMembershipPreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutChannelMembershipPreferencesCommandOutput>;
135
- export declare const deserializeAws_restJson1RedactChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RedactChannelMessageCommandOutput>;
136
- export declare const deserializeAws_restJson1SearchChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchChannelsCommandOutput>;
137
- export declare const deserializeAws_restJson1SendChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendChannelMessageCommandOutput>;
138
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
139
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
140
- export declare const deserializeAws_restJson1UpdateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelCommandOutput>;
141
- export declare const deserializeAws_restJson1UpdateChannelFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelFlowCommandOutput>;
142
- export declare const deserializeAws_restJson1UpdateChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelMessageCommandOutput>;
143
- export declare const deserializeAws_restJson1UpdateChannelReadMarkerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelReadMarkerCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AssociateChannelFlowCommandInput,
8
+ AssociateChannelFlowCommandOutput,
9
+ } from "../commands/AssociateChannelFlowCommand";
10
+ import {
11
+ BatchCreateChannelMembershipCommandInput,
12
+ BatchCreateChannelMembershipCommandOutput,
13
+ } from "../commands/BatchCreateChannelMembershipCommand";
14
+ import {
15
+ ChannelFlowCallbackCommandInput,
16
+ ChannelFlowCallbackCommandOutput,
17
+ } from "../commands/ChannelFlowCallbackCommand";
18
+ import {
19
+ CreateChannelBanCommandInput,
20
+ CreateChannelBanCommandOutput,
21
+ } from "../commands/CreateChannelBanCommand";
22
+ import {
23
+ CreateChannelCommandInput,
24
+ CreateChannelCommandOutput,
25
+ } from "../commands/CreateChannelCommand";
26
+ import {
27
+ CreateChannelFlowCommandInput,
28
+ CreateChannelFlowCommandOutput,
29
+ } from "../commands/CreateChannelFlowCommand";
30
+ import {
31
+ CreateChannelMembershipCommandInput,
32
+ CreateChannelMembershipCommandOutput,
33
+ } from "../commands/CreateChannelMembershipCommand";
34
+ import {
35
+ CreateChannelModeratorCommandInput,
36
+ CreateChannelModeratorCommandOutput,
37
+ } from "../commands/CreateChannelModeratorCommand";
38
+ import {
39
+ DeleteChannelBanCommandInput,
40
+ DeleteChannelBanCommandOutput,
41
+ } from "../commands/DeleteChannelBanCommand";
42
+ import {
43
+ DeleteChannelCommandInput,
44
+ DeleteChannelCommandOutput,
45
+ } from "../commands/DeleteChannelCommand";
46
+ import {
47
+ DeleteChannelFlowCommandInput,
48
+ DeleteChannelFlowCommandOutput,
49
+ } from "../commands/DeleteChannelFlowCommand";
50
+ import {
51
+ DeleteChannelMembershipCommandInput,
52
+ DeleteChannelMembershipCommandOutput,
53
+ } from "../commands/DeleteChannelMembershipCommand";
54
+ import {
55
+ DeleteChannelMessageCommandInput,
56
+ DeleteChannelMessageCommandOutput,
57
+ } from "../commands/DeleteChannelMessageCommand";
58
+ import {
59
+ DeleteChannelModeratorCommandInput,
60
+ DeleteChannelModeratorCommandOutput,
61
+ } from "../commands/DeleteChannelModeratorCommand";
62
+ import {
63
+ DescribeChannelBanCommandInput,
64
+ DescribeChannelBanCommandOutput,
65
+ } from "../commands/DescribeChannelBanCommand";
66
+ import {
67
+ DescribeChannelCommandInput,
68
+ DescribeChannelCommandOutput,
69
+ } from "../commands/DescribeChannelCommand";
70
+ import {
71
+ DescribeChannelFlowCommandInput,
72
+ DescribeChannelFlowCommandOutput,
73
+ } from "../commands/DescribeChannelFlowCommand";
74
+ import {
75
+ DescribeChannelMembershipCommandInput,
76
+ DescribeChannelMembershipCommandOutput,
77
+ } from "../commands/DescribeChannelMembershipCommand";
78
+ import {
79
+ DescribeChannelMembershipForAppInstanceUserCommandInput,
80
+ DescribeChannelMembershipForAppInstanceUserCommandOutput,
81
+ } from "../commands/DescribeChannelMembershipForAppInstanceUserCommand";
82
+ import {
83
+ DescribeChannelModeratedByAppInstanceUserCommandInput,
84
+ DescribeChannelModeratedByAppInstanceUserCommandOutput,
85
+ } from "../commands/DescribeChannelModeratedByAppInstanceUserCommand";
86
+ import {
87
+ DescribeChannelModeratorCommandInput,
88
+ DescribeChannelModeratorCommandOutput,
89
+ } from "../commands/DescribeChannelModeratorCommand";
90
+ import {
91
+ DisassociateChannelFlowCommandInput,
92
+ DisassociateChannelFlowCommandOutput,
93
+ } from "../commands/DisassociateChannelFlowCommand";
94
+ import {
95
+ GetChannelMembershipPreferencesCommandInput,
96
+ GetChannelMembershipPreferencesCommandOutput,
97
+ } from "../commands/GetChannelMembershipPreferencesCommand";
98
+ import {
99
+ GetChannelMessageCommandInput,
100
+ GetChannelMessageCommandOutput,
101
+ } from "../commands/GetChannelMessageCommand";
102
+ import {
103
+ GetChannelMessageStatusCommandInput,
104
+ GetChannelMessageStatusCommandOutput,
105
+ } from "../commands/GetChannelMessageStatusCommand";
106
+ import {
107
+ GetMessagingSessionEndpointCommandInput,
108
+ GetMessagingSessionEndpointCommandOutput,
109
+ } from "../commands/GetMessagingSessionEndpointCommand";
110
+ import {
111
+ ListChannelBansCommandInput,
112
+ ListChannelBansCommandOutput,
113
+ } from "../commands/ListChannelBansCommand";
114
+ import {
115
+ ListChannelFlowsCommandInput,
116
+ ListChannelFlowsCommandOutput,
117
+ } from "../commands/ListChannelFlowsCommand";
118
+ import {
119
+ ListChannelMembershipsCommandInput,
120
+ ListChannelMembershipsCommandOutput,
121
+ } from "../commands/ListChannelMembershipsCommand";
122
+ import {
123
+ ListChannelMembershipsForAppInstanceUserCommandInput,
124
+ ListChannelMembershipsForAppInstanceUserCommandOutput,
125
+ } from "../commands/ListChannelMembershipsForAppInstanceUserCommand";
126
+ import {
127
+ ListChannelMessagesCommandInput,
128
+ ListChannelMessagesCommandOutput,
129
+ } from "../commands/ListChannelMessagesCommand";
130
+ import {
131
+ ListChannelModeratorsCommandInput,
132
+ ListChannelModeratorsCommandOutput,
133
+ } from "../commands/ListChannelModeratorsCommand";
134
+ import {
135
+ ListChannelsAssociatedWithChannelFlowCommandInput,
136
+ ListChannelsAssociatedWithChannelFlowCommandOutput,
137
+ } from "../commands/ListChannelsAssociatedWithChannelFlowCommand";
138
+ import {
139
+ ListChannelsCommandInput,
140
+ ListChannelsCommandOutput,
141
+ } from "../commands/ListChannelsCommand";
142
+ import {
143
+ ListChannelsModeratedByAppInstanceUserCommandInput,
144
+ ListChannelsModeratedByAppInstanceUserCommandOutput,
145
+ } from "../commands/ListChannelsModeratedByAppInstanceUserCommand";
146
+ import {
147
+ ListSubChannelsCommandInput,
148
+ ListSubChannelsCommandOutput,
149
+ } from "../commands/ListSubChannelsCommand";
150
+ import {
151
+ ListTagsForResourceCommandInput,
152
+ ListTagsForResourceCommandOutput,
153
+ } from "../commands/ListTagsForResourceCommand";
154
+ import {
155
+ PutChannelMembershipPreferencesCommandInput,
156
+ PutChannelMembershipPreferencesCommandOutput,
157
+ } from "../commands/PutChannelMembershipPreferencesCommand";
158
+ import {
159
+ RedactChannelMessageCommandInput,
160
+ RedactChannelMessageCommandOutput,
161
+ } from "../commands/RedactChannelMessageCommand";
162
+ import {
163
+ SearchChannelsCommandInput,
164
+ SearchChannelsCommandOutput,
165
+ } from "../commands/SearchChannelsCommand";
166
+ import {
167
+ SendChannelMessageCommandInput,
168
+ SendChannelMessageCommandOutput,
169
+ } from "../commands/SendChannelMessageCommand";
170
+ import {
171
+ TagResourceCommandInput,
172
+ TagResourceCommandOutput,
173
+ } from "../commands/TagResourceCommand";
174
+ import {
175
+ UntagResourceCommandInput,
176
+ UntagResourceCommandOutput,
177
+ } from "../commands/UntagResourceCommand";
178
+ import {
179
+ UpdateChannelCommandInput,
180
+ UpdateChannelCommandOutput,
181
+ } from "../commands/UpdateChannelCommand";
182
+ import {
183
+ UpdateChannelFlowCommandInput,
184
+ UpdateChannelFlowCommandOutput,
185
+ } from "../commands/UpdateChannelFlowCommand";
186
+ import {
187
+ UpdateChannelMessageCommandInput,
188
+ UpdateChannelMessageCommandOutput,
189
+ } from "../commands/UpdateChannelMessageCommand";
190
+ import {
191
+ UpdateChannelReadMarkerCommandInput,
192
+ UpdateChannelReadMarkerCommandOutput,
193
+ } from "../commands/UpdateChannelReadMarkerCommand";
194
+ export declare const serializeAws_restJson1AssociateChannelFlowCommand: (
195
+ input: AssociateChannelFlowCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_restJson1BatchCreateChannelMembershipCommand: (
199
+ input: BatchCreateChannelMembershipCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_restJson1ChannelFlowCallbackCommand: (
203
+ input: ChannelFlowCallbackCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_restJson1CreateChannelCommand: (
207
+ input: CreateChannelCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_restJson1CreateChannelBanCommand: (
211
+ input: CreateChannelBanCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_restJson1CreateChannelFlowCommand: (
215
+ input: CreateChannelFlowCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_restJson1CreateChannelMembershipCommand: (
219
+ input: CreateChannelMembershipCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_restJson1CreateChannelModeratorCommand: (
223
+ input: CreateChannelModeratorCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_restJson1DeleteChannelCommand: (
227
+ input: DeleteChannelCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_restJson1DeleteChannelBanCommand: (
231
+ input: DeleteChannelBanCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_restJson1DeleteChannelFlowCommand: (
235
+ input: DeleteChannelFlowCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_restJson1DeleteChannelMembershipCommand: (
239
+ input: DeleteChannelMembershipCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_restJson1DeleteChannelMessageCommand: (
243
+ input: DeleteChannelMessageCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_restJson1DeleteChannelModeratorCommand: (
247
+ input: DeleteChannelModeratorCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_restJson1DescribeChannelCommand: (
251
+ input: DescribeChannelCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_restJson1DescribeChannelBanCommand: (
255
+ input: DescribeChannelBanCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_restJson1DescribeChannelFlowCommand: (
259
+ input: DescribeChannelFlowCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_restJson1DescribeChannelMembershipCommand: (
263
+ input: DescribeChannelMembershipCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_restJson1DescribeChannelMembershipForAppInstanceUserCommand: (
267
+ input: DescribeChannelMembershipForAppInstanceUserCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_restJson1DescribeChannelModeratedByAppInstanceUserCommand: (
271
+ input: DescribeChannelModeratedByAppInstanceUserCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_restJson1DescribeChannelModeratorCommand: (
275
+ input: DescribeChannelModeratorCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_restJson1DisassociateChannelFlowCommand: (
279
+ input: DisassociateChannelFlowCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_restJson1GetChannelMembershipPreferencesCommand: (
283
+ input: GetChannelMembershipPreferencesCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_restJson1GetChannelMessageCommand: (
287
+ input: GetChannelMessageCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_restJson1GetChannelMessageStatusCommand: (
291
+ input: GetChannelMessageStatusCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_restJson1GetMessagingSessionEndpointCommand: (
295
+ input: GetMessagingSessionEndpointCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_restJson1ListChannelBansCommand: (
299
+ input: ListChannelBansCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_restJson1ListChannelFlowsCommand: (
303
+ input: ListChannelFlowsCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_restJson1ListChannelMembershipsCommand: (
307
+ input: ListChannelMembershipsCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_restJson1ListChannelMembershipsForAppInstanceUserCommand: (
311
+ input: ListChannelMembershipsForAppInstanceUserCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_restJson1ListChannelMessagesCommand: (
315
+ input: ListChannelMessagesCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_restJson1ListChannelModeratorsCommand: (
319
+ input: ListChannelModeratorsCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_restJson1ListChannelsCommand: (
323
+ input: ListChannelsCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_restJson1ListChannelsAssociatedWithChannelFlowCommand: (
327
+ input: ListChannelsAssociatedWithChannelFlowCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_restJson1ListChannelsModeratedByAppInstanceUserCommand: (
331
+ input: ListChannelsModeratedByAppInstanceUserCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_restJson1ListSubChannelsCommand: (
335
+ input: ListSubChannelsCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (
339
+ input: ListTagsForResourceCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_restJson1PutChannelMembershipPreferencesCommand: (
343
+ input: PutChannelMembershipPreferencesCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_restJson1RedactChannelMessageCommand: (
347
+ input: RedactChannelMessageCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_restJson1SearchChannelsCommand: (
351
+ input: SearchChannelsCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_restJson1SendChannelMessageCommand: (
355
+ input: SendChannelMessageCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_restJson1TagResourceCommand: (
359
+ input: TagResourceCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_restJson1UntagResourceCommand: (
363
+ input: UntagResourceCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_restJson1UpdateChannelCommand: (
367
+ input: UpdateChannelCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_restJson1UpdateChannelFlowCommand: (
371
+ input: UpdateChannelFlowCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_restJson1UpdateChannelMessageCommand: (
375
+ input: UpdateChannelMessageCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_restJson1UpdateChannelReadMarkerCommand: (
379
+ input: UpdateChannelReadMarkerCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const deserializeAws_restJson1AssociateChannelFlowCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<AssociateChannelFlowCommandOutput>;
386
+ export declare const deserializeAws_restJson1BatchCreateChannelMembershipCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<BatchCreateChannelMembershipCommandOutput>;
390
+ export declare const deserializeAws_restJson1ChannelFlowCallbackCommand: (
391
+ output: __HttpResponse,
392
+ context: __SerdeContext
393
+ ) => Promise<ChannelFlowCallbackCommandOutput>;
394
+ export declare const deserializeAws_restJson1CreateChannelCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<CreateChannelCommandOutput>;
398
+ export declare const deserializeAws_restJson1CreateChannelBanCommand: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<CreateChannelBanCommandOutput>;
402
+ export declare const deserializeAws_restJson1CreateChannelFlowCommand: (
403
+ output: __HttpResponse,
404
+ context: __SerdeContext
405
+ ) => Promise<CreateChannelFlowCommandOutput>;
406
+ export declare const deserializeAws_restJson1CreateChannelMembershipCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<CreateChannelMembershipCommandOutput>;
410
+ export declare const deserializeAws_restJson1CreateChannelModeratorCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<CreateChannelModeratorCommandOutput>;
414
+ export declare const deserializeAws_restJson1DeleteChannelCommand: (
415
+ output: __HttpResponse,
416
+ context: __SerdeContext
417
+ ) => Promise<DeleteChannelCommandOutput>;
418
+ export declare const deserializeAws_restJson1DeleteChannelBanCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<DeleteChannelBanCommandOutput>;
422
+ export declare const deserializeAws_restJson1DeleteChannelFlowCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<DeleteChannelFlowCommandOutput>;
426
+ export declare const deserializeAws_restJson1DeleteChannelMembershipCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<DeleteChannelMembershipCommandOutput>;
430
+ export declare const deserializeAws_restJson1DeleteChannelMessageCommand: (
431
+ output: __HttpResponse,
432
+ context: __SerdeContext
433
+ ) => Promise<DeleteChannelMessageCommandOutput>;
434
+ export declare const deserializeAws_restJson1DeleteChannelModeratorCommand: (
435
+ output: __HttpResponse,
436
+ context: __SerdeContext
437
+ ) => Promise<DeleteChannelModeratorCommandOutput>;
438
+ export declare const deserializeAws_restJson1DescribeChannelCommand: (
439
+ output: __HttpResponse,
440
+ context: __SerdeContext
441
+ ) => Promise<DescribeChannelCommandOutput>;
442
+ export declare const deserializeAws_restJson1DescribeChannelBanCommand: (
443
+ output: __HttpResponse,
444
+ context: __SerdeContext
445
+ ) => Promise<DescribeChannelBanCommandOutput>;
446
+ export declare const deserializeAws_restJson1DescribeChannelFlowCommand: (
447
+ output: __HttpResponse,
448
+ context: __SerdeContext
449
+ ) => Promise<DescribeChannelFlowCommandOutput>;
450
+ export declare const deserializeAws_restJson1DescribeChannelMembershipCommand: (
451
+ output: __HttpResponse,
452
+ context: __SerdeContext
453
+ ) => Promise<DescribeChannelMembershipCommandOutput>;
454
+ export declare const deserializeAws_restJson1DescribeChannelMembershipForAppInstanceUserCommand: (
455
+ output: __HttpResponse,
456
+ context: __SerdeContext
457
+ ) => Promise<DescribeChannelMembershipForAppInstanceUserCommandOutput>;
458
+ export declare const deserializeAws_restJson1DescribeChannelModeratedByAppInstanceUserCommand: (
459
+ output: __HttpResponse,
460
+ context: __SerdeContext
461
+ ) => Promise<DescribeChannelModeratedByAppInstanceUserCommandOutput>;
462
+ export declare const deserializeAws_restJson1DescribeChannelModeratorCommand: (
463
+ output: __HttpResponse,
464
+ context: __SerdeContext
465
+ ) => Promise<DescribeChannelModeratorCommandOutput>;
466
+ export declare const deserializeAws_restJson1DisassociateChannelFlowCommand: (
467
+ output: __HttpResponse,
468
+ context: __SerdeContext
469
+ ) => Promise<DisassociateChannelFlowCommandOutput>;
470
+ export declare const deserializeAws_restJson1GetChannelMembershipPreferencesCommand: (
471
+ output: __HttpResponse,
472
+ context: __SerdeContext
473
+ ) => Promise<GetChannelMembershipPreferencesCommandOutput>;
474
+ export declare const deserializeAws_restJson1GetChannelMessageCommand: (
475
+ output: __HttpResponse,
476
+ context: __SerdeContext
477
+ ) => Promise<GetChannelMessageCommandOutput>;
478
+ export declare const deserializeAws_restJson1GetChannelMessageStatusCommand: (
479
+ output: __HttpResponse,
480
+ context: __SerdeContext
481
+ ) => Promise<GetChannelMessageStatusCommandOutput>;
482
+ export declare const deserializeAws_restJson1GetMessagingSessionEndpointCommand: (
483
+ output: __HttpResponse,
484
+ context: __SerdeContext
485
+ ) => Promise<GetMessagingSessionEndpointCommandOutput>;
486
+ export declare const deserializeAws_restJson1ListChannelBansCommand: (
487
+ output: __HttpResponse,
488
+ context: __SerdeContext
489
+ ) => Promise<ListChannelBansCommandOutput>;
490
+ export declare const deserializeAws_restJson1ListChannelFlowsCommand: (
491
+ output: __HttpResponse,
492
+ context: __SerdeContext
493
+ ) => Promise<ListChannelFlowsCommandOutput>;
494
+ export declare const deserializeAws_restJson1ListChannelMembershipsCommand: (
495
+ output: __HttpResponse,
496
+ context: __SerdeContext
497
+ ) => Promise<ListChannelMembershipsCommandOutput>;
498
+ export declare const deserializeAws_restJson1ListChannelMembershipsForAppInstanceUserCommand: (
499
+ output: __HttpResponse,
500
+ context: __SerdeContext
501
+ ) => Promise<ListChannelMembershipsForAppInstanceUserCommandOutput>;
502
+ export declare const deserializeAws_restJson1ListChannelMessagesCommand: (
503
+ output: __HttpResponse,
504
+ context: __SerdeContext
505
+ ) => Promise<ListChannelMessagesCommandOutput>;
506
+ export declare const deserializeAws_restJson1ListChannelModeratorsCommand: (
507
+ output: __HttpResponse,
508
+ context: __SerdeContext
509
+ ) => Promise<ListChannelModeratorsCommandOutput>;
510
+ export declare const deserializeAws_restJson1ListChannelsCommand: (
511
+ output: __HttpResponse,
512
+ context: __SerdeContext
513
+ ) => Promise<ListChannelsCommandOutput>;
514
+ export declare const deserializeAws_restJson1ListChannelsAssociatedWithChannelFlowCommand: (
515
+ output: __HttpResponse,
516
+ context: __SerdeContext
517
+ ) => Promise<ListChannelsAssociatedWithChannelFlowCommandOutput>;
518
+ export declare const deserializeAws_restJson1ListChannelsModeratedByAppInstanceUserCommand: (
519
+ output: __HttpResponse,
520
+ context: __SerdeContext
521
+ ) => Promise<ListChannelsModeratedByAppInstanceUserCommandOutput>;
522
+ export declare const deserializeAws_restJson1ListSubChannelsCommand: (
523
+ output: __HttpResponse,
524
+ context: __SerdeContext
525
+ ) => Promise<ListSubChannelsCommandOutput>;
526
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
527
+ output: __HttpResponse,
528
+ context: __SerdeContext
529
+ ) => Promise<ListTagsForResourceCommandOutput>;
530
+ export declare const deserializeAws_restJson1PutChannelMembershipPreferencesCommand: (
531
+ output: __HttpResponse,
532
+ context: __SerdeContext
533
+ ) => Promise<PutChannelMembershipPreferencesCommandOutput>;
534
+ export declare const deserializeAws_restJson1RedactChannelMessageCommand: (
535
+ output: __HttpResponse,
536
+ context: __SerdeContext
537
+ ) => Promise<RedactChannelMessageCommandOutput>;
538
+ export declare const deserializeAws_restJson1SearchChannelsCommand: (
539
+ output: __HttpResponse,
540
+ context: __SerdeContext
541
+ ) => Promise<SearchChannelsCommandOutput>;
542
+ export declare const deserializeAws_restJson1SendChannelMessageCommand: (
543
+ output: __HttpResponse,
544
+ context: __SerdeContext
545
+ ) => Promise<SendChannelMessageCommandOutput>;
546
+ export declare const deserializeAws_restJson1TagResourceCommand: (
547
+ output: __HttpResponse,
548
+ context: __SerdeContext
549
+ ) => Promise<TagResourceCommandOutput>;
550
+ export declare const deserializeAws_restJson1UntagResourceCommand: (
551
+ output: __HttpResponse,
552
+ context: __SerdeContext
553
+ ) => Promise<UntagResourceCommandOutput>;
554
+ export declare const deserializeAws_restJson1UpdateChannelCommand: (
555
+ output: __HttpResponse,
556
+ context: __SerdeContext
557
+ ) => Promise<UpdateChannelCommandOutput>;
558
+ export declare const deserializeAws_restJson1UpdateChannelFlowCommand: (
559
+ output: __HttpResponse,
560
+ context: __SerdeContext
561
+ ) => Promise<UpdateChannelFlowCommandOutput>;
562
+ export declare const deserializeAws_restJson1UpdateChannelMessageCommand: (
563
+ output: __HttpResponse,
564
+ context: __SerdeContext
565
+ ) => Promise<UpdateChannelMessageCommandOutput>;
566
+ export declare const deserializeAws_restJson1UpdateChannelReadMarkerCommand: (
567
+ output: __HttpResponse,
568
+ context: __SerdeContext
569
+ ) => Promise<UpdateChannelReadMarkerCommandOutput>;