@aws-sdk/client-chime-sdk-messaging 3.529.1 → 3.535.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 (115) hide show
  1. package/dist-types/ChimeSDKMessaging.d.ts +2 -1
  2. package/dist-types/ChimeSDKMessagingClient.d.ts +1 -1
  3. package/dist-types/commands/AssociateChannelFlowCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +2 -1
  5. package/dist-types/commands/ChannelFlowCallbackCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateChannelBanCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateChannelCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateChannelFlowCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteChannelBanCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteChannelCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteChannelFlowCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeChannelBanCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeChannelCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeChannelFlowCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +2 -1
  25. package/dist-types/commands/DisassociateChannelFlowCommand.d.ts +2 -1
  26. package/dist-types/commands/GetChannelMembershipPreferencesCommand.d.ts +2 -1
  27. package/dist-types/commands/GetChannelMessageCommand.d.ts +2 -1
  28. package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +2 -1
  29. package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +2 -1
  30. package/dist-types/commands/GetMessagingStreamingConfigurationsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListChannelBansCommand.d.ts +2 -1
  32. package/dist-types/commands/ListChannelFlowsCommand.d.ts +2 -1
  33. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +2 -1
  35. package/dist-types/commands/ListChannelMessagesCommand.d.ts +2 -1
  36. package/dist-types/commands/ListChannelModeratorsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +2 -1
  38. package/dist-types/commands/ListChannelsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +2 -1
  40. package/dist-types/commands/ListSubChannelsCommand.d.ts +2 -1
  41. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  42. package/dist-types/commands/PutChannelExpirationSettingsCommand.d.ts +2 -1
  43. package/dist-types/commands/PutChannelMembershipPreferencesCommand.d.ts +2 -1
  44. package/dist-types/commands/PutMessagingStreamingConfigurationsCommand.d.ts +2 -1
  45. package/dist-types/commands/RedactChannelMessageCommand.d.ts +2 -1
  46. package/dist-types/commands/SearchChannelsCommand.d.ts +2 -1
  47. package/dist-types/commands/SendChannelMessageCommand.d.ts +2 -1
  48. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  49. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateChannelCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateChannelFlowCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +2 -1
  54. package/dist-types/models/models_0.d.ts +443 -443
  55. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  56. package/dist-types/runtimeConfig.d.ts +2 -2
  57. package/dist-types/runtimeConfig.native.d.ts +2 -2
  58. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  59. package/dist-types/ts3.4/ChimeSDKMessaging.d.ts +1 -0
  60. package/dist-types/ts3.4/commands/AssociateChannelFlowCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/GetMessagingStreamingConfigurationsCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/PutChannelExpirationSettingsCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/PutMessagingStreamingConfigurationsCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  112. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  113. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  114. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  115. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface ListChannelBansCommandOutput extends ListChannelBansResponse, _
22
22
  }
23
23
  declare const ListChannelBansCommand_base: {
24
24
  new (input: ListChannelBansCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelBansCommandInput, ListChannelBansCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListChannelBansCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelBansCommandInput, ListChannelBansCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all the users and bots banned from a particular channel.</p>
30
30
  * <note>
31
31
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
@@ -88,6 +88,7 @@ declare const ListChannelBansCommand_base: {
88
88
  * @throws {@link ChimeSDKMessagingServiceException}
89
89
  * <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class ListChannelBansCommand extends ListChannelBansCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface ListChannelFlowsCommandOutput extends ListChannelFlowsResponse,
22
22
  }
23
23
  declare const ListChannelFlowsCommand_base: {
24
24
  new (input: ListChannelFlowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelFlowsCommandInput, ListChannelFlowsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListChannelFlowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelFlowsCommandInput, ListChannelFlowsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a paginated lists of all the channel flows created under a single Chime. This is a developer API.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -92,6 +92,7 @@ declare const ListChannelFlowsCommand_base: {
92
92
  * @throws {@link ChimeSDKMessagingServiceException}
93
93
  * <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class ListChannelFlowsCommand extends ListChannelFlowsCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface ListChannelMembershipsCommandOutput extends ListChannelMembersh
22
22
  }
23
23
  declare const ListChannelMembershipsCommand_base: {
24
24
  new (input: ListChannelMembershipsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListChannelMembershipsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all channel memberships in a channel.</p>
30
30
  * <note>
31
31
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
@@ -92,6 +92,7 @@ declare const ListChannelMembershipsCommand_base: {
92
92
  * @throws {@link ChimeSDKMessagingServiceException}
93
93
  * <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class ListChannelMembershipsCommand extends ListChannelMembershipsCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface ListChannelMembershipsForAppInstanceUserCommandOutput extends L
22
22
  }
23
23
  declare const ListChannelMembershipsForAppInstanceUserCommand_base: {
24
24
  new (input: ListChannelMembershipsForAppInstanceUserCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelMembershipsForAppInstanceUserCommandInput, ListChannelMembershipsForAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListChannelMembershipsForAppInstanceUserCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelMembershipsForAppInstanceUserCommandInput, ListChannelMembershipsForAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Lists all channels that an <code>AppInstanceUser</code> or <code>AppInstanceBot</code> is a part of.
30
30
  * Only an <code>AppInstanceAdmin</code> can call the API with a user ARN that is not their own. </p>
31
31
  * <note>
@@ -97,6 +97,7 @@ declare const ListChannelMembershipsForAppInstanceUserCommand_base: {
97
97
  * @throws {@link ChimeSDKMessagingServiceException}
98
98
  * <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class ListChannelMembershipsForAppInstanceUserCommand extends ListChannelMembershipsForAppInstanceUserCommand_base {
102
103
  }
@@ -22,10 +22,10 @@ export interface ListChannelMessagesCommandOutput extends ListChannelMessagesRes
22
22
  }
23
23
  declare const ListChannelMessagesCommand_base: {
24
24
  new (input: ListChannelMessagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListChannelMessagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List all the messages in a channel. Returns a paginated list of
30
30
  * <code>ChannelMessages</code>. By default, sorted by creation timestamp in descending
31
31
  * order.</p>
@@ -123,6 +123,7 @@ declare const ListChannelMessagesCommand_base: {
123
123
  * @throws {@link ChimeSDKMessagingServiceException}
124
124
  * <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
125
125
  *
126
+ * @public
126
127
  */
127
128
  export declare class ListChannelMessagesCommand extends ListChannelMessagesCommand_base {
128
129
  }
@@ -22,10 +22,10 @@ export interface ListChannelModeratorsCommandOutput extends ListChannelModerator
22
22
  }
23
23
  declare const ListChannelModeratorsCommand_base: {
24
24
  new (input: ListChannelModeratorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelModeratorsCommandInput, ListChannelModeratorsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListChannelModeratorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelModeratorsCommandInput, ListChannelModeratorsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all the moderators for a channel.</p>
30
30
  * <note>
31
31
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
@@ -88,6 +88,7 @@ declare const ListChannelModeratorsCommand_base: {
88
88
  * @throws {@link ChimeSDKMessagingServiceException}
89
89
  * <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class ListChannelModeratorsCommand extends ListChannelModeratorsCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface ListChannelsAssociatedWithChannelFlowCommandOutput extends List
22
22
  }
23
23
  declare const ListChannelsAssociatedWithChannelFlowCommand_base: {
24
24
  new (input: ListChannelsAssociatedWithChannelFlowCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelsAssociatedWithChannelFlowCommandInput, ListChannelsAssociatedWithChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListChannelsAssociatedWithChannelFlowCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelsAssociatedWithChannelFlowCommandInput, ListChannelsAssociatedWithChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all channels associated with a specified channel flow. You can associate a channel flow with multiple channels, but you can only associate a channel with one channel flow. This is a developer API.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const ListChannelsAssociatedWithChannelFlowCommand_base: {
82
82
  * @throws {@link ChimeSDKMessagingServiceException}
83
83
  * <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class ListChannelsAssociatedWithChannelFlowCommand extends ListChannelsAssociatedWithChannelFlowCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
22
22
  }
23
23
  declare const ListChannelsCommand_base: {
24
24
  new (input: ListChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all Channels created under a single Chime App as a paginated list. You can specify
30
30
  * filters to narrow results.</p>
31
31
  * <p class="title">
@@ -104,6 +104,7 @@ declare const ListChannelsCommand_base: {
104
104
  * @throws {@link ChimeSDKMessagingServiceException}
105
105
  * <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
106
106
  *
107
+ * @public
107
108
  */
108
109
  export declare class ListChannelsCommand extends ListChannelsCommand_base {
109
110
  }
@@ -22,10 +22,10 @@ export interface ListChannelsModeratedByAppInstanceUserCommandOutput extends Lis
22
22
  }
23
23
  declare const ListChannelsModeratedByAppInstanceUserCommand_base: {
24
24
  new (input: ListChannelsModeratedByAppInstanceUserCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModeratedByAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListChannelsModeratedByAppInstanceUserCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModeratedByAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>A list of the channels moderated by an <code>AppInstanceUser</code>.</p>
30
30
  * <note>
31
31
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
@@ -91,6 +91,7 @@ declare const ListChannelsModeratedByAppInstanceUserCommand_base: {
91
91
  * @throws {@link ChimeSDKMessagingServiceException}
92
92
  * <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class ListChannelsModeratedByAppInstanceUserCommand extends ListChannelsModeratedByAppInstanceUserCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface ListSubChannelsCommandOutput extends ListSubChannelsResponse, _
22
22
  }
23
23
  declare const ListSubChannelsCommand_base: {
24
24
  new (input: ListSubChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSubChannelsCommandInput, ListSubChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListSubChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSubChannelsCommandInput, ListSubChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all the SubChannels in an elastic channel when given a channel ID. Available only to the app instance admins and channel moderators of elastic channels.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const ListSubChannelsCommand_base: {
81
81
  * @throws {@link ChimeSDKMessagingServiceException}
82
82
  * <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class ListSubChannelsCommand extends ListSubChannelsCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the tags applied to an Amazon Chime SDK messaging resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const ListTagsForResourceCommand_base: {
76
76
  * @throws {@link ChimeSDKMessagingServiceException}
77
77
  * <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface PutChannelExpirationSettingsCommandOutput extends PutChannelExp
22
22
  }
23
23
  declare const PutChannelExpirationSettingsCommand_base: {
24
24
  new (input: PutChannelExpirationSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<PutChannelExpirationSettingsCommandInput, PutChannelExpirationSettingsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutChannelExpirationSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<PutChannelExpirationSettingsCommandInput, PutChannelExpirationSettingsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Sets the number of days before the channel is automatically deleted.</p>
30
30
  * <note>
31
31
  * <ul>
@@ -101,6 +101,7 @@ declare const PutChannelExpirationSettingsCommand_base: {
101
101
  * @throws {@link ChimeSDKMessagingServiceException}
102
102
  * <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class PutChannelExpirationSettingsCommand extends PutChannelExpirationSettingsCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface PutChannelMembershipPreferencesCommandOutput extends PutChannel
22
22
  }
23
23
  declare const PutChannelMembershipPreferencesCommand_base: {
24
24
  new (input: PutChannelMembershipPreferencesCommandInput): import("@smithy/smithy-client").CommandImpl<PutChannelMembershipPreferencesCommandInput, PutChannelMembershipPreferencesCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutChannelMembershipPreferencesCommandInput): import("@smithy/smithy-client").CommandImpl<PutChannelMembershipPreferencesCommandInput, PutChannelMembershipPreferencesCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Sets the membership preferences of an <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
30
30
  * for the specified channel. The user or bot must be a member of the channel. Only the user or bot who owns the
31
31
  * membership can set preferences. Users or bots in the <code>AppInstanceAdmin</code> and channel moderator roles can't set
@@ -102,6 +102,7 @@ declare const PutChannelMembershipPreferencesCommand_base: {
102
102
  * @throws {@link ChimeSDKMessagingServiceException}
103
103
  * <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class PutChannelMembershipPreferencesCommand extends PutChannelMembershipPreferencesCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface PutMessagingStreamingConfigurationsCommandOutput extends PutMes
22
22
  }
23
23
  declare const PutMessagingStreamingConfigurationsCommand_base: {
24
24
  new (input: PutMessagingStreamingConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<PutMessagingStreamingConfigurationsCommandInput, PutMessagingStreamingConfigurationsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutMessagingStreamingConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<PutMessagingStreamingConfigurationsCommandInput, PutMessagingStreamingConfigurationsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Sets the data streaming configuration for an <code>AppInstance</code>. For more information, see
30
30
  * <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/streaming-export.html">Streaming messaging data</a> in the <i>Amazon Chime SDK Developer Guide</i>.</p>
31
31
  * @example
@@ -90,6 +90,7 @@ declare const PutMessagingStreamingConfigurationsCommand_base: {
90
90
  * @throws {@link ChimeSDKMessagingServiceException}
91
91
  * <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class PutMessagingStreamingConfigurationsCommand extends PutMessagingStreamingConfigurationsCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface RedactChannelMessageCommandOutput extends RedactChannelMessageR
22
22
  }
23
23
  declare const RedactChannelMessageCommand_base: {
24
24
  new (input: RedactChannelMessageCommandInput): import("@smithy/smithy-client").CommandImpl<RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RedactChannelMessageCommandInput): import("@smithy/smithy-client").CommandImpl<RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Redacts message content, but not metadata. The message exists in the back end, but the
30
30
  * action returns null content, and the state shows as redacted.</p>
31
31
  * <note>
@@ -86,6 +86,7 @@ declare const RedactChannelMessageCommand_base: {
86
86
  * @throws {@link ChimeSDKMessagingServiceException}
87
87
  * <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class RedactChannelMessageCommand extends RedactChannelMessageCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface SearchChannelsCommandOutput extends SearchChannelsResponse, __M
22
22
  }
23
23
  declare const SearchChannelsCommand_base: {
24
24
  new (input: SearchChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchChannelsCommandInput, SearchChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SearchChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchChannelsCommandInput, SearchChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Allows the <code>ChimeBearer</code> to search channels by channel members. Users or bots can search
30
30
  * across the channels that they belong to. Users in the <code>AppInstanceAdmin</code> role can search across
31
31
  * all channels.</p>
@@ -97,6 +97,7 @@ declare const SearchChannelsCommand_base: {
97
97
  * @throws {@link ChimeSDKMessagingServiceException}
98
98
  * <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class SearchChannelsCommand extends SearchChannelsCommand_base {
102
103
  }
@@ -22,10 +22,10 @@ export interface SendChannelMessageCommandOutput extends SendChannelMessageRespo
22
22
  }
23
23
  declare const SendChannelMessageCommand_base: {
24
24
  new (input: SendChannelMessageCommandInput): import("@smithy/smithy-client").CommandImpl<SendChannelMessageCommandInput, SendChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SendChannelMessageCommandInput): import("@smithy/smithy-client").CommandImpl<SendChannelMessageCommandInput, SendChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Sends a message to a particular channel that the member is a part of.</p>
30
30
  * <note>
31
31
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
@@ -115,6 +115,7 @@ declare const SendChannelMessageCommand_base: {
115
115
  * @throws {@link ChimeSDKMessagingServiceException}
116
116
  * <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
117
117
  *
118
+ * @public
118
119
  */
119
120
  export declare class SendChannelMessageCommand extends SendChannelMessageCommand_base {
120
121
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Applies the specified tags to the specified Amazon Chime SDK messaging resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const TagResourceCommand_base: {
78
78
  * @throws {@link ChimeSDKMessagingServiceException}
79
79
  * <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class TagResourceCommand extends TagResourceCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the specified tags from the specified Amazon Chime SDK messaging resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const UntagResourceCommand_base: {
72
72
  * @throws {@link ChimeSDKMessagingServiceException}
73
73
  * <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
22
22
  }
23
23
  declare const UpdateChannelCommand_base: {
24
24
  new (input: UpdateChannelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChannelCommandInput, UpdateChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateChannelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChannelCommandInput, UpdateChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Update a channel's attributes.</p>
30
30
  * <p>
31
31
  * <b>Restriction</b>: You can't change a channel's privacy. </p>
@@ -86,6 +86,7 @@ declare const UpdateChannelCommand_base: {
86
86
  * @throws {@link ChimeSDKMessagingServiceException}
87
87
  * <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class UpdateChannelCommand extends UpdateChannelCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface UpdateChannelFlowCommandOutput extends UpdateChannelFlowRespons
22
22
  }
23
23
  declare const UpdateChannelFlowCommand_base: {
24
24
  new (input: UpdateChannelFlowCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChannelFlowCommandInput, UpdateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateChannelFlowCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChannelFlowCommandInput, UpdateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates channel flow attributes. This is a developer API.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -89,6 +89,7 @@ declare const UpdateChannelFlowCommand_base: {
89
89
  * @throws {@link ChimeSDKMessagingServiceException}
90
90
  * <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class UpdateChannelFlowCommand extends UpdateChannelFlowCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface UpdateChannelMessageCommandOutput extends UpdateChannelMessageR
22
22
  }
23
23
  declare const UpdateChannelMessageCommand_base: {
24
24
  new (input: UpdateChannelMessageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChannelMessageCommandInput, UpdateChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateChannelMessageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChannelMessageCommandInput, UpdateChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the content of a message.</p>
30
30
  * <note>
31
31
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
@@ -92,6 +92,7 @@ declare const UpdateChannelMessageCommand_base: {
92
92
  * @throws {@link ChimeSDKMessagingServiceException}
93
93
  * <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class UpdateChannelMessageCommand extends UpdateChannelMessageCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface UpdateChannelReadMarkerCommandOutput extends UpdateChannelReadM
22
22
  }
23
23
  declare const UpdateChannelReadMarkerCommand_base: {
24
24
  new (input: UpdateChannelReadMarkerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChannelReadMarkerCommandInput, UpdateChannelReadMarkerCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateChannelReadMarkerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChannelReadMarkerCommandInput, UpdateChannelReadMarkerCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>The details of the time when a user last read messages in a channel.</p>
30
30
  * <note>
31
31
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
@@ -81,6 +81,7 @@ declare const UpdateChannelReadMarkerCommand_base: {
81
81
  * @throws {@link ChimeSDKMessagingServiceException}
82
82
  * <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class UpdateChannelReadMarkerCommand extends UpdateChannelReadMarkerCommand_base {
86
87
  }