@wildix/stream-client 0.0.11 → 0.0.12
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/StreamService.js +0 -4
- package/dist-cjs/commands/index.js +0 -2
- package/dist-cjs/models/models_0.js +1 -5
- package/dist-cjs/protocols/Aws_restJson1.js +3 -80
- package/dist-es/StreamService.js +0 -4
- package/dist-es/commands/index.js +0 -2
- package/dist-es/models/models_0.js +0 -4
- package/dist-es/protocols/Aws_restJson1.js +1 -74
- package/dist-types/StreamService.d.ts +0 -14
- package/dist-types/StreamServiceClient.d.ts +2 -4
- package/dist-types/commands/AddChannelMemberCommand.d.ts +3 -1
- package/dist-types/commands/AddChannelMembersCommand.d.ts +3 -1
- package/dist-types/commands/AssignChannelCommand.d.ts +3 -1
- package/dist-types/commands/CreateGroupChannelCommand.d.ts +4 -1
- package/dist-types/commands/CreateKiteChannelCommand.d.ts +4 -1
- package/dist-types/commands/CreateSectionCommand.d.ts +3 -1
- package/dist-types/commands/DeleteChannelCommand.d.ts +3 -1
- package/dist-types/commands/DeleteChannelMemberCommand.d.ts +3 -1
- package/dist-types/commands/DeleteMessageCommand.d.ts +3 -1
- package/dist-types/commands/DeleteMessageReactionCommand.d.ts +3 -1
- package/dist-types/commands/DeleteSectionCommand.d.ts +3 -1
- package/dist-types/commands/GetChannelCommand.d.ts +4 -1
- package/dist-types/commands/GetChannelMemberCommand.d.ts +3 -1
- package/dist-types/commands/GetDirectChannelIdCommand.d.ts +3 -1
- package/dist-types/commands/GetFilePresignedDownloadUrlCommand.d.ts +3 -1
- package/dist-types/commands/GetInboxCommand.d.ts +4 -1
- package/dist-types/commands/GetMessageCommand.d.ts +3 -1
- package/dist-types/commands/GetOrCreateDirectChannelCommand.d.ts +4 -1
- package/dist-types/commands/GetOrCreateSmsChannelCommand.d.ts +4 -1
- package/dist-types/commands/GetOrCreateTelephonyChannelCommand.d.ts +4 -1
- package/dist-types/commands/GetOrCreateWhatsAppChannelCommand.d.ts +4 -1
- package/dist-types/commands/GetSmsChannelIdCommand.d.ts +3 -1
- package/dist-types/commands/GetTelephonyChannelIdCommand.d.ts +3 -1
- package/dist-types/commands/GetTokenCommand.d.ts +3 -1
- package/dist-types/commands/GetUploadedFileInfoCommand.d.ts +3 -1
- package/dist-types/commands/GetWhatsAppChannelIdCommand.d.ts +3 -1
- package/dist-types/commands/HideChannelCommand.d.ts +3 -1
- package/dist-types/commands/JoinChannelCommand.d.ts +4 -1
- package/dist-types/commands/LeaveChannelCommand.d.ts +3 -1
- package/dist-types/commands/ListChannelMembersCommand.d.ts +3 -1
- package/dist-types/commands/ListChannelMembersReadStatusCommand.d.ts +3 -1
- package/dist-types/commands/ListChannelsCommand.d.ts +4 -1
- package/dist-types/commands/ListMentionsCommand.d.ts +3 -1
- package/dist-types/commands/ListMessagesCommand.d.ts +3 -1
- package/dist-types/commands/MarkReadCommand.d.ts +3 -1
- package/dist-types/commands/MarkUnreadCommand.d.ts +3 -1
- package/dist-types/commands/MoveChannelToSectionCommand.d.ts +3 -1
- package/dist-types/commands/MuteChannelCommand.d.ts +3 -1
- package/dist-types/commands/PartialUpdateChannelCommand.d.ts +4 -1
- package/dist-types/commands/PartialUpdateMessageCommand.d.ts +3 -1
- package/dist-types/commands/PinChannelCommand.d.ts +3 -1
- package/dist-types/commands/PinMessageCommand.d.ts +3 -1
- package/dist-types/commands/QueryChannelsCommand.d.ts +4 -1
- package/dist-types/commands/RemoveChannelFromSectionCommand.d.ts +3 -1
- package/dist-types/commands/RenameSectionCommand.d.ts +3 -1
- package/dist-types/commands/SendGiphyCommand.d.ts +3 -1
- package/dist-types/commands/SendMessageCommand.d.ts +3 -1
- package/dist-types/commands/SendMessageReactionCommand.d.ts +3 -1
- package/dist-types/commands/SendSystemMessageCommand.d.ts +3 -1
- package/dist-types/commands/SendTypingStartCommand.d.ts +3 -1
- package/dist-types/commands/SendTypingStopCommand.d.ts +3 -1
- package/dist-types/commands/ShowChannelCommand.d.ts +3 -1
- package/dist-types/commands/UnmuteChannelCommand.d.ts +3 -1
- package/dist-types/commands/UnpinChannelCommand.d.ts +3 -1
- package/dist-types/commands/UnpinMessageCommand.d.ts +3 -1
- package/dist-types/commands/UpdateChannelCommand.d.ts +4 -1
- package/dist-types/commands/UpdateMessageCommand.d.ts +3 -1
- package/dist-types/commands/UploadFileCommand.d.ts +3 -1
- package/dist-types/commands/index.d.ts +0 -2
- package/dist-types/models/models_0.d.ts +5 -144
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -18
- package/dist-types/runtimeConfig.browser.d.ts +3 -1
- package/dist-types/runtimeConfig.d.ts +3 -1
- package/dist-types/runtimeConfig.native.d.ts +3 -1
- package/package.json +1 -1
- package/dist-cjs/commands/SearchChannelsCommand.js +0 -21
- package/dist-cjs/commands/SearchMessagesCommand.js +0 -21
- package/dist-es/commands/SearchChannelsCommand.js +0 -17
- package/dist-es/commands/SearchMessagesCommand.js +0 -17
- package/dist-types/commands/SearchChannelsCommand.d.ts +0 -159
- package/dist-types/commands/SearchMessagesCommand.d.ts +0 -204
|
@@ -24,7 +24,9 @@ export interface GetInboxCommandOutput extends GetInboxOutput, __MetadataBearer
|
|
|
24
24
|
declare const GetInboxCommand_base: {
|
|
25
25
|
new (input: GetInboxCommandInput): import("@smithy/smithy-client").CommandImpl<GetInboxCommandInput, GetInboxCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (...[input]: [] | [GetInboxCommandInput]): import("@smithy/smithy-client").CommandImpl<GetInboxCommandInput, GetInboxCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Returns the user's main-page inbox: recent channels with per-user state and last-message preview, plus per-section channel and unread counters. Not paginated; use `ListChannels` to page further.
|
|
@@ -56,6 +58,7 @@ declare const GetInboxCommand_base: {
|
|
|
56
58
|
* // userId: "STRING_VALUE", // required
|
|
57
59
|
* // messageType: "regular" || "system" || "deleted", // required
|
|
58
60
|
* // text: "STRING_VALUE",
|
|
61
|
+
* // event: "STRING_VALUE",
|
|
59
62
|
* // createdAt: "STRING_VALUE", // required
|
|
60
63
|
* // },
|
|
61
64
|
* // company: "STRING_VALUE",
|
|
@@ -24,7 +24,9 @@ export interface GetMessageCommandOutput extends GetMessageOutput, __MetadataBea
|
|
|
24
24
|
declare const GetMessageCommand_base: {
|
|
25
25
|
new (input: GetMessageCommandInput): import("@smithy/smithy-client").CommandImpl<GetMessageCommandInput, GetMessageCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: GetMessageCommandInput): import("@smithy/smithy-client").CommandImpl<GetMessageCommandInput, GetMessageCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Returns a single message by id. Used by goto-message to resolve a `messageId` to its `timelineSeq` before loading a window with `ListMessages`.
|
|
@@ -24,7 +24,9 @@ export interface GetOrCreateDirectChannelCommandOutput extends GetOrCreateDirect
|
|
|
24
24
|
declare const GetOrCreateDirectChannelCommand_base: {
|
|
25
25
|
new (input: GetOrCreateDirectChannelCommandInput): import("@smithy/smithy-client").CommandImpl<GetOrCreateDirectChannelCommandInput, GetOrCreateDirectChannelCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (...[input]: [] | [GetOrCreateDirectChannelCommandInput]): import("@smithy/smithy-client").CommandImpl<GetOrCreateDirectChannelCommandInput, GetOrCreateDirectChannelCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Gets or creates a direct channel between the current user and another member.
|
|
@@ -62,6 +64,7 @@ declare const GetOrCreateDirectChannelCommand_base: {
|
|
|
62
64
|
* // userId: "STRING_VALUE", // required
|
|
63
65
|
* // messageType: "regular" || "system" || "deleted", // required
|
|
64
66
|
* // text: "STRING_VALUE",
|
|
67
|
+
* // event: "STRING_VALUE",
|
|
65
68
|
* // createdAt: "STRING_VALUE", // required
|
|
66
69
|
* // },
|
|
67
70
|
* // company: "STRING_VALUE",
|
|
@@ -24,7 +24,9 @@ export interface GetOrCreateSmsChannelCommandOutput extends GetOrCreateSmsChanne
|
|
|
24
24
|
declare const GetOrCreateSmsChannelCommand_base: {
|
|
25
25
|
new (input: GetOrCreateSmsChannelCommandInput): import("@smithy/smithy-client").CommandImpl<GetOrCreateSmsChannelCommandInput, GetOrCreateSmsChannelCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: GetOrCreateSmsChannelCommandInput): import("@smithy/smithy-client").CommandImpl<GetOrCreateSmsChannelCommandInput, GetOrCreateSmsChannelCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Gets or creates an SMS channel.
|
|
@@ -59,6 +61,7 @@ declare const GetOrCreateSmsChannelCommand_base: {
|
|
|
59
61
|
* // userId: "STRING_VALUE", // required
|
|
60
62
|
* // messageType: "regular" || "system" || "deleted", // required
|
|
61
63
|
* // text: "STRING_VALUE",
|
|
64
|
+
* // event: "STRING_VALUE",
|
|
62
65
|
* // createdAt: "STRING_VALUE", // required
|
|
63
66
|
* // },
|
|
64
67
|
* // company: "STRING_VALUE",
|
|
@@ -24,7 +24,9 @@ export interface GetOrCreateTelephonyChannelCommandOutput extends GetOrCreateTel
|
|
|
24
24
|
declare const GetOrCreateTelephonyChannelCommand_base: {
|
|
25
25
|
new (input: GetOrCreateTelephonyChannelCommandInput): import("@smithy/smithy-client").CommandImpl<GetOrCreateTelephonyChannelCommandInput, GetOrCreateTelephonyChannelCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: GetOrCreateTelephonyChannelCommandInput): import("@smithy/smithy-client").CommandImpl<GetOrCreateTelephonyChannelCommandInput, GetOrCreateTelephonyChannelCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Gets or creates a telephony channel.
|
|
@@ -58,6 +60,7 @@ declare const GetOrCreateTelephonyChannelCommand_base: {
|
|
|
58
60
|
* // userId: "STRING_VALUE", // required
|
|
59
61
|
* // messageType: "regular" || "system" || "deleted", // required
|
|
60
62
|
* // text: "STRING_VALUE",
|
|
63
|
+
* // event: "STRING_VALUE",
|
|
61
64
|
* // createdAt: "STRING_VALUE", // required
|
|
62
65
|
* // },
|
|
63
66
|
* // company: "STRING_VALUE",
|
|
@@ -24,7 +24,9 @@ export interface GetOrCreateWhatsAppChannelCommandOutput extends GetOrCreateWhat
|
|
|
24
24
|
declare const GetOrCreateWhatsAppChannelCommand_base: {
|
|
25
25
|
new (input: GetOrCreateWhatsAppChannelCommandInput): import("@smithy/smithy-client").CommandImpl<GetOrCreateWhatsAppChannelCommandInput, GetOrCreateWhatsAppChannelCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: GetOrCreateWhatsAppChannelCommandInput): import("@smithy/smithy-client").CommandImpl<GetOrCreateWhatsAppChannelCommandInput, GetOrCreateWhatsAppChannelCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Gets or creates a WhatsApp channel.
|
|
@@ -59,6 +61,7 @@ declare const GetOrCreateWhatsAppChannelCommand_base: {
|
|
|
59
61
|
* // userId: "STRING_VALUE", // required
|
|
60
62
|
* // messageType: "regular" || "system" || "deleted", // required
|
|
61
63
|
* // text: "STRING_VALUE",
|
|
64
|
+
* // event: "STRING_VALUE",
|
|
62
65
|
* // createdAt: "STRING_VALUE", // required
|
|
63
66
|
* // },
|
|
64
67
|
* // company: "STRING_VALUE",
|
|
@@ -24,7 +24,9 @@ export interface GetSmsChannelIdCommandOutput extends GetSmsChannelIdOutput, __M
|
|
|
24
24
|
declare const GetSmsChannelIdCommand_base: {
|
|
25
25
|
new (input: GetSmsChannelIdCommandInput): import("@smithy/smithy-client").CommandImpl<GetSmsChannelIdCommandInput, GetSmsChannelIdCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: GetSmsChannelIdCommandInput): import("@smithy/smithy-client").CommandImpl<GetSmsChannelIdCommandInput, GetSmsChannelIdCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Resolves the channel id of an SMS channel without creating it.
|
|
@@ -24,7 +24,9 @@ export interface GetTelephonyChannelIdCommandOutput extends GetTelephonyChannelI
|
|
|
24
24
|
declare const GetTelephonyChannelIdCommand_base: {
|
|
25
25
|
new (input: GetTelephonyChannelIdCommandInput): import("@smithy/smithy-client").CommandImpl<GetTelephonyChannelIdCommandInput, GetTelephonyChannelIdCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: GetTelephonyChannelIdCommandInput): import("@smithy/smithy-client").CommandImpl<GetTelephonyChannelIdCommandInput, GetTelephonyChannelIdCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Resolves the channel id of a telephony channel without creating it.
|
|
@@ -24,7 +24,9 @@ export interface GetTokenCommandOutput extends GetTokenOutput, __MetadataBearer
|
|
|
24
24
|
declare const GetTokenCommand_base: {
|
|
25
25
|
new (input: GetTokenCommandInput): import("@smithy/smithy-client").CommandImpl<GetTokenCommandInput, GetTokenCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (...[input]: [] | [GetTokenCommandInput]): import("@smithy/smithy-client").CommandImpl<GetTokenCommandInput, GetTokenCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Returns a short-lived authorization token for the stream chat client.
|
|
@@ -24,7 +24,9 @@ export interface GetUploadedFileInfoCommandOutput extends GetUploadedFileInfoOut
|
|
|
24
24
|
declare const GetUploadedFileInfoCommand_base: {
|
|
25
25
|
new (input: GetUploadedFileInfoCommandInput): import("@smithy/smithy-client").CommandImpl<GetUploadedFileInfoCommandInput, GetUploadedFileInfoCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: GetUploadedFileInfoCommandInput): import("@smithy/smithy-client").CommandImpl<GetUploadedFileInfoCommandInput, GetUploadedFileInfoCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Returns metadata for an uploaded file in a channel.
|
|
@@ -24,7 +24,9 @@ export interface GetWhatsAppChannelIdCommandOutput extends GetWhatsAppChannelIdO
|
|
|
24
24
|
declare const GetWhatsAppChannelIdCommand_base: {
|
|
25
25
|
new (input: GetWhatsAppChannelIdCommandInput): import("@smithy/smithy-client").CommandImpl<GetWhatsAppChannelIdCommandInput, GetWhatsAppChannelIdCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: GetWhatsAppChannelIdCommandInput): import("@smithy/smithy-client").CommandImpl<GetWhatsAppChannelIdCommandInput, GetWhatsAppChannelIdCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Resolves the channel id of a WhatsApp channel without creating it.
|
|
@@ -24,7 +24,9 @@ export interface HideChannelCommandOutput extends HideChannelOutput, __MetadataB
|
|
|
24
24
|
declare const HideChannelCommand_base: {
|
|
25
25
|
new (input: HideChannelCommandInput): import("@smithy/smithy-client").CommandImpl<HideChannelCommandInput, HideChannelCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: HideChannelCommandInput): import("@smithy/smithy-client").CommandImpl<HideChannelCommandInput, HideChannelCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Archives a channel for the current user (`inbox.hidden = true`).
|
|
@@ -24,7 +24,9 @@ export interface JoinChannelCommandOutput extends JoinChannelOutput, __MetadataB
|
|
|
24
24
|
declare const JoinChannelCommand_base: {
|
|
25
25
|
new (input: JoinChannelCommandInput): import("@smithy/smithy-client").CommandImpl<JoinChannelCommandInput, JoinChannelCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: JoinChannelCommandInput): import("@smithy/smithy-client").CommandImpl<JoinChannelCommandInput, JoinChannelCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Joins a public channel.
|
|
@@ -57,6 +59,7 @@ declare const JoinChannelCommand_base: {
|
|
|
57
59
|
* // userId: "STRING_VALUE", // required
|
|
58
60
|
* // messageType: "regular" || "system" || "deleted", // required
|
|
59
61
|
* // text: "STRING_VALUE",
|
|
62
|
+
* // event: "STRING_VALUE",
|
|
60
63
|
* // createdAt: "STRING_VALUE", // required
|
|
61
64
|
* // },
|
|
62
65
|
* // company: "STRING_VALUE",
|
|
@@ -24,7 +24,9 @@ export interface LeaveChannelCommandOutput extends LeaveChannelOutput, __Metadat
|
|
|
24
24
|
declare const LeaveChannelCommand_base: {
|
|
25
25
|
new (input: LeaveChannelCommandInput): import("@smithy/smithy-client").CommandImpl<LeaveChannelCommandInput, LeaveChannelCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: LeaveChannelCommandInput): import("@smithy/smithy-client").CommandImpl<LeaveChannelCommandInput, LeaveChannelCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Removes the current user from a channel.
|
|
@@ -24,7 +24,9 @@ export interface ListChannelMembersCommandOutput extends ListChannelMembersOutpu
|
|
|
24
24
|
declare const ListChannelMembersCommand_base: {
|
|
25
25
|
new (input: ListChannelMembersCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelMembersCommandInput, ListChannelMembersCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: ListChannelMembersCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelMembersCommandInput, ListChannelMembersCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Lists channel members.
|
|
@@ -24,7 +24,9 @@ export interface ListChannelMembersReadStatusCommandOutput extends ListChannelMe
|
|
|
24
24
|
declare const ListChannelMembersReadStatusCommand_base: {
|
|
25
25
|
new (input: ListChannelMembersReadStatusCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelMembersReadStatusCommandInput, ListChannelMembersReadStatusCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: ListChannelMembersReadStatusCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelMembersReadStatusCommandInput, ListChannelMembersReadStatusCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Lists member read pointers for channels with at most 100 members.
|
|
@@ -24,7 +24,9 @@ export interface ListChannelsCommandOutput extends ListChannelsOutput, __Metadat
|
|
|
24
24
|
declare const ListChannelsCommand_base: {
|
|
25
25
|
new (input: ListChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (...[input]: [] | [ListChannelsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Returns one ordered page of channels for the requested section, with per-channel inbox state and last-message preview. Default page size is 30 channels, but a page may return more when the scanned window contains extra rows after filtering. Use `nextCursor` to keep paging; section counters live on `GetInbox`.
|
|
@@ -59,6 +61,7 @@ declare const ListChannelsCommand_base: {
|
|
|
59
61
|
* // userId: "STRING_VALUE", // required
|
|
60
62
|
* // messageType: "regular" || "system" || "deleted", // required
|
|
61
63
|
* // text: "STRING_VALUE",
|
|
64
|
+
* // event: "STRING_VALUE",
|
|
62
65
|
* // createdAt: "STRING_VALUE", // required
|
|
63
66
|
* // },
|
|
64
67
|
* // company: "STRING_VALUE",
|
|
@@ -24,7 +24,9 @@ export interface ListMentionsCommandOutput extends ListMentionsOutput, __Metadat
|
|
|
24
24
|
declare const ListMentionsCommand_base: {
|
|
25
25
|
new (input: ListMentionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMentionsCommandInput, ListMentionsCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (...[input]: [] | [ListMentionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMentionsCommandInput, ListMentionsCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Returns messages where the current user was directly mentioned, ordered by most recent mention. Default page size is 30 mentions, but a page may return more when the scanned window contains extra rows after filtering. Use `filter=unread` for unread-only.
|
|
@@ -24,7 +24,9 @@ export interface ListMessagesCommandOutput extends ListMessagesOutput, __Metadat
|
|
|
24
24
|
declare const ListMessagesCommand_base: {
|
|
25
25
|
new (input: ListMessagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListMessagesCommandInput, ListMessagesCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: ListMessagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListMessagesCommandInput, ListMessagesCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Returns one page of messages, newest-first by `timelineSeq`. `from` and `to` are optional bounds and can be set independently; when both are omitted, returns the most recent page. Maximum page size is 30 messages.
|
|
@@ -24,7 +24,9 @@ export interface MarkReadCommandOutput extends MarkReadOutput, __MetadataBearer
|
|
|
24
24
|
declare const MarkReadCommand_base: {
|
|
25
25
|
new (input: MarkReadCommandInput): import("@smithy/smithy-client").CommandImpl<MarkReadCommandInput, MarkReadCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: MarkReadCommandInput): import("@smithy/smithy-client").CommandImpl<MarkReadCommandInput, MarkReadCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Marks the channel read up to the latest visible message for the current user.
|
|
@@ -24,7 +24,9 @@ export interface MarkUnreadCommandOutput extends MarkUnreadOutput, __MetadataBea
|
|
|
24
24
|
declare const MarkUnreadCommand_base: {
|
|
25
25
|
new (input: MarkUnreadCommandInput): import("@smithy/smithy-client").CommandImpl<MarkUnreadCommandInput, MarkUnreadCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: MarkUnreadCommandInput): import("@smithy/smithy-client").CommandImpl<MarkUnreadCommandInput, MarkUnreadCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Marks the channel unread for the current user from the resolved read pointer.
|
|
@@ -24,7 +24,9 @@ export interface MoveChannelToSectionCommandOutput extends MoveChannelToSectionO
|
|
|
24
24
|
declare const MoveChannelToSectionCommand_base: {
|
|
25
25
|
new (input: MoveChannelToSectionCommandInput): import("@smithy/smithy-client").CommandImpl<MoveChannelToSectionCommandInput, MoveChannelToSectionCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: MoveChannelToSectionCommandInput): import("@smithy/smithy-client").CommandImpl<MoveChannelToSectionCommandInput, MoveChannelToSectionCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Adds a channel to a custom section for the current user.
|
|
@@ -24,7 +24,9 @@ export interface MuteChannelCommandOutput extends MuteChannelOutput, __MetadataB
|
|
|
24
24
|
declare const MuteChannelCommand_base: {
|
|
25
25
|
new (input: MuteChannelCommandInput): import("@smithy/smithy-client").CommandImpl<MuteChannelCommandInput, MuteChannelCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: MuteChannelCommandInput): import("@smithy/smithy-client").CommandImpl<MuteChannelCommandInput, MuteChannelCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Mutes a channel for the current user.
|
|
@@ -24,7 +24,9 @@ export interface PartialUpdateChannelCommandOutput extends PartialUpdateChannelO
|
|
|
24
24
|
declare const PartialUpdateChannelCommand_base: {
|
|
25
25
|
new (input: PartialUpdateChannelCommandInput): import("@smithy/smithy-client").CommandImpl<PartialUpdateChannelCommandInput, PartialUpdateChannelCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: PartialUpdateChannelCommandInput): import("@smithy/smithy-client").CommandImpl<PartialUpdateChannelCommandInput, PartialUpdateChannelCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Partially updates channel metadata using `set` and `unset`.
|
|
@@ -101,6 +103,7 @@ declare const PartialUpdateChannelCommand_base: {
|
|
|
101
103
|
* // userId: "STRING_VALUE", // required
|
|
102
104
|
* // messageType: "regular" || "system" || "deleted", // required
|
|
103
105
|
* // text: "STRING_VALUE",
|
|
106
|
+
* // event: "STRING_VALUE",
|
|
104
107
|
* // createdAt: "STRING_VALUE", // required
|
|
105
108
|
* // },
|
|
106
109
|
* // company: "STRING_VALUE",
|
|
@@ -24,7 +24,9 @@ export interface PartialUpdateMessageCommandOutput extends PartialUpdateMessageO
|
|
|
24
24
|
declare const PartialUpdateMessageCommand_base: {
|
|
25
25
|
new (input: PartialUpdateMessageCommandInput): import("@smithy/smithy-client").CommandImpl<PartialUpdateMessageCommandInput, PartialUpdateMessageCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: PartialUpdateMessageCommandInput): import("@smithy/smithy-client").CommandImpl<PartialUpdateMessageCommandInput, PartialUpdateMessageCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Partially updates an existing message. Use `set` to write fields and `unset` to clear them. Updates never move the message in the timeline or advance unread counters.
|
|
@@ -24,7 +24,9 @@ export interface PinChannelCommandOutput extends PinChannelOutput, __MetadataBea
|
|
|
24
24
|
declare const PinChannelCommand_base: {
|
|
25
25
|
new (input: PinChannelCommandInput): import("@smithy/smithy-client").CommandImpl<PinChannelCommandInput, PinChannelCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: PinChannelCommandInput): import("@smithy/smithy-client").CommandImpl<PinChannelCommandInput, PinChannelCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Pins a channel in the current user's inbox.
|
|
@@ -24,7 +24,9 @@ export interface PinMessageCommandOutput extends PinMessageOutput, __MetadataBea
|
|
|
24
24
|
declare const PinMessageCommand_base: {
|
|
25
25
|
new (input: PinMessageCommandInput): import("@smithy/smithy-client").CommandImpl<PinMessageCommandInput, PinMessageCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: PinMessageCommandInput): import("@smithy/smithy-client").CommandImpl<PinMessageCommandInput, PinMessageCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Pins one message at channel scope. Pin is channel-level and not per-user; every member sees the same pin state. Duplicate calls on an already-pinned message are absorbed and do not advance `messageVersion`. Pinning a deleted / tombstoned message is rejected.
|
|
@@ -24,7 +24,9 @@ export interface QueryChannelsCommandOutput extends QueryChannelsOutput, __Metad
|
|
|
24
24
|
declare const QueryChannelsCommand_base: {
|
|
25
25
|
new (input: QueryChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<QueryChannelsCommandInput, QueryChannelsCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: QueryChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<QueryChannelsCommandInput, QueryChannelsCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Returns channels matching a batch id query for the current user.
|
|
@@ -61,6 +63,7 @@ declare const QueryChannelsCommand_base: {
|
|
|
61
63
|
* // userId: "STRING_VALUE", // required
|
|
62
64
|
* // messageType: "regular" || "system" || "deleted", // required
|
|
63
65
|
* // text: "STRING_VALUE",
|
|
66
|
+
* // event: "STRING_VALUE",
|
|
64
67
|
* // createdAt: "STRING_VALUE", // required
|
|
65
68
|
* // },
|
|
66
69
|
* // company: "STRING_VALUE",
|
|
@@ -24,7 +24,9 @@ export interface RemoveChannelFromSectionCommandOutput extends RemoveChannelFrom
|
|
|
24
24
|
declare const RemoveChannelFromSectionCommand_base: {
|
|
25
25
|
new (input: RemoveChannelFromSectionCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveChannelFromSectionCommandInput, RemoveChannelFromSectionCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: RemoveChannelFromSectionCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveChannelFromSectionCommandInput, RemoveChannelFromSectionCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Removes a channel from a custom section for the current user.
|
|
@@ -24,7 +24,9 @@ export interface RenameSectionCommandOutput extends RenameSectionOutput, __Metad
|
|
|
24
24
|
declare const RenameSectionCommand_base: {
|
|
25
25
|
new (input: RenameSectionCommandInput): import("@smithy/smithy-client").CommandImpl<RenameSectionCommandInput, RenameSectionCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: RenameSectionCommandInput): import("@smithy/smithy-client").CommandImpl<RenameSectionCommandInput, RenameSectionCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Renames a custom inbox section.
|
|
@@ -24,7 +24,9 @@ export interface SendGiphyCommandOutput extends SendGiphyOutput, __MetadataBeare
|
|
|
24
24
|
declare const SendGiphyCommand_base: {
|
|
25
25
|
new (input: SendGiphyCommandInput): import("@smithy/smithy-client").CommandImpl<SendGiphyCommandInput, SendGiphyCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: SendGiphyCommandInput): import("@smithy/smithy-client").CommandImpl<SendGiphyCommandInput, SendGiphyCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Persists a Giphy message to a channel. Returns the full message snapshot in the same shape as one `ListMessages` item.
|
|
@@ -24,7 +24,9 @@ export interface SendMessageCommandOutput extends SendMessageOutput, __MetadataB
|
|
|
24
24
|
declare const SendMessageCommand_base: {
|
|
25
25
|
new (input: SendMessageCommandInput): import("@smithy/smithy-client").CommandImpl<SendMessageCommandInput, SendMessageCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: SendMessageCommandInput): import("@smithy/smithy-client").CommandImpl<SendMessageCommandInput, SendMessageCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Persists a new user message to a channel. Supports text, attachments, rich `elements`, replies (`quote`), forwards (`forward`), and targeted user mentions (`mentions[]`). File attachments must be uploaded first to the file service and referenced by `attachments[].fsId`. Returns the full message snapshot in the same shape as one `ListMessages` item.
|
|
@@ -24,7 +24,9 @@ export interface SendMessageReactionCommandOutput extends SendMessageReactionOut
|
|
|
24
24
|
declare const SendMessageReactionCommand_base: {
|
|
25
25
|
new (input: SendMessageReactionCommandInput): import("@smithy/smithy-client").CommandImpl<SendMessageReactionCommandInput, SendMessageReactionCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: SendMessageReactionCommandInput): import("@smithy/smithy-client").CommandImpl<SendMessageReactionCommandInput, SendMessageReactionCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Adds the current user's reaction of `<type>` on one message. Duplicate adds are absorbed and only the first apply advances `messageVersion`. Reactions on a deleted message are rejected.
|
|
@@ -24,7 +24,9 @@ export interface SendSystemMessageCommandOutput extends SendSystemMessageOutput,
|
|
|
24
24
|
declare const SendSystemMessageCommand_base: {
|
|
25
25
|
new (input: SendSystemMessageCommandInput): import("@smithy/smithy-client").CommandImpl<SendSystemMessageCommandInput, SendSystemMessageCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: SendSystemMessageCommandInput): import("@smithy/smithy-client").CommandImpl<SendSystemMessageCommandInput, SendSystemMessageCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Persists a backend-generated system message to a channel. Available with S2S authorization only. Each `message` variant maps to a server-side template; optional `event` carries a client rendering hint.
|
|
@@ -24,7 +24,9 @@ export interface SendTypingStartCommandOutput extends SendTypingStartOutput, __M
|
|
|
24
24
|
declare const SendTypingStartCommand_base: {
|
|
25
25
|
new (input: SendTypingStartCommandInput): import("@smithy/smithy-client").CommandImpl<SendTypingStartCommandInput, SendTypingStartCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: SendTypingStartCommandInput): import("@smithy/smithy-client").CommandImpl<SendTypingStartCommandInput, SendTypingStartCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Broadcasts a typing-start indicator for the current user in a channel.
|
|
@@ -24,7 +24,9 @@ export interface SendTypingStopCommandOutput extends SendTypingStopOutput, __Met
|
|
|
24
24
|
declare const SendTypingStopCommand_base: {
|
|
25
25
|
new (input: SendTypingStopCommandInput): import("@smithy/smithy-client").CommandImpl<SendTypingStopCommandInput, SendTypingStopCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: SendTypingStopCommandInput): import("@smithy/smithy-client").CommandImpl<SendTypingStopCommandInput, SendTypingStopCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Broadcasts a typing-stop indicator for the current user in a channel.
|
|
@@ -24,7 +24,9 @@ export interface ShowChannelCommandOutput extends ShowChannelOutput, __MetadataB
|
|
|
24
24
|
declare const ShowChannelCommand_base: {
|
|
25
25
|
new (input: ShowChannelCommandInput): import("@smithy/smithy-client").CommandImpl<ShowChannelCommandInput, ShowChannelCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: ShowChannelCommandInput): import("@smithy/smithy-client").CommandImpl<ShowChannelCommandInput, ShowChannelCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Restores a hidden channel for the current user.
|
|
@@ -24,7 +24,9 @@ export interface UnmuteChannelCommandOutput extends UnmuteChannelOutput, __Metad
|
|
|
24
24
|
declare const UnmuteChannelCommand_base: {
|
|
25
25
|
new (input: UnmuteChannelCommandInput): import("@smithy/smithy-client").CommandImpl<UnmuteChannelCommandInput, UnmuteChannelCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: UnmuteChannelCommandInput): import("@smithy/smithy-client").CommandImpl<UnmuteChannelCommandInput, UnmuteChannelCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Unmutes a channel for the current user.
|
|
@@ -24,7 +24,9 @@ export interface UnpinChannelCommandOutput extends UnpinChannelOutput, __Metadat
|
|
|
24
24
|
declare const UnpinChannelCommand_base: {
|
|
25
25
|
new (input: UnpinChannelCommandInput): import("@smithy/smithy-client").CommandImpl<UnpinChannelCommandInput, UnpinChannelCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: UnpinChannelCommandInput): import("@smithy/smithy-client").CommandImpl<UnpinChannelCommandInput, UnpinChannelCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Unpins a channel in the current user's inbox.
|
|
@@ -24,7 +24,9 @@ export interface UnpinMessageCommandOutput extends UnpinMessageOutput, __Metadat
|
|
|
24
24
|
declare const UnpinMessageCommand_base: {
|
|
25
25
|
new (input: UnpinMessageCommandInput): import("@smithy/smithy-client").CommandImpl<UnpinMessageCommandInput, UnpinMessageCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: UnpinMessageCommandInput): import("@smithy/smithy-client").CommandImpl<UnpinMessageCommandInput, UnpinMessageCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Unpins one message at channel scope. Duplicate calls on an already-unpinned message are absorbed and do not advance `messageVersion`.
|
|
@@ -24,7 +24,9 @@ export interface UpdateChannelCommandOutput extends UpdateChannelOutput, __Metad
|
|
|
24
24
|
declare const UpdateChannelCommand_base: {
|
|
25
25
|
new (input: UpdateChannelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChannelCommandInput, UpdateChannelCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: UpdateChannelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChannelCommandInput, UpdateChannelCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Replaces editable channel metadata.
|
|
@@ -96,6 +98,7 @@ declare const UpdateChannelCommand_base: {
|
|
|
96
98
|
* // userId: "STRING_VALUE", // required
|
|
97
99
|
* // messageType: "regular" || "system" || "deleted", // required
|
|
98
100
|
* // text: "STRING_VALUE",
|
|
101
|
+
* // event: "STRING_VALUE",
|
|
99
102
|
* // createdAt: "STRING_VALUE", // required
|
|
100
103
|
* // },
|
|
101
104
|
* // company: "STRING_VALUE",
|
|
@@ -24,7 +24,9 @@ export interface UpdateMessageCommandOutput extends UpdateMessageOutput, __Metad
|
|
|
24
24
|
declare const UpdateMessageCommand_base: {
|
|
25
25
|
new (input: UpdateMessageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMessageCommandInput, UpdateMessageCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: UpdateMessageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMessageCommandInput, UpdateMessageCommandOutput, StreamServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Replaces the editable content of an existing message in place. Updates never move the message in the timeline. The server rejects payloads that would empty both `text` and `attachments`. Returns the rewritten message snapshot with `messageVersion` incremented and `editedAt` set.
|