@aws-sdk/client-chime-sdk-messaging 3.301.0 → 3.303.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-cjs/models/models_0.js +78 -94
- package/dist-es/models/models_0.js +78 -94
- package/dist-types/models/models_0.d.ts +158 -78
- package/dist-types/ts3.4/models/models_0.d.ts +107 -78
- package/package.json +34 -34
|
@@ -4,35 +4,32 @@ exports.ChannelModeratorSummaryFilterSensitiveLog = exports.ChannelModeratorFilt
|
|
|
4
4
|
exports.UpdateChannelMessageRequestFilterSensitiveLog = exports.UpdateChannelFlowRequestFilterSensitiveLog = exports.UpdateChannelRequestFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.SendChannelMessageRequestFilterSensitiveLog = exports.SearchChannelsResponseFilterSensitiveLog = exports.SearchChannelsRequestFilterSensitiveLog = exports.PutChannelMembershipPreferencesResponseFilterSensitiveLog = exports.PutChannelMembershipPreferencesRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListSubChannelsResponseFilterSensitiveLog = exports.ListSubChannelsRequestFilterSensitiveLog = exports.ListChannelsModeratedByAppInstanceUserResponseFilterSensitiveLog = exports.ListChannelsModeratedByAppInstanceUserRequestFilterSensitiveLog = exports.ListChannelsAssociatedWithChannelFlowResponseFilterSensitiveLog = exports.ListChannelsAssociatedWithChannelFlowRequestFilterSensitiveLog = exports.ListChannelsResponseFilterSensitiveLog = exports.ListChannelsRequestFilterSensitiveLog = exports.ListChannelModeratorsResponseFilterSensitiveLog = exports.ListChannelModeratorsRequestFilterSensitiveLog = exports.ListChannelMessagesResponseFilterSensitiveLog = exports.ListChannelMessagesRequestFilterSensitiveLog = exports.ListChannelMembershipsForAppInstanceUserResponseFilterSensitiveLog = exports.ListChannelMembershipsForAppInstanceUserRequestFilterSensitiveLog = exports.ListChannelMembershipsResponseFilterSensitiveLog = exports.ListChannelMembershipsRequestFilterSensitiveLog = exports.ListChannelFlowsResponseFilterSensitiveLog = exports.ListChannelFlowsRequestFilterSensitiveLog = exports.ListChannelBansResponseFilterSensitiveLog = exports.ListChannelBansRequestFilterSensitiveLog = exports.GetChannelMessageResponseFilterSensitiveLog = exports.GetChannelMembershipPreferencesResponseFilterSensitiveLog = exports.DescribeChannelModeratorResponseFilterSensitiveLog = exports.DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog = exports.DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog = exports.DescribeChannelMembershipResponseFilterSensitiveLog = exports.DescribeChannelFlowResponseFilterSensitiveLog = exports.DescribeChannelBanResponseFilterSensitiveLog = exports.DescribeChannelResponseFilterSensitiveLog = exports.CreateChannelModeratorResponseFilterSensitiveLog = exports.CreateChannelMembershipResponseFilterSensitiveLog = exports.CreateChannelFlowRequestFilterSensitiveLog = exports.CreateChannelBanResponseFilterSensitiveLog = exports.CreateChannelRequestFilterSensitiveLog = exports.TagFilterSensitiveLog = void 0;
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const ChimeSDKMessagingServiceException_1 = require("./ChimeSDKMessagingServiceException");
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
ErrorCode["Unprocessable"] = "Unprocessable";
|
|
34
|
-
ErrorCode["VoiceConnectorGroupAssociationsExist"] = "VoiceConnectorGroupAssociationsExist";
|
|
35
|
-
})(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
|
|
7
|
+
exports.AllowNotifications = {
|
|
8
|
+
ALL: "ALL",
|
|
9
|
+
FILTERED: "FILTERED",
|
|
10
|
+
NONE: "NONE",
|
|
11
|
+
};
|
|
12
|
+
exports.ChannelMembershipType = {
|
|
13
|
+
DEFAULT: "DEFAULT",
|
|
14
|
+
HIDDEN: "HIDDEN",
|
|
15
|
+
};
|
|
16
|
+
exports.ErrorCode = {
|
|
17
|
+
AccessDenied: "AccessDenied",
|
|
18
|
+
BadRequest: "BadRequest",
|
|
19
|
+
Conflict: "Conflict",
|
|
20
|
+
Forbidden: "Forbidden",
|
|
21
|
+
NotFound: "NotFound",
|
|
22
|
+
PhoneNumberAssociationsExist: "PhoneNumberAssociationsExist",
|
|
23
|
+
PreconditionFailed: "PreconditionFailed",
|
|
24
|
+
ResourceLimitExceeded: "ResourceLimitExceeded",
|
|
25
|
+
ServiceFailure: "ServiceFailure",
|
|
26
|
+
ServiceUnavailable: "ServiceUnavailable",
|
|
27
|
+
Throttled: "Throttled",
|
|
28
|
+
Throttling: "Throttling",
|
|
29
|
+
Unauthorized: "Unauthorized",
|
|
30
|
+
Unprocessable: "Unprocessable",
|
|
31
|
+
VoiceConnectorGroupAssociationsExist: "VoiceConnectorGroupAssociationsExist",
|
|
32
|
+
};
|
|
36
33
|
class BadRequestException extends ChimeSDKMessagingServiceException_1.ChimeSDKMessagingServiceException {
|
|
37
34
|
constructor(opts) {
|
|
38
35
|
super({
|
|
@@ -168,71 +165,58 @@ class ResourceLimitExceededException extends ChimeSDKMessagingServiceException_1
|
|
|
168
165
|
}
|
|
169
166
|
}
|
|
170
167
|
exports.ResourceLimitExceededException = ResourceLimitExceededException;
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
(function (SortOrder) {
|
|
224
|
-
SortOrder["ASCENDING"] = "ASCENDING";
|
|
225
|
-
SortOrder["DESCENDING"] = "DESCENDING";
|
|
226
|
-
})(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
|
|
227
|
-
var SearchFieldKey;
|
|
228
|
-
(function (SearchFieldKey) {
|
|
229
|
-
SearchFieldKey["MEMBERS"] = "MEMBERS";
|
|
230
|
-
})(SearchFieldKey = exports.SearchFieldKey || (exports.SearchFieldKey = {}));
|
|
231
|
-
var SearchFieldOperator;
|
|
232
|
-
(function (SearchFieldOperator) {
|
|
233
|
-
SearchFieldOperator["EQUALS"] = "EQUALS";
|
|
234
|
-
SearchFieldOperator["INCLUDES"] = "INCLUDES";
|
|
235
|
-
})(SearchFieldOperator = exports.SearchFieldOperator || (exports.SearchFieldOperator = {}));
|
|
168
|
+
exports.ExpirationCriterion = {
|
|
169
|
+
CREATED_TIMESTAMP: "CREATED_TIMESTAMP",
|
|
170
|
+
LAST_MESSAGE_TIMESTAMP: "LAST_MESSAGE_TIMESTAMP",
|
|
171
|
+
};
|
|
172
|
+
exports.ChannelMode = {
|
|
173
|
+
RESTRICTED: "RESTRICTED",
|
|
174
|
+
UNRESTRICTED: "UNRESTRICTED",
|
|
175
|
+
};
|
|
176
|
+
exports.ChannelPrivacy = {
|
|
177
|
+
PRIVATE: "PRIVATE",
|
|
178
|
+
PUBLIC: "PUBLIC",
|
|
179
|
+
};
|
|
180
|
+
exports.InvocationType = {
|
|
181
|
+
ASYNC: "ASYNC",
|
|
182
|
+
};
|
|
183
|
+
exports.FallbackAction = {
|
|
184
|
+
ABORT: "ABORT",
|
|
185
|
+
CONTINUE: "CONTINUE",
|
|
186
|
+
};
|
|
187
|
+
exports.PushNotificationType = {
|
|
188
|
+
DEFAULT: "DEFAULT",
|
|
189
|
+
VOIP: "VOIP",
|
|
190
|
+
};
|
|
191
|
+
exports.ChannelMessagePersistenceType = {
|
|
192
|
+
NON_PERSISTENT: "NON_PERSISTENT",
|
|
193
|
+
PERSISTENT: "PERSISTENT",
|
|
194
|
+
};
|
|
195
|
+
exports.ChannelMessageStatus = {
|
|
196
|
+
DENIED: "DENIED",
|
|
197
|
+
FAILED: "FAILED",
|
|
198
|
+
PENDING: "PENDING",
|
|
199
|
+
SENT: "SENT",
|
|
200
|
+
};
|
|
201
|
+
exports.ChannelMessageType = {
|
|
202
|
+
CONTROL: "CONTROL",
|
|
203
|
+
STANDARD: "STANDARD",
|
|
204
|
+
};
|
|
205
|
+
exports.MessagingDataType = {
|
|
206
|
+
Channel: "Channel",
|
|
207
|
+
ChannelMessage: "ChannelMessage",
|
|
208
|
+
};
|
|
209
|
+
exports.SortOrder = {
|
|
210
|
+
ASCENDING: "ASCENDING",
|
|
211
|
+
DESCENDING: "DESCENDING",
|
|
212
|
+
};
|
|
213
|
+
exports.SearchFieldKey = {
|
|
214
|
+
MEMBERS: "MEMBERS",
|
|
215
|
+
};
|
|
216
|
+
exports.SearchFieldOperator = {
|
|
217
|
+
EQUALS: "EQUALS",
|
|
218
|
+
INCLUDES: "INCLUDES",
|
|
219
|
+
};
|
|
236
220
|
const IdentityFilterSensitiveLog = (obj) => ({
|
|
237
221
|
...obj,
|
|
238
222
|
...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1,34 +1,31 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ChimeSDKMessagingServiceException as __BaseException } from "./ChimeSDKMessagingServiceException";
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
ErrorCode["Unprocessable"] = "Unprocessable";
|
|
30
|
-
ErrorCode["VoiceConnectorGroupAssociationsExist"] = "VoiceConnectorGroupAssociationsExist";
|
|
31
|
-
})(ErrorCode || (ErrorCode = {}));
|
|
3
|
+
export const AllowNotifications = {
|
|
4
|
+
ALL: "ALL",
|
|
5
|
+
FILTERED: "FILTERED",
|
|
6
|
+
NONE: "NONE",
|
|
7
|
+
};
|
|
8
|
+
export const ChannelMembershipType = {
|
|
9
|
+
DEFAULT: "DEFAULT",
|
|
10
|
+
HIDDEN: "HIDDEN",
|
|
11
|
+
};
|
|
12
|
+
export const ErrorCode = {
|
|
13
|
+
AccessDenied: "AccessDenied",
|
|
14
|
+
BadRequest: "BadRequest",
|
|
15
|
+
Conflict: "Conflict",
|
|
16
|
+
Forbidden: "Forbidden",
|
|
17
|
+
NotFound: "NotFound",
|
|
18
|
+
PhoneNumberAssociationsExist: "PhoneNumberAssociationsExist",
|
|
19
|
+
PreconditionFailed: "PreconditionFailed",
|
|
20
|
+
ResourceLimitExceeded: "ResourceLimitExceeded",
|
|
21
|
+
ServiceFailure: "ServiceFailure",
|
|
22
|
+
ServiceUnavailable: "ServiceUnavailable",
|
|
23
|
+
Throttled: "Throttled",
|
|
24
|
+
Throttling: "Throttling",
|
|
25
|
+
Unauthorized: "Unauthorized",
|
|
26
|
+
Unprocessable: "Unprocessable",
|
|
27
|
+
VoiceConnectorGroupAssociationsExist: "VoiceConnectorGroupAssociationsExist",
|
|
28
|
+
};
|
|
32
29
|
export class BadRequestException extends __BaseException {
|
|
33
30
|
constructor(opts) {
|
|
34
31
|
super({
|
|
@@ -155,71 +152,58 @@ export class ResourceLimitExceededException extends __BaseException {
|
|
|
155
152
|
this.Message = opts.Message;
|
|
156
153
|
}
|
|
157
154
|
}
|
|
158
|
-
export
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
}
|
|
173
|
-
export
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
}
|
|
177
|
-
export
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
}
|
|
199
|
-
export
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
(function (SortOrder) {
|
|
211
|
-
SortOrder["ASCENDING"] = "ASCENDING";
|
|
212
|
-
SortOrder["DESCENDING"] = "DESCENDING";
|
|
213
|
-
})(SortOrder || (SortOrder = {}));
|
|
214
|
-
export var SearchFieldKey;
|
|
215
|
-
(function (SearchFieldKey) {
|
|
216
|
-
SearchFieldKey["MEMBERS"] = "MEMBERS";
|
|
217
|
-
})(SearchFieldKey || (SearchFieldKey = {}));
|
|
218
|
-
export var SearchFieldOperator;
|
|
219
|
-
(function (SearchFieldOperator) {
|
|
220
|
-
SearchFieldOperator["EQUALS"] = "EQUALS";
|
|
221
|
-
SearchFieldOperator["INCLUDES"] = "INCLUDES";
|
|
222
|
-
})(SearchFieldOperator || (SearchFieldOperator = {}));
|
|
155
|
+
export const ExpirationCriterion = {
|
|
156
|
+
CREATED_TIMESTAMP: "CREATED_TIMESTAMP",
|
|
157
|
+
LAST_MESSAGE_TIMESTAMP: "LAST_MESSAGE_TIMESTAMP",
|
|
158
|
+
};
|
|
159
|
+
export const ChannelMode = {
|
|
160
|
+
RESTRICTED: "RESTRICTED",
|
|
161
|
+
UNRESTRICTED: "UNRESTRICTED",
|
|
162
|
+
};
|
|
163
|
+
export const ChannelPrivacy = {
|
|
164
|
+
PRIVATE: "PRIVATE",
|
|
165
|
+
PUBLIC: "PUBLIC",
|
|
166
|
+
};
|
|
167
|
+
export const InvocationType = {
|
|
168
|
+
ASYNC: "ASYNC",
|
|
169
|
+
};
|
|
170
|
+
export const FallbackAction = {
|
|
171
|
+
ABORT: "ABORT",
|
|
172
|
+
CONTINUE: "CONTINUE",
|
|
173
|
+
};
|
|
174
|
+
export const PushNotificationType = {
|
|
175
|
+
DEFAULT: "DEFAULT",
|
|
176
|
+
VOIP: "VOIP",
|
|
177
|
+
};
|
|
178
|
+
export const ChannelMessagePersistenceType = {
|
|
179
|
+
NON_PERSISTENT: "NON_PERSISTENT",
|
|
180
|
+
PERSISTENT: "PERSISTENT",
|
|
181
|
+
};
|
|
182
|
+
export const ChannelMessageStatus = {
|
|
183
|
+
DENIED: "DENIED",
|
|
184
|
+
FAILED: "FAILED",
|
|
185
|
+
PENDING: "PENDING",
|
|
186
|
+
SENT: "SENT",
|
|
187
|
+
};
|
|
188
|
+
export const ChannelMessageType = {
|
|
189
|
+
CONTROL: "CONTROL",
|
|
190
|
+
STANDARD: "STANDARD",
|
|
191
|
+
};
|
|
192
|
+
export const MessagingDataType = {
|
|
193
|
+
Channel: "Channel",
|
|
194
|
+
ChannelMessage: "ChannelMessage",
|
|
195
|
+
};
|
|
196
|
+
export const SortOrder = {
|
|
197
|
+
ASCENDING: "ASCENDING",
|
|
198
|
+
DESCENDING: "DESCENDING",
|
|
199
|
+
};
|
|
200
|
+
export const SearchFieldKey = {
|
|
201
|
+
MEMBERS: "MEMBERS",
|
|
202
|
+
};
|
|
203
|
+
export const SearchFieldOperator = {
|
|
204
|
+
EQUALS: "EQUALS",
|
|
205
|
+
INCLUDES: "INCLUDES",
|
|
206
|
+
};
|
|
223
207
|
export const IdentityFilterSensitiveLog = (obj) => ({
|
|
224
208
|
...obj,
|
|
225
209
|
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
@@ -2,19 +2,29 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-cl
|
|
|
2
2
|
import { ChimeSDKMessagingServiceException as __BaseException } from "./ChimeSDKMessagingServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
|
+
* @enum
|
|
5
6
|
*/
|
|
6
|
-
export declare
|
|
7
|
-
ALL
|
|
8
|
-
FILTERED
|
|
9
|
-
NONE
|
|
10
|
-
}
|
|
7
|
+
export declare const AllowNotifications: {
|
|
8
|
+
readonly ALL: "ALL";
|
|
9
|
+
readonly FILTERED: "FILTERED";
|
|
10
|
+
readonly NONE: "NONE";
|
|
11
|
+
};
|
|
11
12
|
/**
|
|
12
13
|
* @public
|
|
13
14
|
*/
|
|
14
|
-
export
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
export type AllowNotifications = (typeof AllowNotifications)[keyof typeof AllowNotifications];
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
* @enum
|
|
19
|
+
*/
|
|
20
|
+
export declare const ChannelMembershipType: {
|
|
21
|
+
readonly DEFAULT: "DEFAULT";
|
|
22
|
+
readonly HIDDEN: "HIDDEN";
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
export type ChannelMembershipType = (typeof ChannelMembershipType)[keyof typeof ChannelMembershipType];
|
|
18
28
|
/**
|
|
19
29
|
* @public
|
|
20
30
|
* <p>Summary of the membership details of an <code>AppInstanceUser</code>.</p>
|
|
@@ -52,24 +62,29 @@ export interface AssociateChannelFlowRequest {
|
|
|
52
62
|
}
|
|
53
63
|
/**
|
|
54
64
|
* @public
|
|
65
|
+
* @enum
|
|
55
66
|
*/
|
|
56
|
-
export declare
|
|
57
|
-
AccessDenied
|
|
58
|
-
BadRequest
|
|
59
|
-
Conflict
|
|
60
|
-
Forbidden
|
|
61
|
-
NotFound
|
|
62
|
-
PhoneNumberAssociationsExist
|
|
63
|
-
PreconditionFailed
|
|
64
|
-
ResourceLimitExceeded
|
|
65
|
-
ServiceFailure
|
|
66
|
-
ServiceUnavailable
|
|
67
|
-
Throttled
|
|
68
|
-
Throttling
|
|
69
|
-
Unauthorized
|
|
70
|
-
Unprocessable
|
|
71
|
-
VoiceConnectorGroupAssociationsExist
|
|
72
|
-
}
|
|
67
|
+
export declare const ErrorCode: {
|
|
68
|
+
readonly AccessDenied: "AccessDenied";
|
|
69
|
+
readonly BadRequest: "BadRequest";
|
|
70
|
+
readonly Conflict: "Conflict";
|
|
71
|
+
readonly Forbidden: "Forbidden";
|
|
72
|
+
readonly NotFound: "NotFound";
|
|
73
|
+
readonly PhoneNumberAssociationsExist: "PhoneNumberAssociationsExist";
|
|
74
|
+
readonly PreconditionFailed: "PreconditionFailed";
|
|
75
|
+
readonly ResourceLimitExceeded: "ResourceLimitExceeded";
|
|
76
|
+
readonly ServiceFailure: "ServiceFailure";
|
|
77
|
+
readonly ServiceUnavailable: "ServiceUnavailable";
|
|
78
|
+
readonly Throttled: "Throttled";
|
|
79
|
+
readonly Throttling: "Throttling";
|
|
80
|
+
readonly Unauthorized: "Unauthorized";
|
|
81
|
+
readonly Unprocessable: "Unprocessable";
|
|
82
|
+
readonly VoiceConnectorGroupAssociationsExist: "VoiceConnectorGroupAssociationsExist";
|
|
83
|
+
};
|
|
84
|
+
/**
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
|
|
73
88
|
/**
|
|
74
89
|
* @public
|
|
75
90
|
* <p>The input parameters don't match the service's restrictions.</p>
|
|
@@ -324,11 +339,16 @@ export interface ElasticChannelConfiguration {
|
|
|
324
339
|
}
|
|
325
340
|
/**
|
|
326
341
|
* @public
|
|
342
|
+
* @enum
|
|
327
343
|
*/
|
|
328
|
-
export declare
|
|
329
|
-
CREATED_TIMESTAMP
|
|
330
|
-
LAST_MESSAGE_TIMESTAMP
|
|
331
|
-
}
|
|
344
|
+
export declare const ExpirationCriterion: {
|
|
345
|
+
readonly CREATED_TIMESTAMP: "CREATED_TIMESTAMP";
|
|
346
|
+
readonly LAST_MESSAGE_TIMESTAMP: "LAST_MESSAGE_TIMESTAMP";
|
|
347
|
+
};
|
|
348
|
+
/**
|
|
349
|
+
* @public
|
|
350
|
+
*/
|
|
351
|
+
export type ExpirationCriterion = (typeof ExpirationCriterion)[keyof typeof ExpirationCriterion];
|
|
332
352
|
/**
|
|
333
353
|
* @public
|
|
334
354
|
* <p>Settings that control the interval after which a channel is deleted.</p>
|
|
@@ -345,18 +365,28 @@ export interface ExpirationSettings {
|
|
|
345
365
|
}
|
|
346
366
|
/**
|
|
347
367
|
* @public
|
|
368
|
+
* @enum
|
|
348
369
|
*/
|
|
349
|
-
export declare
|
|
350
|
-
RESTRICTED
|
|
351
|
-
UNRESTRICTED
|
|
352
|
-
}
|
|
370
|
+
export declare const ChannelMode: {
|
|
371
|
+
readonly RESTRICTED: "RESTRICTED";
|
|
372
|
+
readonly UNRESTRICTED: "UNRESTRICTED";
|
|
373
|
+
};
|
|
353
374
|
/**
|
|
354
375
|
* @public
|
|
355
376
|
*/
|
|
356
|
-
export
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
377
|
+
export type ChannelMode = (typeof ChannelMode)[keyof typeof ChannelMode];
|
|
378
|
+
/**
|
|
379
|
+
* @public
|
|
380
|
+
* @enum
|
|
381
|
+
*/
|
|
382
|
+
export declare const ChannelPrivacy: {
|
|
383
|
+
readonly PRIVATE: "PRIVATE";
|
|
384
|
+
readonly PUBLIC: "PUBLIC";
|
|
385
|
+
};
|
|
386
|
+
/**
|
|
387
|
+
* @public
|
|
388
|
+
*/
|
|
389
|
+
export type ChannelPrivacy = (typeof ChannelPrivacy)[keyof typeof ChannelPrivacy];
|
|
360
390
|
/**
|
|
361
391
|
* @public
|
|
362
392
|
* <p>The details of a channel.</p>
|
|
@@ -471,10 +501,15 @@ export interface ChannelBanSummary {
|
|
|
471
501
|
}
|
|
472
502
|
/**
|
|
473
503
|
* @public
|
|
504
|
+
* @enum
|
|
474
505
|
*/
|
|
475
|
-
export declare
|
|
476
|
-
ASYNC
|
|
477
|
-
}
|
|
506
|
+
export declare const InvocationType: {
|
|
507
|
+
readonly ASYNC: "ASYNC";
|
|
508
|
+
};
|
|
509
|
+
/**
|
|
510
|
+
* @public
|
|
511
|
+
*/
|
|
512
|
+
export type InvocationType = (typeof InvocationType)[keyof typeof InvocationType];
|
|
478
513
|
/**
|
|
479
514
|
* @public
|
|
480
515
|
* <p>Stores metadata about a Lambda processor.</p>
|
|
@@ -501,11 +536,16 @@ export interface ProcessorConfiguration {
|
|
|
501
536
|
}
|
|
502
537
|
/**
|
|
503
538
|
* @public
|
|
539
|
+
* @enum
|
|
504
540
|
*/
|
|
505
|
-
export declare
|
|
506
|
-
ABORT
|
|
507
|
-
CONTINUE
|
|
508
|
-
}
|
|
541
|
+
export declare const FallbackAction: {
|
|
542
|
+
readonly ABORT: "ABORT";
|
|
543
|
+
readonly CONTINUE: "CONTINUE";
|
|
544
|
+
};
|
|
545
|
+
/**
|
|
546
|
+
* @public
|
|
547
|
+
*/
|
|
548
|
+
export type FallbackAction = (typeof FallbackAction)[keyof typeof FallbackAction];
|
|
509
549
|
/**
|
|
510
550
|
* @public
|
|
511
551
|
* <p>The information about a processor in a channel flow.</p>
|
|
@@ -569,11 +609,16 @@ export interface MessageAttributeValue {
|
|
|
569
609
|
}
|
|
570
610
|
/**
|
|
571
611
|
* @public
|
|
612
|
+
* @enum
|
|
572
613
|
*/
|
|
573
|
-
export declare
|
|
574
|
-
DEFAULT
|
|
575
|
-
VOIP
|
|
576
|
-
}
|
|
614
|
+
export declare const PushNotificationType: {
|
|
615
|
+
readonly DEFAULT: "DEFAULT";
|
|
616
|
+
readonly VOIP: "VOIP";
|
|
617
|
+
};
|
|
618
|
+
/**
|
|
619
|
+
* @public
|
|
620
|
+
*/
|
|
621
|
+
export type PushNotificationType = (typeof PushNotificationType)[keyof typeof PushNotificationType];
|
|
577
622
|
/**
|
|
578
623
|
* @public
|
|
579
624
|
* <p>The push notification configuration of the message.</p>
|
|
@@ -796,20 +841,30 @@ export interface ChannelMembershipSummary {
|
|
|
796
841
|
}
|
|
797
842
|
/**
|
|
798
843
|
* @public
|
|
844
|
+
* @enum
|
|
799
845
|
*/
|
|
800
|
-
export declare
|
|
801
|
-
NON_PERSISTENT
|
|
802
|
-
PERSISTENT
|
|
803
|
-
}
|
|
846
|
+
export declare const ChannelMessagePersistenceType: {
|
|
847
|
+
readonly NON_PERSISTENT: "NON_PERSISTENT";
|
|
848
|
+
readonly PERSISTENT: "PERSISTENT";
|
|
849
|
+
};
|
|
804
850
|
/**
|
|
805
851
|
* @public
|
|
806
852
|
*/
|
|
807
|
-
export
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
853
|
+
export type ChannelMessagePersistenceType = (typeof ChannelMessagePersistenceType)[keyof typeof ChannelMessagePersistenceType];
|
|
854
|
+
/**
|
|
855
|
+
* @public
|
|
856
|
+
* @enum
|
|
857
|
+
*/
|
|
858
|
+
export declare const ChannelMessageStatus: {
|
|
859
|
+
readonly DENIED: "DENIED";
|
|
860
|
+
readonly FAILED: "FAILED";
|
|
861
|
+
readonly PENDING: "PENDING";
|
|
862
|
+
readonly SENT: "SENT";
|
|
863
|
+
};
|
|
864
|
+
/**
|
|
865
|
+
* @public
|
|
866
|
+
*/
|
|
867
|
+
export type ChannelMessageStatus = (typeof ChannelMessageStatus)[keyof typeof ChannelMessageStatus];
|
|
813
868
|
/**
|
|
814
869
|
* @public
|
|
815
870
|
* <p>Stores information about a message status.</p>
|
|
@@ -826,11 +881,16 @@ export interface ChannelMessageStatusStructure {
|
|
|
826
881
|
}
|
|
827
882
|
/**
|
|
828
883
|
* @public
|
|
884
|
+
* @enum
|
|
829
885
|
*/
|
|
830
|
-
export declare
|
|
831
|
-
CONTROL
|
|
832
|
-
STANDARD
|
|
833
|
-
}
|
|
886
|
+
export declare const ChannelMessageType: {
|
|
887
|
+
readonly CONTROL: "CONTROL";
|
|
888
|
+
readonly STANDARD: "STANDARD";
|
|
889
|
+
};
|
|
890
|
+
/**
|
|
891
|
+
* @public
|
|
892
|
+
*/
|
|
893
|
+
export type ChannelMessageType = (typeof ChannelMessageType)[keyof typeof ChannelMessageType];
|
|
834
894
|
/**
|
|
835
895
|
* @public
|
|
836
896
|
* <p>The details of a message in a channel.</p>
|
|
@@ -1682,11 +1742,16 @@ export interface GetMessagingStreamingConfigurationsRequest {
|
|
|
1682
1742
|
}
|
|
1683
1743
|
/**
|
|
1684
1744
|
* @public
|
|
1745
|
+
* @enum
|
|
1685
1746
|
*/
|
|
1686
|
-
export declare
|
|
1687
|
-
Channel
|
|
1688
|
-
ChannelMessage
|
|
1689
|
-
}
|
|
1747
|
+
export declare const MessagingDataType: {
|
|
1748
|
+
readonly Channel: "Channel";
|
|
1749
|
+
readonly ChannelMessage: "ChannelMessage";
|
|
1750
|
+
};
|
|
1751
|
+
/**
|
|
1752
|
+
* @public
|
|
1753
|
+
*/
|
|
1754
|
+
export type MessagingDataType = (typeof MessagingDataType)[keyof typeof MessagingDataType];
|
|
1690
1755
|
/**
|
|
1691
1756
|
* @public
|
|
1692
1757
|
* <p>The configuration for connecting a messaging stream to Amazon Kinesis.</p>
|
|
@@ -1872,11 +1937,16 @@ export interface ListChannelMembershipsForAppInstanceUserResponse {
|
|
|
1872
1937
|
}
|
|
1873
1938
|
/**
|
|
1874
1939
|
* @public
|
|
1940
|
+
* @enum
|
|
1875
1941
|
*/
|
|
1876
|
-
export declare
|
|
1877
|
-
ASCENDING
|
|
1878
|
-
DESCENDING
|
|
1879
|
-
}
|
|
1942
|
+
export declare const SortOrder: {
|
|
1943
|
+
readonly ASCENDING: "ASCENDING";
|
|
1944
|
+
readonly DESCENDING: "DESCENDING";
|
|
1945
|
+
};
|
|
1946
|
+
/**
|
|
1947
|
+
* @public
|
|
1948
|
+
*/
|
|
1949
|
+
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
1880
1950
|
/**
|
|
1881
1951
|
* @public
|
|
1882
1952
|
*/
|
|
@@ -2294,17 +2364,27 @@ export interface RedactChannelMessageResponse {
|
|
|
2294
2364
|
}
|
|
2295
2365
|
/**
|
|
2296
2366
|
* @public
|
|
2367
|
+
* @enum
|
|
2297
2368
|
*/
|
|
2298
|
-
export declare
|
|
2299
|
-
MEMBERS
|
|
2300
|
-
}
|
|
2369
|
+
export declare const SearchFieldKey: {
|
|
2370
|
+
readonly MEMBERS: "MEMBERS";
|
|
2371
|
+
};
|
|
2301
2372
|
/**
|
|
2302
2373
|
* @public
|
|
2303
2374
|
*/
|
|
2304
|
-
export
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2375
|
+
export type SearchFieldKey = (typeof SearchFieldKey)[keyof typeof SearchFieldKey];
|
|
2376
|
+
/**
|
|
2377
|
+
* @public
|
|
2378
|
+
* @enum
|
|
2379
|
+
*/
|
|
2380
|
+
export declare const SearchFieldOperator: {
|
|
2381
|
+
readonly EQUALS: "EQUALS";
|
|
2382
|
+
readonly INCLUDES: "INCLUDES";
|
|
2383
|
+
};
|
|
2384
|
+
/**
|
|
2385
|
+
* @public
|
|
2386
|
+
*/
|
|
2387
|
+
export type SearchFieldOperator = (typeof SearchFieldOperator)[keyof typeof SearchFieldOperator];
|
|
2308
2388
|
/**
|
|
2309
2389
|
* @public
|
|
2310
2390
|
* <p>A <code>Field</code> of the channel that you want to search.</p>
|
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ChimeSDKMessagingServiceException as __BaseException } from "./ChimeSDKMessagingServiceException";
|
|
3
|
-
export declare
|
|
4
|
-
ALL
|
|
5
|
-
FILTERED
|
|
6
|
-
NONE
|
|
7
|
-
}
|
|
8
|
-
export
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
3
|
+
export declare const AllowNotifications: {
|
|
4
|
+
readonly ALL: "ALL";
|
|
5
|
+
readonly FILTERED: "FILTERED";
|
|
6
|
+
readonly NONE: "NONE";
|
|
7
|
+
};
|
|
8
|
+
export type AllowNotifications =
|
|
9
|
+
(typeof AllowNotifications)[keyof typeof AllowNotifications];
|
|
10
|
+
export declare const ChannelMembershipType: {
|
|
11
|
+
readonly DEFAULT: "DEFAULT";
|
|
12
|
+
readonly HIDDEN: "HIDDEN";
|
|
13
|
+
};
|
|
14
|
+
export type ChannelMembershipType =
|
|
15
|
+
(typeof ChannelMembershipType)[keyof typeof ChannelMembershipType];
|
|
12
16
|
export interface AppInstanceUserMembershipSummary {
|
|
13
17
|
Type?: ChannelMembershipType | string;
|
|
14
18
|
ReadMarkerTimestamp?: Date;
|
|
@@ -19,23 +23,24 @@ export interface AssociateChannelFlowRequest {
|
|
|
19
23
|
ChannelFlowArn: string | undefined;
|
|
20
24
|
ChimeBearer: string | undefined;
|
|
21
25
|
}
|
|
22
|
-
export declare
|
|
23
|
-
AccessDenied
|
|
24
|
-
BadRequest
|
|
25
|
-
Conflict
|
|
26
|
-
Forbidden
|
|
27
|
-
NotFound
|
|
28
|
-
PhoneNumberAssociationsExist
|
|
29
|
-
PreconditionFailed
|
|
30
|
-
ResourceLimitExceeded
|
|
31
|
-
ServiceFailure
|
|
32
|
-
ServiceUnavailable
|
|
33
|
-
Throttled
|
|
34
|
-
Throttling
|
|
35
|
-
Unauthorized
|
|
36
|
-
Unprocessable
|
|
37
|
-
VoiceConnectorGroupAssociationsExist
|
|
38
|
-
}
|
|
26
|
+
export declare const ErrorCode: {
|
|
27
|
+
readonly AccessDenied: "AccessDenied";
|
|
28
|
+
readonly BadRequest: "BadRequest";
|
|
29
|
+
readonly Conflict: "Conflict";
|
|
30
|
+
readonly Forbidden: "Forbidden";
|
|
31
|
+
readonly NotFound: "NotFound";
|
|
32
|
+
readonly PhoneNumberAssociationsExist: "PhoneNumberAssociationsExist";
|
|
33
|
+
readonly PreconditionFailed: "PreconditionFailed";
|
|
34
|
+
readonly ResourceLimitExceeded: "ResourceLimitExceeded";
|
|
35
|
+
readonly ServiceFailure: "ServiceFailure";
|
|
36
|
+
readonly ServiceUnavailable: "ServiceUnavailable";
|
|
37
|
+
readonly Throttled: "Throttled";
|
|
38
|
+
readonly Throttling: "Throttling";
|
|
39
|
+
readonly Unauthorized: "Unauthorized";
|
|
40
|
+
readonly Unprocessable: "Unprocessable";
|
|
41
|
+
readonly VoiceConnectorGroupAssociationsExist: "VoiceConnectorGroupAssociationsExist";
|
|
42
|
+
};
|
|
43
|
+
export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
|
|
39
44
|
export declare class BadRequestException extends __BaseException {
|
|
40
45
|
readonly name: "BadRequestException";
|
|
41
46
|
readonly $fault: "client";
|
|
@@ -143,22 +148,27 @@ export interface ElasticChannelConfiguration {
|
|
|
143
148
|
TargetMembershipsPerSubChannel: number | undefined;
|
|
144
149
|
MinimumMembershipPercentage: number | undefined;
|
|
145
150
|
}
|
|
146
|
-
export declare
|
|
147
|
-
CREATED_TIMESTAMP
|
|
148
|
-
LAST_MESSAGE_TIMESTAMP
|
|
149
|
-
}
|
|
151
|
+
export declare const ExpirationCriterion: {
|
|
152
|
+
readonly CREATED_TIMESTAMP: "CREATED_TIMESTAMP";
|
|
153
|
+
readonly LAST_MESSAGE_TIMESTAMP: "LAST_MESSAGE_TIMESTAMP";
|
|
154
|
+
};
|
|
155
|
+
export type ExpirationCriterion =
|
|
156
|
+
(typeof ExpirationCriterion)[keyof typeof ExpirationCriterion];
|
|
150
157
|
export interface ExpirationSettings {
|
|
151
158
|
ExpirationDays: number | undefined;
|
|
152
159
|
ExpirationCriterion: ExpirationCriterion | string | undefined;
|
|
153
160
|
}
|
|
154
|
-
export declare
|
|
155
|
-
RESTRICTED
|
|
156
|
-
UNRESTRICTED
|
|
157
|
-
}
|
|
158
|
-
export
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
161
|
+
export declare const ChannelMode: {
|
|
162
|
+
readonly RESTRICTED: "RESTRICTED";
|
|
163
|
+
readonly UNRESTRICTED: "UNRESTRICTED";
|
|
164
|
+
};
|
|
165
|
+
export type ChannelMode = (typeof ChannelMode)[keyof typeof ChannelMode];
|
|
166
|
+
export declare const ChannelPrivacy: {
|
|
167
|
+
readonly PRIVATE: "PRIVATE";
|
|
168
|
+
readonly PUBLIC: "PUBLIC";
|
|
169
|
+
};
|
|
170
|
+
export type ChannelPrivacy =
|
|
171
|
+
(typeof ChannelPrivacy)[keyof typeof ChannelPrivacy];
|
|
162
172
|
export interface Channel {
|
|
163
173
|
Name?: string;
|
|
164
174
|
ChannelArn?: string;
|
|
@@ -189,9 +199,11 @@ export interface ChannelBan {
|
|
|
189
199
|
export interface ChannelBanSummary {
|
|
190
200
|
Member?: Identity;
|
|
191
201
|
}
|
|
192
|
-
export declare
|
|
193
|
-
ASYNC
|
|
194
|
-
}
|
|
202
|
+
export declare const InvocationType: {
|
|
203
|
+
readonly ASYNC: "ASYNC";
|
|
204
|
+
};
|
|
205
|
+
export type InvocationType =
|
|
206
|
+
(typeof InvocationType)[keyof typeof InvocationType];
|
|
195
207
|
export interface LambdaConfiguration {
|
|
196
208
|
ResourceArn: string | undefined;
|
|
197
209
|
InvocationType: InvocationType | string | undefined;
|
|
@@ -199,10 +211,12 @@ export interface LambdaConfiguration {
|
|
|
199
211
|
export interface ProcessorConfiguration {
|
|
200
212
|
Lambda: LambdaConfiguration | undefined;
|
|
201
213
|
}
|
|
202
|
-
export declare
|
|
203
|
-
ABORT
|
|
204
|
-
CONTINUE
|
|
205
|
-
}
|
|
214
|
+
export declare const FallbackAction: {
|
|
215
|
+
readonly ABORT: "ABORT";
|
|
216
|
+
readonly CONTINUE: "CONTINUE";
|
|
217
|
+
};
|
|
218
|
+
export type FallbackAction =
|
|
219
|
+
(typeof FallbackAction)[keyof typeof FallbackAction];
|
|
206
220
|
export interface Processor {
|
|
207
221
|
Name: string | undefined;
|
|
208
222
|
Configuration: ProcessorConfiguration | undefined;
|
|
@@ -219,10 +233,12 @@ export interface ChannelFlow {
|
|
|
219
233
|
export interface MessageAttributeValue {
|
|
220
234
|
StringValues?: string[];
|
|
221
235
|
}
|
|
222
|
-
export declare
|
|
223
|
-
DEFAULT
|
|
224
|
-
VOIP
|
|
225
|
-
}
|
|
236
|
+
export declare const PushNotificationType: {
|
|
237
|
+
readonly DEFAULT: "DEFAULT";
|
|
238
|
+
readonly VOIP: "VOIP";
|
|
239
|
+
};
|
|
240
|
+
export type PushNotificationType =
|
|
241
|
+
(typeof PushNotificationType)[keyof typeof PushNotificationType];
|
|
226
242
|
export interface PushNotificationConfiguration {
|
|
227
243
|
Title?: string;
|
|
228
244
|
Body?: string;
|
|
@@ -283,24 +299,30 @@ export interface ChannelMembershipPreferences {
|
|
|
283
299
|
export interface ChannelMembershipSummary {
|
|
284
300
|
Member?: Identity;
|
|
285
301
|
}
|
|
286
|
-
export declare
|
|
287
|
-
NON_PERSISTENT
|
|
288
|
-
PERSISTENT
|
|
289
|
-
}
|
|
290
|
-
export
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
302
|
+
export declare const ChannelMessagePersistenceType: {
|
|
303
|
+
readonly NON_PERSISTENT: "NON_PERSISTENT";
|
|
304
|
+
readonly PERSISTENT: "PERSISTENT";
|
|
305
|
+
};
|
|
306
|
+
export type ChannelMessagePersistenceType =
|
|
307
|
+
(typeof ChannelMessagePersistenceType)[keyof typeof ChannelMessagePersistenceType];
|
|
308
|
+
export declare const ChannelMessageStatus: {
|
|
309
|
+
readonly DENIED: "DENIED";
|
|
310
|
+
readonly FAILED: "FAILED";
|
|
311
|
+
readonly PENDING: "PENDING";
|
|
312
|
+
readonly SENT: "SENT";
|
|
313
|
+
};
|
|
314
|
+
export type ChannelMessageStatus =
|
|
315
|
+
(typeof ChannelMessageStatus)[keyof typeof ChannelMessageStatus];
|
|
296
316
|
export interface ChannelMessageStatusStructure {
|
|
297
317
|
Value?: ChannelMessageStatus | string;
|
|
298
318
|
Detail?: string;
|
|
299
319
|
}
|
|
300
|
-
export declare
|
|
301
|
-
CONTROL
|
|
302
|
-
STANDARD
|
|
303
|
-
}
|
|
320
|
+
export declare const ChannelMessageType: {
|
|
321
|
+
readonly CONTROL: "CONTROL";
|
|
322
|
+
readonly STANDARD: "STANDARD";
|
|
323
|
+
};
|
|
324
|
+
export type ChannelMessageType =
|
|
325
|
+
(typeof ChannelMessageType)[keyof typeof ChannelMessageType];
|
|
304
326
|
export interface ChannelMessage {
|
|
305
327
|
ChannelArn?: string;
|
|
306
328
|
MessageId?: string;
|
|
@@ -536,10 +558,12 @@ export interface GetMessagingSessionEndpointResponse {
|
|
|
536
558
|
export interface GetMessagingStreamingConfigurationsRequest {
|
|
537
559
|
AppInstanceArn: string | undefined;
|
|
538
560
|
}
|
|
539
|
-
export declare
|
|
540
|
-
Channel
|
|
541
|
-
ChannelMessage
|
|
542
|
-
}
|
|
561
|
+
export declare const MessagingDataType: {
|
|
562
|
+
readonly Channel: "Channel";
|
|
563
|
+
readonly ChannelMessage: "ChannelMessage";
|
|
564
|
+
};
|
|
565
|
+
export type MessagingDataType =
|
|
566
|
+
(typeof MessagingDataType)[keyof typeof MessagingDataType];
|
|
543
567
|
export interface StreamingConfiguration {
|
|
544
568
|
DataType: MessagingDataType | string | undefined;
|
|
545
569
|
ResourceArn: string | undefined;
|
|
@@ -590,10 +614,11 @@ export interface ListChannelMembershipsForAppInstanceUserResponse {
|
|
|
590
614
|
ChannelMemberships?: ChannelMembershipForAppInstanceUserSummary[];
|
|
591
615
|
NextToken?: string;
|
|
592
616
|
}
|
|
593
|
-
export declare
|
|
594
|
-
ASCENDING
|
|
595
|
-
DESCENDING
|
|
596
|
-
}
|
|
617
|
+
export declare const SortOrder: {
|
|
618
|
+
readonly ASCENDING: "ASCENDING";
|
|
619
|
+
readonly DESCENDING: "DESCENDING";
|
|
620
|
+
};
|
|
621
|
+
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
597
622
|
export interface ListChannelMessagesRequest {
|
|
598
623
|
ChannelArn: string | undefined;
|
|
599
624
|
SortOrder?: SortOrder | string;
|
|
@@ -710,13 +735,17 @@ export interface RedactChannelMessageResponse {
|
|
|
710
735
|
MessageId?: string;
|
|
711
736
|
SubChannelId?: string;
|
|
712
737
|
}
|
|
713
|
-
export declare
|
|
714
|
-
MEMBERS
|
|
715
|
-
}
|
|
716
|
-
export
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
738
|
+
export declare const SearchFieldKey: {
|
|
739
|
+
readonly MEMBERS: "MEMBERS";
|
|
740
|
+
};
|
|
741
|
+
export type SearchFieldKey =
|
|
742
|
+
(typeof SearchFieldKey)[keyof typeof SearchFieldKey];
|
|
743
|
+
export declare const SearchFieldOperator: {
|
|
744
|
+
readonly EQUALS: "EQUALS";
|
|
745
|
+
readonly INCLUDES: "INCLUDES";
|
|
746
|
+
};
|
|
747
|
+
export type SearchFieldOperator =
|
|
748
|
+
(typeof SearchFieldOperator)[keyof typeof SearchFieldOperator];
|
|
720
749
|
export interface SearchField {
|
|
721
750
|
Key: SearchFieldKey | string | undefined;
|
|
722
751
|
Values: string[] | undefined;
|
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.303.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,43 +21,43 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.303.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.303.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.303.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.303.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.303.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.303.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.303.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.303.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.303.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.303.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.303.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.303.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.303.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.303.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.303.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.303.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.303.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.303.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.303.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.303.0",
|
|
44
|
+
"@aws-sdk/types": "3.303.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.303.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.303.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.303.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.303.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.303.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.303.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.303.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.303.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0",
|
|
57
57
|
"uuid": "^8.3.2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
60
|
+
"@aws-sdk/service-client-documentation-generator": "3.303.0",
|
|
61
61
|
"@tsconfig/node14": "1.0.3",
|
|
62
62
|
"@types/node": "^14.14.31",
|
|
63
63
|
"@types/uuid": "^8.3.0",
|