@aws-sdk/client-chime-sdk-messaging 3.296.0 → 3.298.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 (163) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/ChimeSDKMessaging.js +15 -0
  3. package/dist-cjs/commands/AssociateChannelFlowCommand.js +2 -3
  4. package/dist-cjs/commands/BatchCreateChannelMembershipCommand.js +1 -1
  5. package/dist-cjs/commands/ChannelFlowCallbackCommand.js +1 -1
  6. package/dist-cjs/commands/CreateChannelBanCommand.js +1 -1
  7. package/dist-cjs/commands/CreateChannelCommand.js +1 -1
  8. package/dist-cjs/commands/CreateChannelFlowCommand.js +1 -1
  9. package/dist-cjs/commands/CreateChannelMembershipCommand.js +1 -1
  10. package/dist-cjs/commands/CreateChannelModeratorCommand.js +1 -1
  11. package/dist-cjs/commands/DeleteChannelBanCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteChannelCommand.js +2 -3
  13. package/dist-cjs/commands/DeleteChannelFlowCommand.js +2 -3
  14. package/dist-cjs/commands/DeleteChannelMembershipCommand.js +2 -3
  15. package/dist-cjs/commands/DeleteChannelMessageCommand.js +2 -3
  16. package/dist-cjs/commands/DeleteChannelModeratorCommand.js +2 -3
  17. package/dist-cjs/commands/DeleteMessagingStreamingConfigurationsCommand.js +2 -3
  18. package/dist-cjs/commands/DescribeChannelBanCommand.js +1 -1
  19. package/dist-cjs/commands/DescribeChannelCommand.js +1 -1
  20. package/dist-cjs/commands/DescribeChannelFlowCommand.js +1 -1
  21. package/dist-cjs/commands/DescribeChannelMembershipCommand.js +1 -1
  22. package/dist-cjs/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +1 -1
  23. package/dist-cjs/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +1 -1
  24. package/dist-cjs/commands/DescribeChannelModeratorCommand.js +1 -1
  25. package/dist-cjs/commands/DisassociateChannelFlowCommand.js +2 -3
  26. package/dist-cjs/commands/GetChannelMembershipPreferencesCommand.js +1 -1
  27. package/dist-cjs/commands/GetChannelMessageCommand.js +1 -1
  28. package/dist-cjs/commands/GetChannelMessageStatusCommand.js +2 -3
  29. package/dist-cjs/commands/GetMessagingSessionEndpointCommand.js +2 -3
  30. package/dist-cjs/commands/GetMessagingStreamingConfigurationsCommand.js +2 -3
  31. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -1
  32. package/dist-cjs/commands/PutChannelExpirationSettingsCommand.js +45 -0
  33. package/dist-cjs/commands/PutMessagingStreamingConfigurationsCommand.js +2 -3
  34. package/dist-cjs/commands/RedactChannelMessageCommand.js +2 -3
  35. package/dist-cjs/commands/SendChannelMessageCommand.js +1 -1
  36. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  37. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  38. package/dist-cjs/commands/UpdateChannelCommand.js +1 -1
  39. package/dist-cjs/commands/UpdateChannelFlowCommand.js +1 -1
  40. package/dist-cjs/commands/UpdateChannelMessageCommand.js +1 -1
  41. package/dist-cjs/commands/UpdateChannelReadMarkerCommand.js +2 -3
  42. package/dist-cjs/commands/index.js +1 -0
  43. package/dist-cjs/models/models_0.js +12 -211
  44. package/dist-cjs/protocols/Aws_restJson1.js +107 -2
  45. package/dist-es/ChimeSDKMessaging.js +15 -0
  46. package/dist-es/commands/AssociateChannelFlowCommand.js +2 -3
  47. package/dist-es/commands/BatchCreateChannelMembershipCommand.js +2 -2
  48. package/dist-es/commands/ChannelFlowCallbackCommand.js +2 -2
  49. package/dist-es/commands/CreateChannelBanCommand.js +2 -2
  50. package/dist-es/commands/CreateChannelCommand.js +2 -2
  51. package/dist-es/commands/CreateChannelFlowCommand.js +2 -2
  52. package/dist-es/commands/CreateChannelMembershipCommand.js +2 -2
  53. package/dist-es/commands/CreateChannelModeratorCommand.js +2 -2
  54. package/dist-es/commands/DeleteChannelBanCommand.js +2 -3
  55. package/dist-es/commands/DeleteChannelCommand.js +2 -3
  56. package/dist-es/commands/DeleteChannelFlowCommand.js +2 -3
  57. package/dist-es/commands/DeleteChannelMembershipCommand.js +2 -3
  58. package/dist-es/commands/DeleteChannelMessageCommand.js +2 -3
  59. package/dist-es/commands/DeleteChannelModeratorCommand.js +2 -3
  60. package/dist-es/commands/DeleteMessagingStreamingConfigurationsCommand.js +2 -3
  61. package/dist-es/commands/DescribeChannelBanCommand.js +2 -2
  62. package/dist-es/commands/DescribeChannelCommand.js +2 -2
  63. package/dist-es/commands/DescribeChannelFlowCommand.js +2 -2
  64. package/dist-es/commands/DescribeChannelMembershipCommand.js +2 -2
  65. package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +2 -2
  66. package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +2 -2
  67. package/dist-es/commands/DescribeChannelModeratorCommand.js +2 -2
  68. package/dist-es/commands/DisassociateChannelFlowCommand.js +2 -3
  69. package/dist-es/commands/GetChannelMembershipPreferencesCommand.js +2 -2
  70. package/dist-es/commands/GetChannelMessageCommand.js +2 -2
  71. package/dist-es/commands/GetChannelMessageStatusCommand.js +2 -3
  72. package/dist-es/commands/GetMessagingSessionEndpointCommand.js +2 -3
  73. package/dist-es/commands/GetMessagingStreamingConfigurationsCommand.js +2 -3
  74. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  75. package/dist-es/commands/PutChannelExpirationSettingsCommand.js +41 -0
  76. package/dist-es/commands/PutMessagingStreamingConfigurationsCommand.js +2 -3
  77. package/dist-es/commands/RedactChannelMessageCommand.js +2 -3
  78. package/dist-es/commands/SendChannelMessageCommand.js +2 -2
  79. package/dist-es/commands/TagResourceCommand.js +1 -1
  80. package/dist-es/commands/UntagResourceCommand.js +1 -1
  81. package/dist-es/commands/UpdateChannelCommand.js +2 -2
  82. package/dist-es/commands/UpdateChannelFlowCommand.js +2 -2
  83. package/dist-es/commands/UpdateChannelMessageCommand.js +2 -2
  84. package/dist-es/commands/UpdateChannelReadMarkerCommand.js +2 -3
  85. package/dist-es/commands/index.js +1 -0
  86. package/dist-es/models/models_0.js +10 -156
  87. package/dist-es/protocols/Aws_restJson1.js +102 -0
  88. package/dist-types/ChimeSDKMessaging.d.ts +151 -50
  89. package/dist-types/ChimeSDKMessagingClient.d.ts +27 -6
  90. package/dist-types/commands/AssociateChannelFlowCommand.d.ts +20 -2
  91. package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +17 -1
  92. package/dist-types/commands/ChannelFlowCallbackCommand.d.ts +16 -0
  93. package/dist-types/commands/CreateChannelBanCommand.d.ts +17 -1
  94. package/dist-types/commands/CreateChannelCommand.d.ts +17 -1
  95. package/dist-types/commands/CreateChannelFlowCommand.d.ts +16 -0
  96. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +20 -4
  97. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +17 -1
  98. package/dist-types/commands/DeleteChannelBanCommand.d.ts +18 -2
  99. package/dist-types/commands/DeleteChannelCommand.d.ts +17 -1
  100. package/dist-types/commands/DeleteChannelFlowCommand.d.ts +16 -0
  101. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +16 -0
  102. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +17 -1
  103. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +17 -1
  104. package/dist-types/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +16 -0
  105. package/dist-types/commands/DescribeChannelBanCommand.d.ts +17 -1
  106. package/dist-types/commands/DescribeChannelCommand.d.ts +17 -1
  107. package/dist-types/commands/DescribeChannelFlowCommand.d.ts +16 -0
  108. package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +17 -1
  109. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +18 -2
  110. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +18 -2
  111. package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +16 -0
  112. package/dist-types/commands/DisassociateChannelFlowCommand.d.ts +20 -2
  113. package/dist-types/commands/GetChannelMembershipPreferencesCommand.d.ts +26 -3
  114. package/dist-types/commands/GetChannelMessageCommand.d.ts +18 -2
  115. package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +19 -1
  116. package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +16 -0
  117. package/dist-types/commands/GetMessagingStreamingConfigurationsCommand.d.ts +16 -0
  118. package/dist-types/commands/ListChannelBansCommand.d.ts +18 -2
  119. package/dist-types/commands/ListChannelFlowsCommand.d.ts +16 -0
  120. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +17 -1
  121. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +19 -3
  122. package/dist-types/commands/ListChannelMessagesCommand.d.ts +18 -2
  123. package/dist-types/commands/ListChannelModeratorsCommand.d.ts +17 -1
  124. package/dist-types/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +16 -0
  125. package/dist-types/commands/ListChannelsCommand.d.ts +17 -1
  126. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +17 -1
  127. package/dist-types/commands/ListSubChannelsCommand.d.ts +16 -0
  128. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  129. package/dist-types/commands/PutChannelExpirationSettingsCommand.d.ts +99 -0
  130. package/dist-types/commands/PutChannelMembershipPreferencesCommand.d.ts +26 -3
  131. package/dist-types/commands/PutMessagingStreamingConfigurationsCommand.d.ts +16 -0
  132. package/dist-types/commands/RedactChannelMessageCommand.d.ts +17 -1
  133. package/dist-types/commands/SearchChannelsCommand.d.ts +22 -1
  134. package/dist-types/commands/SendChannelMessageCommand.d.ts +17 -1
  135. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  136. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  137. package/dist-types/commands/UpdateChannelCommand.d.ts +17 -1
  138. package/dist-types/commands/UpdateChannelFlowCommand.d.ts +16 -0
  139. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +17 -1
  140. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +17 -1
  141. package/dist-types/commands/index.d.ts +1 -0
  142. package/dist-types/models/ChimeSDKMessagingServiceException.d.ts +2 -0
  143. package/dist-types/models/models_0.d.ts +504 -250
  144. package/dist-types/pagination/Interfaces.d.ts +3 -0
  145. package/dist-types/pagination/ListChannelBansPaginator.d.ts +3 -0
  146. package/dist-types/pagination/ListChannelFlowsPaginator.d.ts +3 -0
  147. package/dist-types/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +3 -0
  148. package/dist-types/pagination/ListChannelMembershipsPaginator.d.ts +3 -0
  149. package/dist-types/pagination/ListChannelMessagesPaginator.d.ts +3 -0
  150. package/dist-types/pagination/ListChannelModeratorsPaginator.d.ts +3 -0
  151. package/dist-types/pagination/ListChannelsAssociatedWithChannelFlowPaginator.d.ts +3 -0
  152. package/dist-types/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +3 -0
  153. package/dist-types/pagination/ListChannelsPaginator.d.ts +3 -0
  154. package/dist-types/pagination/ListSubChannelsPaginator.d.ts +3 -0
  155. package/dist-types/pagination/SearchChannelsPaginator.d.ts +3 -0
  156. package/dist-types/protocols/Aws_restJson1.d.ts +3 -0
  157. package/dist-types/ts3.4/ChimeSDKMessaging.d.ts +17 -0
  158. package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +6 -0
  159. package/dist-types/ts3.4/commands/PutChannelExpirationSettingsCommand.d.ts +41 -0
  160. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  161. package/dist-types/ts3.4/models/models_0.d.ts +25 -155
  162. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  163. package/package.json +4 -3
@@ -46,6 +46,7 @@ import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/
46
46
  import { ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModeratedByAppInstanceUserCommandOutput } from "./commands/ListChannelsModeratedByAppInstanceUserCommand";
47
47
  import { ListSubChannelsCommandInput, ListSubChannelsCommandOutput } from "./commands/ListSubChannelsCommand";
48
48
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
49
+ import { PutChannelExpirationSettingsCommandInput, PutChannelExpirationSettingsCommandOutput } from "./commands/PutChannelExpirationSettingsCommand";
49
50
  import { PutChannelMembershipPreferencesCommandInput, PutChannelMembershipPreferencesCommandOutput } from "./commands/PutChannelMembershipPreferencesCommand";
50
51
  import { PutMessagingStreamingConfigurationsCommandInput, PutMessagingStreamingConfigurationsCommandOutput } from "./commands/PutMessagingStreamingConfigurationsCommand";
51
52
  import { RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput } from "./commands/RedactChannelMessageCommand";
@@ -58,15 +59,24 @@ import { UpdateChannelFlowCommandInput, UpdateChannelFlowCommandOutput } from ".
58
59
  import { UpdateChannelMessageCommandInput, UpdateChannelMessageCommandOutput } from "./commands/UpdateChannelMessageCommand";
59
60
  import { UpdateChannelReadMarkerCommandInput, UpdateChannelReadMarkerCommandOutput } from "./commands/UpdateChannelReadMarkerCommand";
60
61
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
61
- export type ServiceInputTypes = AssociateChannelFlowCommandInput | BatchCreateChannelMembershipCommandInput | ChannelFlowCallbackCommandInput | CreateChannelBanCommandInput | CreateChannelCommandInput | CreateChannelFlowCommandInput | CreateChannelMembershipCommandInput | CreateChannelModeratorCommandInput | DeleteChannelBanCommandInput | DeleteChannelCommandInput | DeleteChannelFlowCommandInput | DeleteChannelMembershipCommandInput | DeleteChannelMessageCommandInput | DeleteChannelModeratorCommandInput | DeleteMessagingStreamingConfigurationsCommandInput | DescribeChannelBanCommandInput | DescribeChannelCommandInput | DescribeChannelFlowCommandInput | DescribeChannelMembershipCommandInput | DescribeChannelMembershipForAppInstanceUserCommandInput | DescribeChannelModeratedByAppInstanceUserCommandInput | DescribeChannelModeratorCommandInput | DisassociateChannelFlowCommandInput | GetChannelMembershipPreferencesCommandInput | GetChannelMessageCommandInput | GetChannelMessageStatusCommandInput | GetMessagingSessionEndpointCommandInput | GetMessagingStreamingConfigurationsCommandInput | ListChannelBansCommandInput | ListChannelFlowsCommandInput | ListChannelMembershipsCommandInput | ListChannelMembershipsForAppInstanceUserCommandInput | ListChannelMessagesCommandInput | ListChannelModeratorsCommandInput | ListChannelsAssociatedWithChannelFlowCommandInput | ListChannelsCommandInput | ListChannelsModeratedByAppInstanceUserCommandInput | ListSubChannelsCommandInput | ListTagsForResourceCommandInput | PutChannelMembershipPreferencesCommandInput | PutMessagingStreamingConfigurationsCommandInput | RedactChannelMessageCommandInput | SearchChannelsCommandInput | SendChannelMessageCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateChannelCommandInput | UpdateChannelFlowCommandInput | UpdateChannelMessageCommandInput | UpdateChannelReadMarkerCommandInput;
62
- export type ServiceOutputTypes = AssociateChannelFlowCommandOutput | BatchCreateChannelMembershipCommandOutput | ChannelFlowCallbackCommandOutput | CreateChannelBanCommandOutput | CreateChannelCommandOutput | CreateChannelFlowCommandOutput | CreateChannelMembershipCommandOutput | CreateChannelModeratorCommandOutput | DeleteChannelBanCommandOutput | DeleteChannelCommandOutput | DeleteChannelFlowCommandOutput | DeleteChannelMembershipCommandOutput | DeleteChannelMessageCommandOutput | DeleteChannelModeratorCommandOutput | DeleteMessagingStreamingConfigurationsCommandOutput | DescribeChannelBanCommandOutput | DescribeChannelCommandOutput | DescribeChannelFlowCommandOutput | DescribeChannelMembershipCommandOutput | DescribeChannelMembershipForAppInstanceUserCommandOutput | DescribeChannelModeratedByAppInstanceUserCommandOutput | DescribeChannelModeratorCommandOutput | DisassociateChannelFlowCommandOutput | GetChannelMembershipPreferencesCommandOutput | GetChannelMessageCommandOutput | GetChannelMessageStatusCommandOutput | GetMessagingSessionEndpointCommandOutput | GetMessagingStreamingConfigurationsCommandOutput | ListChannelBansCommandOutput | ListChannelFlowsCommandOutput | ListChannelMembershipsCommandOutput | ListChannelMembershipsForAppInstanceUserCommandOutput | ListChannelMessagesCommandOutput | ListChannelModeratorsCommandOutput | ListChannelsAssociatedWithChannelFlowCommandOutput | ListChannelsCommandOutput | ListChannelsModeratedByAppInstanceUserCommandOutput | ListSubChannelsCommandOutput | ListTagsForResourceCommandOutput | PutChannelMembershipPreferencesCommandOutput | PutMessagingStreamingConfigurationsCommandOutput | RedactChannelMessageCommandOutput | SearchChannelsCommandOutput | SendChannelMessageCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateChannelCommandOutput | UpdateChannelFlowCommandOutput | UpdateChannelMessageCommandOutput | UpdateChannelReadMarkerCommandOutput;
62
+ /**
63
+ * @public
64
+ */
65
+ export type ServiceInputTypes = AssociateChannelFlowCommandInput | BatchCreateChannelMembershipCommandInput | ChannelFlowCallbackCommandInput | CreateChannelBanCommandInput | CreateChannelCommandInput | CreateChannelFlowCommandInput | CreateChannelMembershipCommandInput | CreateChannelModeratorCommandInput | DeleteChannelBanCommandInput | DeleteChannelCommandInput | DeleteChannelFlowCommandInput | DeleteChannelMembershipCommandInput | DeleteChannelMessageCommandInput | DeleteChannelModeratorCommandInput | DeleteMessagingStreamingConfigurationsCommandInput | DescribeChannelBanCommandInput | DescribeChannelCommandInput | DescribeChannelFlowCommandInput | DescribeChannelMembershipCommandInput | DescribeChannelMembershipForAppInstanceUserCommandInput | DescribeChannelModeratedByAppInstanceUserCommandInput | DescribeChannelModeratorCommandInput | DisassociateChannelFlowCommandInput | GetChannelMembershipPreferencesCommandInput | GetChannelMessageCommandInput | GetChannelMessageStatusCommandInput | GetMessagingSessionEndpointCommandInput | GetMessagingStreamingConfigurationsCommandInput | ListChannelBansCommandInput | ListChannelFlowsCommandInput | ListChannelMembershipsCommandInput | ListChannelMembershipsForAppInstanceUserCommandInput | ListChannelMessagesCommandInput | ListChannelModeratorsCommandInput | ListChannelsAssociatedWithChannelFlowCommandInput | ListChannelsCommandInput | ListChannelsModeratedByAppInstanceUserCommandInput | ListSubChannelsCommandInput | ListTagsForResourceCommandInput | PutChannelExpirationSettingsCommandInput | PutChannelMembershipPreferencesCommandInput | PutMessagingStreamingConfigurationsCommandInput | RedactChannelMessageCommandInput | SearchChannelsCommandInput | SendChannelMessageCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateChannelCommandInput | UpdateChannelFlowCommandInput | UpdateChannelMessageCommandInput | UpdateChannelReadMarkerCommandInput;
66
+ /**
67
+ * @public
68
+ */
69
+ export type ServiceOutputTypes = AssociateChannelFlowCommandOutput | BatchCreateChannelMembershipCommandOutput | ChannelFlowCallbackCommandOutput | CreateChannelBanCommandOutput | CreateChannelCommandOutput | CreateChannelFlowCommandOutput | CreateChannelMembershipCommandOutput | CreateChannelModeratorCommandOutput | DeleteChannelBanCommandOutput | DeleteChannelCommandOutput | DeleteChannelFlowCommandOutput | DeleteChannelMembershipCommandOutput | DeleteChannelMessageCommandOutput | DeleteChannelModeratorCommandOutput | DeleteMessagingStreamingConfigurationsCommandOutput | DescribeChannelBanCommandOutput | DescribeChannelCommandOutput | DescribeChannelFlowCommandOutput | DescribeChannelMembershipCommandOutput | DescribeChannelMembershipForAppInstanceUserCommandOutput | DescribeChannelModeratedByAppInstanceUserCommandOutput | DescribeChannelModeratorCommandOutput | DisassociateChannelFlowCommandOutput | GetChannelMembershipPreferencesCommandOutput | GetChannelMessageCommandOutput | GetChannelMessageStatusCommandOutput | GetMessagingSessionEndpointCommandOutput | GetMessagingStreamingConfigurationsCommandOutput | ListChannelBansCommandOutput | ListChannelFlowsCommandOutput | ListChannelMembershipsCommandOutput | ListChannelMembershipsForAppInstanceUserCommandOutput | ListChannelMessagesCommandOutput | ListChannelModeratorsCommandOutput | ListChannelsAssociatedWithChannelFlowCommandOutput | ListChannelsCommandOutput | ListChannelsModeratedByAppInstanceUserCommandOutput | ListSubChannelsCommandOutput | ListTagsForResourceCommandOutput | PutChannelExpirationSettingsCommandOutput | PutChannelMembershipPreferencesCommandOutput | PutMessagingStreamingConfigurationsCommandOutput | RedactChannelMessageCommandOutput | SearchChannelsCommandOutput | SendChannelMessageCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateChannelCommandOutput | UpdateChannelFlowCommandOutput | UpdateChannelMessageCommandOutput | UpdateChannelReadMarkerCommandOutput;
70
+ /**
71
+ * @public
72
+ */
63
73
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
64
74
  /**
65
75
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
66
76
  */
67
77
  requestHandler?: __HttpHandler;
68
78
  /**
69
- * A constructor for a class implementing the {@link __Checksum} interface
79
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
70
80
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
71
81
  * @internal
72
82
  */
@@ -156,23 +166,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
156
166
  */
157
167
  logger?: __Logger;
158
168
  /**
159
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
169
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
160
170
  */
161
171
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
162
172
  }
173
+ /**
174
+ * @public
175
+ */
163
176
  type ChimeSDKMessagingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
164
177
  /**
165
- * The configuration interface of ChimeSDKMessagingClient class constructor that set the region, credentials and other options.
178
+ * @public
179
+ *
180
+ * The configuration interface of ChimeSDKMessagingClient class constructor that set the region, credentials and other options.
166
181
  */
167
182
  export interface ChimeSDKMessagingClientConfig extends ChimeSDKMessagingClientConfigType {
168
183
  }
184
+ /**
185
+ * @public
186
+ */
169
187
  type ChimeSDKMessagingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
170
188
  /**
171
- * The resolved configuration interface of ChimeSDKMessagingClient class. This is resolved and normalized from the {@link ChimeSDKMessagingClientConfig | constructor configuration interface}.
189
+ * @public
190
+ *
191
+ * The resolved configuration interface of ChimeSDKMessagingClient class. This is resolved and normalized from the {@link ChimeSDKMessagingClientConfig | constructor configuration interface}.
172
192
  */
173
193
  export interface ChimeSDKMessagingClientResolvedConfig extends ChimeSDKMessagingClientResolvedConfigType {
174
194
  }
175
195
  /**
196
+ * @public
176
197
  * <p>The Amazon Chime SDK Messaging APIs in this section allow software developers to send
177
198
  * and receive messages in custom messaging applications. These APIs depend on the frameworks
178
199
  * provided by the Amazon Chime SDK Identity APIs. For more information about the messaging
@@ -4,21 +4,28 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { AssociateChannelFlowRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateChannelFlowCommand}.
8
10
  */
9
11
  export interface AssociateChannelFlowCommandInput extends AssociateChannelFlowRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateChannelFlowCommand}.
13
17
  */
14
18
  export interface AssociateChannelFlowCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Associates a channel flow with a channel. Once associated, all messages to that channel go through channel flow processors. To stop processing, use the
18
23
  * <code>DisassociateChannelFlow</code> API.</p>
19
24
  * <note>
20
- * <p>Only administrators or channel moderators can associate a channel flow. The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code>
21
- * of the user that makes the API call as the value in the header.</p>
25
+ * <p>Only administrators or channel moderators can associate a channel flow. The
26
+ * <code>x-amz-chime-bearer</code> request header is mandatory. Use the ARN of the
27
+ * <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
28
+ * that makes the API call as the value in the header.</p>
22
29
  * </note>
23
30
  * @example
24
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -30,6 +37,8 @@ export interface AssociateChannelFlowCommandOutput extends __MetadataBearer {
30
37
  * const response = await client.send(command);
31
38
  * ```
32
39
  *
40
+ * @param AssociateChannelFlowCommandInput - {@link AssociateChannelFlowCommandInput}
41
+ * @returns {@link AssociateChannelFlowCommandOutput}
33
42
  * @see {@link AssociateChannelFlowCommandInput} for command's `input` shape.
34
43
  * @see {@link AssociateChannelFlowCommandOutput} for command's `response` shape.
35
44
  * @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
@@ -64,11 +73,20 @@ export interface AssociateChannelFlowCommandOutput extends __MetadataBearer {
64
73
  export declare class AssociateChannelFlowCommand extends $Command<AssociateChannelFlowCommandInput, AssociateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
65
74
  readonly input: AssociateChannelFlowCommandInput;
66
75
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
+ /**
77
+ * @public
78
+ */
67
79
  constructor(input: AssociateChannelFlowCommandInput);
68
80
  /**
69
81
  * @internal
70
82
  */
71
83
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateChannelFlowCommandInput, AssociateChannelFlowCommandOutput>;
84
+ /**
85
+ * @internal
86
+ */
72
87
  private serialize;
88
+ /**
89
+ * @internal
90
+ */
73
91
  private deserialize;
74
92
  }
@@ -4,17 +4,22 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { BatchCreateChannelMembershipRequest, BatchCreateChannelMembershipResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchCreateChannelMembershipCommand}.
8
10
  */
9
11
  export interface BatchCreateChannelMembershipCommandInput extends BatchCreateChannelMembershipRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchCreateChannelMembershipCommand}.
13
17
  */
14
18
  export interface BatchCreateChannelMembershipCommandOutput extends BatchCreateChannelMembershipResponse, __MetadataBearer {
15
19
  }
16
20
  /**
17
- * <p>Adds a specified number of users to a channel. </p>
21
+ * @public
22
+ * <p>Adds a specified number of users and bots to a channel. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
20
25
  * ```javascript
@@ -25,6 +30,8 @@ export interface BatchCreateChannelMembershipCommandOutput extends BatchCreateCh
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param BatchCreateChannelMembershipCommandInput - {@link BatchCreateChannelMembershipCommandInput}
34
+ * @returns {@link BatchCreateChannelMembershipCommandOutput}
28
35
  * @see {@link BatchCreateChannelMembershipCommandInput} for command's `input` shape.
29
36
  * @see {@link BatchCreateChannelMembershipCommandOutput} for command's `response` shape.
30
37
  * @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
@@ -58,11 +65,20 @@ export interface BatchCreateChannelMembershipCommandOutput extends BatchCreateCh
58
65
  export declare class BatchCreateChannelMembershipCommand extends $Command<BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
59
66
  readonly input: BatchCreateChannelMembershipCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: BatchCreateChannelMembershipCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { ChannelFlowCallbackRequest, ChannelFlowCallbackResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ChannelFlowCallbackCommand}.
8
10
  */
9
11
  export interface ChannelFlowCallbackCommandInput extends ChannelFlowCallbackRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ChannelFlowCallbackCommand}.
13
17
  */
14
18
  export interface ChannelFlowCallbackCommandOutput extends ChannelFlowCallbackResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Calls back Chime SDK Messaging with a processing response message. This should be invoked from the processor Lambda. This is a developer API.</p>
18
23
  * <p>You can return one of the following processing responses:</p>
19
24
  * <ul>
@@ -37,6 +42,8 @@ export interface ChannelFlowCallbackCommandOutput extends ChannelFlowCallbackRes
37
42
  * const response = await client.send(command);
38
43
  * ```
39
44
  *
45
+ * @param ChannelFlowCallbackCommandInput - {@link ChannelFlowCallbackCommandInput}
46
+ * @returns {@link ChannelFlowCallbackCommandOutput}
40
47
  * @see {@link ChannelFlowCallbackCommandInput} for command's `input` shape.
41
48
  * @see {@link ChannelFlowCallbackCommandOutput} for command's `response` shape.
42
49
  * @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
@@ -68,11 +75,20 @@ export interface ChannelFlowCallbackCommandOutput extends ChannelFlowCallbackRes
68
75
  export declare class ChannelFlowCallbackCommand extends $Command<ChannelFlowCallbackCommandInput, ChannelFlowCallbackCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
69
76
  readonly input: ChannelFlowCallbackCommandInput;
70
77
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
+ /**
79
+ * @public
80
+ */
71
81
  constructor(input: ChannelFlowCallbackCommandInput);
72
82
  /**
73
83
  * @internal
74
84
  */
75
85
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ChannelFlowCallbackCommandInput, ChannelFlowCallbackCommandOutput>;
86
+ /**
87
+ * @internal
88
+ */
76
89
  private serialize;
90
+ /**
91
+ * @internal
92
+ */
77
93
  private deserialize;
78
94
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { CreateChannelBanRequest, CreateChannelBanResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateChannelBanCommand}.
8
10
  */
9
11
  export interface CreateChannelBanCommandInput extends CreateChannelBanRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateChannelBanCommand}.
13
17
  */
14
18
  export interface CreateChannelBanCommandOutput extends CreateChannelBanResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Permanently bans a member from a channel. Moderators can't add banned members to a
18
23
  * channel. To undo a ban, you first have to <code>DeleteChannelBan</code>, and then
19
24
  * <code>CreateChannelMembership</code>. Bans are cleaned up when you delete users or
@@ -22,7 +27,7 @@ export interface CreateChannelBanCommandOutput extends CreateChannelBanResponse,
22
27
  * from the channel.</p>
23
28
  * <note>
24
29
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
25
- * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
30
+ * ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call as the value in
26
31
  * the header.</p>
27
32
  * </note>
28
33
  * @example
@@ -35,6 +40,8 @@ export interface CreateChannelBanCommandOutput extends CreateChannelBanResponse,
35
40
  * const response = await client.send(command);
36
41
  * ```
37
42
  *
43
+ * @param CreateChannelBanCommandInput - {@link CreateChannelBanCommandInput}
44
+ * @returns {@link CreateChannelBanCommandOutput}
38
45
  * @see {@link CreateChannelBanCommandInput} for command's `input` shape.
39
46
  * @see {@link CreateChannelBanCommandOutput} for command's `response` shape.
40
47
  * @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
@@ -69,11 +76,20 @@ export interface CreateChannelBanCommandOutput extends CreateChannelBanResponse,
69
76
  export declare class CreateChannelBanCommand extends $Command<CreateChannelBanCommandInput, CreateChannelBanCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
70
77
  readonly input: CreateChannelBanCommandInput;
71
78
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
+ /**
80
+ * @public
81
+ */
72
82
  constructor(input: CreateChannelBanCommandInput);
73
83
  /**
74
84
  * @internal
75
85
  */
76
86
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateChannelBanCommandInput, CreateChannelBanCommandOutput>;
87
+ /**
88
+ * @internal
89
+ */
77
90
  private serialize;
91
+ /**
92
+ * @internal
93
+ */
78
94
  private deserialize;
79
95
  }
@@ -4,23 +4,28 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { CreateChannelRequest, CreateChannelResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateChannelCommand}.
8
10
  */
9
11
  export interface CreateChannelCommandInput extends CreateChannelRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateChannelCommand}.
13
17
  */
14
18
  export interface CreateChannelCommandOutput extends CreateChannelResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a channel to which you can add users and send messages.</p>
18
23
  * <p>
19
24
  * <b>Restriction</b>: You can't change a channel's
20
25
  * privacy.</p>
21
26
  * <note>
22
27
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
23
- * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
28
+ * ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call as the value in
24
29
  * the header.</p>
25
30
  * </note>
26
31
  * @example
@@ -33,6 +38,8 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
33
38
  * const response = await client.send(command);
34
39
  * ```
35
40
  *
41
+ * @param CreateChannelCommandInput - {@link CreateChannelCommandInput}
42
+ * @returns {@link CreateChannelCommandOutput}
36
43
  * @see {@link CreateChannelCommandInput} for command's `input` shape.
37
44
  * @see {@link CreateChannelCommandOutput} for command's `response` shape.
38
45
  * @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
@@ -67,11 +74,20 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
67
74
  export declare class CreateChannelCommand extends $Command<CreateChannelCommandInput, CreateChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
68
75
  readonly input: CreateChannelCommandInput;
69
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
70
80
  constructor(input: CreateChannelCommandInput);
71
81
  /**
72
82
  * @internal
73
83
  */
74
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateChannelCommandInput, CreateChannelCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
75
88
  private serialize;
89
+ /**
90
+ * @internal
91
+ */
76
92
  private deserialize;
77
93
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { CreateChannelFlowRequest, CreateChannelFlowResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateChannelFlowCommand}.
8
10
  */
9
11
  export interface CreateChannelFlowCommandInput extends CreateChannelFlowRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateChannelFlowCommand}.
13
17
  */
14
18
  export interface CreateChannelFlowCommandOutput extends CreateChannelFlowResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a channel flow, a container for processors. Processors are AWS Lambda functions
18
23
  * that perform actions on chat messages, such as stripping out profanity. You can associate
19
24
  * channel flows with channels, and the processors in the channel flow then take action on all
@@ -44,6 +49,8 @@ export interface CreateChannelFlowCommandOutput extends CreateChannelFlowRespons
44
49
  * const response = await client.send(command);
45
50
  * ```
46
51
  *
52
+ * @param CreateChannelFlowCommandInput - {@link CreateChannelFlowCommandInput}
53
+ * @returns {@link CreateChannelFlowCommandOutput}
47
54
  * @see {@link CreateChannelFlowCommandInput} for command's `input` shape.
48
55
  * @see {@link CreateChannelFlowCommandOutput} for command's `response` shape.
49
56
  * @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
@@ -78,11 +85,20 @@ export interface CreateChannelFlowCommandOutput extends CreateChannelFlowRespons
78
85
  export declare class CreateChannelFlowCommand extends $Command<CreateChannelFlowCommandInput, CreateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
79
86
  readonly input: CreateChannelFlowCommandInput;
80
87
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
+ /**
89
+ * @public
90
+ */
81
91
  constructor(input: CreateChannelFlowCommandInput);
82
92
  /**
83
93
  * @internal
84
94
  */
85
95
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateChannelFlowCommandInput, CreateChannelFlowCommandOutput>;
96
+ /**
97
+ * @internal
98
+ */
86
99
  private serialize;
100
+ /**
101
+ * @internal
102
+ */
87
103
  private deserialize;
88
104
  }
@@ -4,18 +4,23 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { CreateChannelMembershipRequest, CreateChannelMembershipResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateChannelMembershipCommand}.
8
10
  */
9
11
  export interface CreateChannelMembershipCommandInput extends CreateChannelMembershipRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateChannelMembershipCommand}.
13
17
  */
14
18
  export interface CreateChannelMembershipCommandOutput extends CreateChannelMembershipResponse, __MetadataBearer {
15
19
  }
16
20
  /**
17
- * <p>Adds a user to a channel. The <code>InvitedBy</code> field in <code>ChannelMembership</code> is derived from the
18
- * request header. A channel member can:</p>
21
+ * @public
22
+ * <p>Adds a member to a channel. The <code>InvitedBy</code> field in <code>ChannelMembership</code>
23
+ * is derived from the request header. A channel member can:</p>
19
24
  * <ul>
20
25
  * <li>
21
26
  * <p>List messages</p>
@@ -45,8 +50,8 @@ export interface CreateChannelMembershipCommandOutput extends CreateChannelMembe
45
50
  * </ul>
46
51
  * <note>
47
52
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
48
- * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
49
- * the header.</p>
53
+ * ARN of the <code>AppInstanceUserArn</code> or <code>AppInstanceBot</code> that makes the API call
54
+ * as the value in the header.</p>
50
55
  * </note>
51
56
  * @example
52
57
  * Use a bare-bones client and the command you need to make an API call.
@@ -58,6 +63,8 @@ export interface CreateChannelMembershipCommandOutput extends CreateChannelMembe
58
63
  * const response = await client.send(command);
59
64
  * ```
60
65
  *
66
+ * @param CreateChannelMembershipCommandInput - {@link CreateChannelMembershipCommandInput}
67
+ * @returns {@link CreateChannelMembershipCommandOutput}
61
68
  * @see {@link CreateChannelMembershipCommandInput} for command's `input` shape.
62
69
  * @see {@link CreateChannelMembershipCommandOutput} for command's `response` shape.
63
70
  * @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
@@ -95,11 +102,20 @@ export interface CreateChannelMembershipCommandOutput extends CreateChannelMembe
95
102
  export declare class CreateChannelMembershipCommand extends $Command<CreateChannelMembershipCommandInput, CreateChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
96
103
  readonly input: CreateChannelMembershipCommandInput;
97
104
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
+ /**
106
+ * @public
107
+ */
98
108
  constructor(input: CreateChannelMembershipCommandInput);
99
109
  /**
100
110
  * @internal
101
111
  */
102
112
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateChannelMembershipCommandInput, CreateChannelMembershipCommandOutput>;
113
+ /**
114
+ * @internal
115
+ */
103
116
  private serialize;
117
+ /**
118
+ * @internal
119
+ */
104
120
  private deserialize;
105
121
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { CreateChannelModeratorRequest, CreateChannelModeratorResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateChannelModeratorCommand}.
8
10
  */
9
11
  export interface CreateChannelModeratorCommandInput extends CreateChannelModeratorRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateChannelModeratorCommand}.
13
17
  */
14
18
  export interface CreateChannelModeratorCommandOutput extends CreateChannelModeratorResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new <code>ChannelModerator</code>. A channel moderator can:</p>
18
23
  * <ul>
19
24
  * <li>
@@ -34,7 +39,7 @@ export interface CreateChannelModeratorCommandOutput extends CreateChannelModera
34
39
  * </ul>
35
40
  * <note>
36
41
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
37
- * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
42
+ * ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>of the user that makes the API call as the value in
38
43
  * the header.</p>
39
44
  * </note>
40
45
  * @example
@@ -47,6 +52,8 @@ export interface CreateChannelModeratorCommandOutput extends CreateChannelModera
47
52
  * const response = await client.send(command);
48
53
  * ```
49
54
  *
55
+ * @param CreateChannelModeratorCommandInput - {@link CreateChannelModeratorCommandInput}
56
+ * @returns {@link CreateChannelModeratorCommandOutput}
50
57
  * @see {@link CreateChannelModeratorCommandInput} for command's `input` shape.
51
58
  * @see {@link CreateChannelModeratorCommandOutput} for command's `response` shape.
52
59
  * @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
@@ -81,11 +88,20 @@ export interface CreateChannelModeratorCommandOutput extends CreateChannelModera
81
88
  export declare class CreateChannelModeratorCommand extends $Command<CreateChannelModeratorCommandInput, CreateChannelModeratorCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
82
89
  readonly input: CreateChannelModeratorCommandInput;
83
90
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
+ /**
92
+ * @public
93
+ */
84
94
  constructor(input: CreateChannelModeratorCommandInput);
85
95
  /**
86
96
  * @internal
87
97
  */
88
98
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateChannelModeratorCommandInput, CreateChannelModeratorCommandOutput>;
99
+ /**
100
+ * @internal
101
+ */
89
102
  private serialize;
103
+ /**
104
+ * @internal
105
+ */
90
106
  private deserialize;
91
107
  }
@@ -4,20 +4,25 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
5
  import { DeleteChannelBanRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteChannelBanCommand}.
8
10
  */
9
11
  export interface DeleteChannelBanCommandInput extends DeleteChannelBanRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteChannelBanCommand}.
13
17
  */
14
18
  export interface DeleteChannelBanCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
17
- * <p>Removes a user from a channel's ban list.</p>
21
+ * @public
22
+ * <p>Removes a member from a channel's ban list.</p>
18
23
  * <note>
19
24
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
20
- * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
25
+ * ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call as the value in
21
26
  * the header.</p>
22
27
  * </note>
23
28
  * @example
@@ -30,6 +35,8 @@ export interface DeleteChannelBanCommandOutput extends __MetadataBearer {
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param DeleteChannelBanCommandInput - {@link DeleteChannelBanCommandInput}
39
+ * @returns {@link DeleteChannelBanCommandOutput}
33
40
  * @see {@link DeleteChannelBanCommandInput} for command's `input` shape.
34
41
  * @see {@link DeleteChannelBanCommandOutput} for command's `response` shape.
35
42
  * @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
@@ -57,11 +64,20 @@ export interface DeleteChannelBanCommandOutput extends __MetadataBearer {
57
64
  export declare class DeleteChannelBanCommand extends $Command<DeleteChannelBanCommandInput, DeleteChannelBanCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
58
65
  readonly input: DeleteChannelBanCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: DeleteChannelBanCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteChannelBanCommandInput, DeleteChannelBanCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }