@aws-sdk/client-chime-sdk-messaging 3.775.0 → 3.782.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.
- package/dist-types/commands/AssociateChannelFlowCommand.d.ts +1 -0
- package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +1 -0
- package/dist-types/commands/ChannelFlowCallbackCommand.d.ts +1 -0
- package/dist-types/commands/CreateChannelBanCommand.d.ts +1 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +1 -0
- package/dist-types/commands/CreateChannelFlowCommand.d.ts +1 -0
- package/dist-types/commands/CreateChannelMembershipCommand.d.ts +1 -0
- package/dist-types/commands/CreateChannelModeratorCommand.d.ts +1 -0
- package/dist-types/commands/DeleteChannelBanCommand.d.ts +1 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteChannelFlowCommand.d.ts +1 -0
- package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +1 -0
- package/dist-types/commands/DeleteChannelMessageCommand.d.ts +1 -0
- package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +1 -0
- package/dist-types/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeChannelBanCommand.d.ts +1 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +1 -0
- package/dist-types/commands/DescribeChannelFlowCommand.d.ts +1 -0
- package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +1 -0
- package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +1 -0
- package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +1 -0
- package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateChannelFlowCommand.d.ts +1 -0
- package/dist-types/commands/GetChannelMembershipPreferencesCommand.d.ts +1 -0
- package/dist-types/commands/GetChannelMessageCommand.d.ts +1 -0
- package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +1 -0
- package/dist-types/commands/GetMessagingStreamingConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/ListChannelBansCommand.d.ts +1 -0
- package/dist-types/commands/ListChannelFlowsCommand.d.ts +1 -0
- package/dist-types/commands/ListChannelMembershipsCommand.d.ts +1 -0
- package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +1 -0
- package/dist-types/commands/ListChannelMessagesCommand.d.ts +1 -0
- package/dist-types/commands/ListChannelModeratorsCommand.d.ts +1 -0
- package/dist-types/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +1 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +1 -0
- package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +1 -0
- package/dist-types/commands/ListSubChannelsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/PutChannelExpirationSettingsCommand.d.ts +1 -0
- package/dist-types/commands/PutChannelMembershipPreferencesCommand.d.ts +1 -0
- package/dist-types/commands/PutMessagingStreamingConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/RedactChannelMessageCommand.d.ts +1 -0
- package/dist-types/commands/SearchChannelsCommand.d.ts +1 -0
- package/dist-types/commands/SendChannelMessageCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateChannelFlowCommand.d.ts +1 -0
- package/dist-types/commands/UpdateChannelMessageCommand.d.ts +1 -0
- package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -86,6 +86,7 @@ declare const AssociateChannelFlowCommand_base: {
|
|
|
86
86
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class AssociateChannelFlowCommand extends AssociateChannelFlowCommand_base {
|
|
@@ -105,6 +105,7 @@ declare const BatchCreateChannelMembershipCommand_base: {
|
|
|
105
105
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
107
107
|
*
|
|
108
|
+
*
|
|
108
109
|
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class BatchCreateChannelMembershipCommand extends BatchCreateChannelMembershipCommand_base {
|
|
@@ -110,6 +110,7 @@ declare const ChannelFlowCallbackCommand_base: {
|
|
|
110
110
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
112
112
|
*
|
|
113
|
+
*
|
|
113
114
|
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class ChannelFlowCallbackCommand extends ChannelFlowCallbackCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const CreateChannelBanCommand_base: {
|
|
|
95
95
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class CreateChannelBanCommand extends CreateChannelBanCommand_base {
|
|
@@ -115,6 +115,7 @@ declare const CreateChannelCommand_base: {
|
|
|
115
115
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
116
116
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
117
117
|
*
|
|
118
|
+
*
|
|
118
119
|
* @public
|
|
119
120
|
*/
|
|
120
121
|
export declare class CreateChannelCommand extends CreateChannelCommand_base {
|
|
@@ -119,6 +119,7 @@ declare const CreateChannelFlowCommand_base: {
|
|
|
119
119
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
120
120
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
121
121
|
*
|
|
122
|
+
*
|
|
122
123
|
* @public
|
|
123
124
|
*/
|
|
124
125
|
export declare class CreateChannelFlowCommand extends CreateChannelFlowCommand_base {
|
|
@@ -124,6 +124,7 @@ declare const CreateChannelMembershipCommand_base: {
|
|
|
124
124
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
125
125
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
126
126
|
*
|
|
127
|
+
*
|
|
127
128
|
* @public
|
|
128
129
|
*/
|
|
129
130
|
export declare class CreateChannelMembershipCommand extends CreateChannelMembershipCommand_base {
|
|
@@ -107,6 +107,7 @@ declare const CreateChannelModeratorCommand_base: {
|
|
|
107
107
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
109
109
|
*
|
|
110
|
+
*
|
|
110
111
|
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class CreateChannelModeratorCommand extends CreateChannelModeratorCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const DeleteChannelBanCommand_base: {
|
|
|
77
77
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class DeleteChannelBanCommand extends DeleteChannelBanCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const DeleteChannelCommand_base: {
|
|
|
81
81
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class DeleteChannelCommand extends DeleteChannelCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const DeleteChannelFlowCommand_base: {
|
|
|
78
78
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DeleteChannelFlowCommand extends DeleteChannelFlowCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const DeleteChannelMembershipCommand_base: {
|
|
|
82
82
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class DeleteChannelMembershipCommand extends DeleteChannelMembershipCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const DeleteChannelMessageCommand_base: {
|
|
|
80
80
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class DeleteChannelMessageCommand extends DeleteChannelMessageCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const DeleteChannelModeratorCommand_base: {
|
|
|
77
77
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class DeleteChannelModeratorCommand extends DeleteChannelModeratorCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const DeleteMessagingStreamingConfigurationsCommand_base: {
|
|
|
71
71
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeleteMessagingStreamingConfigurationsCommand extends DeleteMessagingStreamingConfigurationsCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const DescribeChannelBanCommand_base: {
|
|
|
93
93
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class DescribeChannelBanCommand extends DescribeChannelBanCommand_base {
|
|
@@ -102,6 +102,7 @@ declare const DescribeChannelCommand_base: {
|
|
|
102
102
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
104
104
|
*
|
|
105
|
+
*
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class DescribeChannelCommand extends DescribeChannelCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const DescribeChannelFlowCommand_base: {
|
|
|
90
90
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class DescribeChannelFlowCommand extends DescribeChannelFlowCommand_base {
|
|
@@ -97,6 +97,7 @@ declare const DescribeChannelMembershipCommand_base: {
|
|
|
97
97
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
99
99
|
*
|
|
100
|
+
*
|
|
100
101
|
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class DescribeChannelMembershipCommand extends DescribeChannelMembershipCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const DescribeChannelMembershipForAppInstanceUserCommand_base: {
|
|
|
94
94
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class DescribeChannelMembershipForAppInstanceUserCommand extends DescribeChannelMembershipForAppInstanceUserCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const DescribeChannelModeratedByAppInstanceUserCommand_base: {
|
|
|
89
89
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class DescribeChannelModeratedByAppInstanceUserCommand extends DescribeChannelModeratedByAppInstanceUserCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const DescribeChannelModeratorCommand_base: {
|
|
|
93
93
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class DescribeChannelModeratorCommand extends DescribeChannelModeratorCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const DisassociateChannelFlowCommand_base: {
|
|
|
86
86
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class DisassociateChannelFlowCommand extends DisassociateChannelFlowCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const GetChannelMembershipPreferencesCommand_base: {
|
|
|
93
93
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class GetChannelMembershipPreferencesCommand extends GetChannelMembershipPreferencesCommand_base {
|
|
@@ -116,6 +116,7 @@ declare const GetChannelMessageCommand_base: {
|
|
|
116
116
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
118
118
|
*
|
|
119
|
+
*
|
|
119
120
|
* @public
|
|
120
121
|
*/
|
|
121
122
|
export declare class GetChannelMessageCommand extends GetChannelMessageCommand_base {
|
|
@@ -113,6 +113,7 @@ declare const GetChannelMessageStatusCommand_base: {
|
|
|
113
113
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
115
115
|
*
|
|
116
|
+
*
|
|
116
117
|
* @public
|
|
117
118
|
*/
|
|
118
119
|
export declare class GetChannelMessageStatusCommand extends GetChannelMessageStatusCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const GetMessagingSessionEndpointCommand_base: {
|
|
|
69
69
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class GetMessagingSessionEndpointCommand extends GetMessagingSessionEndpointCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const GetMessagingStreamingConfigurationsCommand_base: {
|
|
|
81
81
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class GetMessagingStreamingConfigurationsCommand extends GetMessagingStreamingConfigurationsCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const ListChannelBansCommand_base: {
|
|
|
89
89
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class ListChannelBansCommand extends ListChannelBansCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const ListChannelFlowsCommand_base: {
|
|
|
93
93
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class ListChannelFlowsCommand extends ListChannelFlowsCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const ListChannelMembershipsCommand_base: {
|
|
|
93
93
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class ListChannelMembershipsCommand extends ListChannelMembershipsCommand_base {
|
|
@@ -98,6 +98,7 @@ declare const ListChannelMembershipsForAppInstanceUserCommand_base: {
|
|
|
98
98
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
100
100
|
*
|
|
101
|
+
*
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class ListChannelMembershipsForAppInstanceUserCommand extends ListChannelMembershipsForAppInstanceUserCommand_base {
|
|
@@ -124,6 +124,7 @@ declare const ListChannelMessagesCommand_base: {
|
|
|
124
124
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
125
125
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
126
126
|
*
|
|
127
|
+
*
|
|
127
128
|
* @public
|
|
128
129
|
*/
|
|
129
130
|
export declare class ListChannelMessagesCommand extends ListChannelMessagesCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const ListChannelModeratorsCommand_base: {
|
|
|
89
89
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class ListChannelModeratorsCommand extends ListChannelModeratorsCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const ListChannelsAssociatedWithChannelFlowCommand_base: {
|
|
|
83
83
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListChannelsAssociatedWithChannelFlowCommand extends ListChannelsAssociatedWithChannelFlowCommand_base {
|
|
@@ -105,6 +105,7 @@ declare const ListChannelsCommand_base: {
|
|
|
105
105
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
107
107
|
*
|
|
108
|
+
*
|
|
108
109
|
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class ListChannelsCommand extends ListChannelsCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const ListChannelsModeratedByAppInstanceUserCommand_base: {
|
|
|
92
92
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class ListChannelsModeratedByAppInstanceUserCommand extends ListChannelsModeratedByAppInstanceUserCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const ListSubChannelsCommand_base: {
|
|
|
82
82
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListSubChannelsCommand extends ListSubChannelsCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
77
77
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -102,6 +102,7 @@ declare const PutChannelExpirationSettingsCommand_base: {
|
|
|
102
102
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
104
104
|
*
|
|
105
|
+
*
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class PutChannelExpirationSettingsCommand extends PutChannelExpirationSettingsCommand_base {
|
|
@@ -103,6 +103,7 @@ declare const PutChannelMembershipPreferencesCommand_base: {
|
|
|
103
103
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
105
105
|
*
|
|
106
|
+
*
|
|
106
107
|
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class PutChannelMembershipPreferencesCommand extends PutChannelMembershipPreferencesCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const PutMessagingStreamingConfigurationsCommand_base: {
|
|
|
91
91
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class PutMessagingStreamingConfigurationsCommand extends PutMessagingStreamingConfigurationsCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const RedactChannelMessageCommand_base: {
|
|
|
87
87
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class RedactChannelMessageCommand extends RedactChannelMessageCommand_base {
|
|
@@ -98,6 +98,7 @@ declare const SearchChannelsCommand_base: {
|
|
|
98
98
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
100
100
|
*
|
|
101
|
+
*
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class SearchChannelsCommand extends SearchChannelsCommand_base {
|
|
@@ -116,6 +116,7 @@ declare const SendChannelMessageCommand_base: {
|
|
|
116
116
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
118
118
|
*
|
|
119
|
+
*
|
|
119
120
|
* @public
|
|
120
121
|
*/
|
|
121
122
|
export declare class SendChannelMessageCommand extends SendChannelMessageCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const TagResourceCommand_base: {
|
|
|
79
79
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const UntagResourceCommand_base: {
|
|
|
73
73
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const UpdateChannelCommand_base: {
|
|
|
87
87
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class UpdateChannelCommand extends UpdateChannelCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const UpdateChannelFlowCommand_base: {
|
|
|
90
90
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class UpdateChannelFlowCommand extends UpdateChannelFlowCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const UpdateChannelMessageCommand_base: {
|
|
|
93
93
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class UpdateChannelMessageCommand extends UpdateChannelMessageCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const UpdateChannelReadMarkerCommand_base: {
|
|
|
82
82
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class UpdateChannelReadMarkerCommand extends UpdateChannelReadMarkerCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime-sdk-messaging",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Sdk Messaging Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.782.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-chime-sdk-messaging",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|