@aws-sdk/client-chime-sdk-messaging 3.1076.0 → 3.1078.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/index.js +162 -615
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateChannelFlowCommand.js +2 -14
- package/dist-es/commands/BatchCreateChannelMembershipCommand.js +2 -14
- package/dist-es/commands/ChannelFlowCallbackCommand.js +2 -14
- package/dist-es/commands/CreateChannelBanCommand.js +2 -14
- package/dist-es/commands/CreateChannelCommand.js +2 -14
- package/dist-es/commands/CreateChannelFlowCommand.js +2 -14
- package/dist-es/commands/CreateChannelMembershipCommand.js +2 -14
- package/dist-es/commands/CreateChannelModeratorCommand.js +2 -14
- package/dist-es/commands/DeleteChannelBanCommand.js +2 -14
- package/dist-es/commands/DeleteChannelCommand.js +2 -14
- package/dist-es/commands/DeleteChannelFlowCommand.js +2 -14
- package/dist-es/commands/DeleteChannelMembershipCommand.js +2 -14
- package/dist-es/commands/DeleteChannelMessageCommand.js +2 -14
- package/dist-es/commands/DeleteChannelModeratorCommand.js +2 -14
- package/dist-es/commands/DeleteMessagingStreamingConfigurationsCommand.js +2 -14
- package/dist-es/commands/DescribeChannelBanCommand.js +2 -14
- package/dist-es/commands/DescribeChannelCommand.js +2 -14
- package/dist-es/commands/DescribeChannelFlowCommand.js +2 -14
- package/dist-es/commands/DescribeChannelMembershipCommand.js +2 -14
- package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +2 -14
- package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +2 -14
- package/dist-es/commands/DescribeChannelModeratorCommand.js +2 -14
- package/dist-es/commands/DisassociateChannelFlowCommand.js +2 -14
- package/dist-es/commands/GetChannelMembershipPreferencesCommand.js +2 -14
- package/dist-es/commands/GetChannelMessageCommand.js +2 -14
- package/dist-es/commands/GetChannelMessageStatusCommand.js +2 -14
- package/dist-es/commands/GetMessagingSessionEndpointCommand.js +2 -14
- package/dist-es/commands/GetMessagingStreamingConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListChannelBansCommand.js +2 -14
- package/dist-es/commands/ListChannelFlowsCommand.js +2 -14
- package/dist-es/commands/ListChannelMembershipsCommand.js +2 -14
- package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +2 -14
- package/dist-es/commands/ListChannelMessagesCommand.js +2 -14
- package/dist-es/commands/ListChannelModeratorsCommand.js +2 -14
- package/dist-es/commands/ListChannelsAssociatedWithChannelFlowCommand.js +2 -14
- package/dist-es/commands/ListChannelsCommand.js +2 -14
- package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +2 -14
- package/dist-es/commands/ListSubChannelsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutChannelExpirationSettingsCommand.js +2 -14
- package/dist-es/commands/PutChannelMembershipPreferencesCommand.js +2 -14
- package/dist-es/commands/PutMessagingStreamingConfigurationsCommand.js +2 -14
- package/dist-es/commands/RedactChannelMessageCommand.js +2 -14
- package/dist-es/commands/SearchChannelsCommand.js +2 -14
- package/dist-es/commands/SendChannelMessageCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateChannelCommand.js +2 -14
- package/dist-es/commands/UpdateChannelFlowCommand.js +2 -14
- package/dist-es/commands/UpdateChannelMessageCommand.js +2 -14
- package/dist-es/commands/UpdateChannelReadMarkerCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateChannelFlowCommand.d.ts +3 -8
- package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +3 -8
- package/dist-types/commands/ChannelFlowCallbackCommand.d.ts +3 -8
- package/dist-types/commands/CreateChannelBanCommand.d.ts +3 -8
- package/dist-types/commands/CreateChannelCommand.d.ts +3 -8
- package/dist-types/commands/CreateChannelFlowCommand.d.ts +3 -8
- package/dist-types/commands/CreateChannelMembershipCommand.d.ts +3 -8
- package/dist-types/commands/CreateChannelModeratorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChannelBanCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChannelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChannelFlowCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChannelMessageCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeChannelBanCommand.d.ts +3 -8
- package/dist-types/commands/DescribeChannelCommand.d.ts +3 -8
- package/dist-types/commands/DescribeChannelFlowCommand.d.ts +3 -8
- package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +3 -8
- package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +3 -8
- package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +3 -8
- package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateChannelFlowCommand.d.ts +3 -8
- package/dist-types/commands/GetChannelMembershipPreferencesCommand.d.ts +3 -8
- package/dist-types/commands/GetChannelMessageCommand.d.ts +3 -8
- package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +3 -8
- package/dist-types/commands/GetMessagingStreamingConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelBansCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelFlowsCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelMembershipsCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelMessagesCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelModeratorsCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelsCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +3 -8
- package/dist-types/commands/ListSubChannelsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutChannelExpirationSettingsCommand.d.ts +3 -8
- package/dist-types/commands/PutChannelMembershipPreferencesCommand.d.ts +3 -8
- package/dist-types/commands/PutMessagingStreamingConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/RedactChannelMessageCommand.d.ts +3 -8
- package/dist-types/commands/SearchChannelsCommand.d.ts +3 -8
- package/dist-types/commands/SendChannelMessageCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateChannelCommand.d.ts +3 -8
- package/dist-types/commands/UpdateChannelFlowCommand.d.ts +3 -8
- package/dist-types/commands/UpdateChannelMessageCommand.d.ts +3 -8
- package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateChannelFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMessagingStreamingConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutChannelExpirationSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutMessagingStreamingConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
2
|
import type { GetChannelMessageStatusRequest, GetChannelMessageStatusResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetChannelMessageStatusCommandInput extends GetChannelMessageSt
|
|
|
22
19
|
export interface GetChannelMessageStatusCommandOutput extends GetChannelMessageStatusResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetChannelMessageStatusCommand_base: {
|
|
25
|
-
new (input: GetChannelMessageStatusCommandInput): import("@smithy/core/client").CommandImpl<GetChannelMessageStatusCommandInput, GetChannelMessageStatusCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetChannelMessageStatusCommandInput): import("@smithy/core/client").CommandImpl<GetChannelMessageStatusCommandInput, GetChannelMessageStatusCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetChannelMessageStatusCommandInput): import("@smithy/core/client").CommandImpl<GetChannelMessageStatusCommandInput, GetChannelMessageStatusCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetChannelMessageStatusCommandInput): import("@smithy/core/client").CommandImpl<GetChannelMessageStatusCommandInput, GetChannelMessageStatusCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets message status for a specified <code>messageId</code>. Use this API to determine the intermediate status of messages going through channel flow processing. The API provides an alternative to
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
2
|
import type { GetMessagingSessionEndpointRequest, GetMessagingSessionEndpointResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetMessagingSessionEndpointCommandInput extends GetMessagingSes
|
|
|
22
19
|
export interface GetMessagingSessionEndpointCommandOutput extends GetMessagingSessionEndpointResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetMessagingSessionEndpointCommand_base: {
|
|
25
|
-
new (input: GetMessagingSessionEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetMessagingSessionEndpointCommandInput]): import("@smithy/core/client").CommandImpl<GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetMessagingSessionEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetMessagingSessionEndpointCommandInput]): import("@smithy/core/client").CommandImpl<GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>The details of the endpoint for the messaging session.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
2
|
import type { GetMessagingStreamingConfigurationsRequest, GetMessagingStreamingConfigurationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetMessagingStreamingConfigurationsCommandInput extends GetMess
|
|
|
22
19
|
export interface GetMessagingStreamingConfigurationsCommandOutput extends GetMessagingStreamingConfigurationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetMessagingStreamingConfigurationsCommand_base: {
|
|
25
|
-
new (input: GetMessagingStreamingConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<GetMessagingStreamingConfigurationsCommandInput, GetMessagingStreamingConfigurationsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetMessagingStreamingConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<GetMessagingStreamingConfigurationsCommandInput, GetMessagingStreamingConfigurationsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetMessagingStreamingConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<GetMessagingStreamingConfigurationsCommandInput, GetMessagingStreamingConfigurationsCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetMessagingStreamingConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<GetMessagingStreamingConfigurationsCommandInput, GetMessagingStreamingConfigurationsCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the data streaming configuration for an <code>AppInstance</code>. For more information, see
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
2
|
import type { ListChannelBansRequest, ListChannelBansResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListChannelBansCommandInput extends ListChannelBansRequest {
|
|
|
22
19
|
export interface ListChannelBansCommandOutput extends ListChannelBansResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListChannelBansCommand_base: {
|
|
25
|
-
new (input: ListChannelBansCommandInput): import("@smithy/core/client").CommandImpl<ListChannelBansCommandInput, ListChannelBansCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListChannelBansCommandInput): import("@smithy/core/client").CommandImpl<ListChannelBansCommandInput, ListChannelBansCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListChannelBansCommandInput): import("@smithy/core/client").CommandImpl<ListChannelBansCommandInput, ListChannelBansCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListChannelBansCommandInput): import("@smithy/core/client").CommandImpl<ListChannelBansCommandInput, ListChannelBansCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all the users and bots banned from a particular channel.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
2
|
import type { ListChannelFlowsRequest, ListChannelFlowsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListChannelFlowsCommandInput extends ListChannelFlowsRequest {
|
|
|
22
19
|
export interface ListChannelFlowsCommandOutput extends ListChannelFlowsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListChannelFlowsCommand_base: {
|
|
25
|
-
new (input: ListChannelFlowsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelFlowsCommandInput, ListChannelFlowsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListChannelFlowsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelFlowsCommandInput, ListChannelFlowsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListChannelFlowsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelFlowsCommandInput, ListChannelFlowsCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListChannelFlowsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelFlowsCommandInput, ListChannelFlowsCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a paginated lists of all the channel flows created under a single Chime. This is a developer API.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
2
|
import type { ListChannelMembershipsRequest, ListChannelMembershipsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListChannelMembershipsCommandInput extends ListChannelMembershi
|
|
|
22
19
|
export interface ListChannelMembershipsCommandOutput extends ListChannelMembershipsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListChannelMembershipsCommand_base: {
|
|
25
|
-
new (input: ListChannelMembershipsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListChannelMembershipsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListChannelMembershipsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListChannelMembershipsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all channel memberships in a channel.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
2
|
import type { ListChannelMembershipsForAppInstanceUserRequest, ListChannelMembershipsForAppInstanceUserResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListChannelMembershipsForAppInstanceUserCommandInput extends Li
|
|
|
22
19
|
export interface ListChannelMembershipsForAppInstanceUserCommandOutput extends ListChannelMembershipsForAppInstanceUserResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListChannelMembershipsForAppInstanceUserCommand_base: {
|
|
25
|
-
new (input: ListChannelMembershipsForAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<ListChannelMembershipsForAppInstanceUserCommandInput, ListChannelMembershipsForAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListChannelMembershipsForAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<ListChannelMembershipsForAppInstanceUserCommandInput, ListChannelMembershipsForAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListChannelMembershipsForAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<ListChannelMembershipsForAppInstanceUserCommandInput, ListChannelMembershipsForAppInstanceUserCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListChannelMembershipsForAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<ListChannelMembershipsForAppInstanceUserCommandInput, ListChannelMembershipsForAppInstanceUserCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Lists all channels that an <code>AppInstanceUser</code> or <code>AppInstanceBot</code> is a part of.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
2
|
import type { ListChannelMessagesRequest, ListChannelMessagesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListChannelMessagesCommandInput extends ListChannelMessagesRequ
|
|
|
22
19
|
export interface ListChannelMessagesCommandOutput extends ListChannelMessagesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListChannelMessagesCommand_base: {
|
|
25
|
-
new (input: ListChannelMessagesCommandInput): import("@smithy/core/client").CommandImpl<ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListChannelMessagesCommandInput): import("@smithy/core/client").CommandImpl<ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListChannelMessagesCommandInput): import("@smithy/core/client").CommandImpl<ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListChannelMessagesCommandInput): import("@smithy/core/client").CommandImpl<ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>List all the messages in a channel. Returns a paginated list of
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
2
|
import type { ListChannelModeratorsRequest, ListChannelModeratorsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListChannelModeratorsCommandInput extends ListChannelModerators
|
|
|
22
19
|
export interface ListChannelModeratorsCommandOutput extends ListChannelModeratorsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListChannelModeratorsCommand_base: {
|
|
25
|
-
new (input: ListChannelModeratorsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelModeratorsCommandInput, ListChannelModeratorsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListChannelModeratorsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelModeratorsCommandInput, ListChannelModeratorsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListChannelModeratorsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelModeratorsCommandInput, ListChannelModeratorsCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListChannelModeratorsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelModeratorsCommandInput, ListChannelModeratorsCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all the moderators for a channel.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
2
|
import type { ListChannelsAssociatedWithChannelFlowRequest, ListChannelsAssociatedWithChannelFlowResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListChannelsAssociatedWithChannelFlowCommandInput extends ListC
|
|
|
22
19
|
export interface ListChannelsAssociatedWithChannelFlowCommandOutput extends ListChannelsAssociatedWithChannelFlowResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListChannelsAssociatedWithChannelFlowCommand_base: {
|
|
25
|
-
new (input: ListChannelsAssociatedWithChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsAssociatedWithChannelFlowCommandInput, ListChannelsAssociatedWithChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListChannelsAssociatedWithChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsAssociatedWithChannelFlowCommandInput, ListChannelsAssociatedWithChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListChannelsAssociatedWithChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsAssociatedWithChannelFlowCommandInput, ListChannelsAssociatedWithChannelFlowCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListChannelsAssociatedWithChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsAssociatedWithChannelFlowCommandInput, ListChannelsAssociatedWithChannelFlowCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all channels associated with a specified channel flow. You can associate a channel flow with multiple channels, but you can only associate a channel with one channel flow. This is a developer API.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
2
|
import type { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListChannelsCommandInput extends ListChannelsRequest {
|
|
|
22
19
|
export interface ListChannelsCommandOutput extends ListChannelsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListChannelsCommand_base: {
|
|
25
|
-
new (input: ListChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all Channels created under a single Chime App as a paginated list. You can specify
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
2
|
import type { ListChannelsModeratedByAppInstanceUserRequest, ListChannelsModeratedByAppInstanceUserResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListChannelsModeratedByAppInstanceUserCommandInput extends List
|
|
|
22
19
|
export interface ListChannelsModeratedByAppInstanceUserCommandOutput extends ListChannelsModeratedByAppInstanceUserResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListChannelsModeratedByAppInstanceUserCommand_base: {
|
|
25
|
-
new (input: ListChannelsModeratedByAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModeratedByAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListChannelsModeratedByAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModeratedByAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListChannelsModeratedByAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModeratedByAppInstanceUserCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListChannelsModeratedByAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModeratedByAppInstanceUserCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>A list of the channels moderated by an <code>AppInstanceUser</code>.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
2
|
import type { ListSubChannelsRequest, ListSubChannelsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListSubChannelsCommandInput extends ListSubChannelsRequest {
|
|
|
22
19
|
export interface ListSubChannelsCommandOutput extends ListSubChannelsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListSubChannelsCommand_base: {
|
|
25
|
-
new (input: ListSubChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListSubChannelsCommandInput, ListSubChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListSubChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListSubChannelsCommandInput, ListSubChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListSubChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListSubChannelsCommandInput, ListSubChannelsCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListSubChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListSubChannelsCommandInput, ListSubChannelsCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all the SubChannels in an elastic channel when given a channel ID. Available only to the app instance admins and channel moderators of elastic channels.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
2
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the tags applied to an Amazon Chime SDK messaging resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
2
|
import type { PutChannelExpirationSettingsRequest, PutChannelExpirationSettingsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutChannelExpirationSettingsCommandInput extends PutChannelExpi
|
|
|
22
19
|
export interface PutChannelExpirationSettingsCommandOutput extends PutChannelExpirationSettingsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutChannelExpirationSettingsCommand_base: {
|
|
25
|
-
new (input: PutChannelExpirationSettingsCommandInput): import("@smithy/core/client").CommandImpl<PutChannelExpirationSettingsCommandInput, PutChannelExpirationSettingsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutChannelExpirationSettingsCommandInput): import("@smithy/core/client").CommandImpl<PutChannelExpirationSettingsCommandInput, PutChannelExpirationSettingsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutChannelExpirationSettingsCommandInput): import("@smithy/core/client").CommandImpl<PutChannelExpirationSettingsCommandInput, PutChannelExpirationSettingsCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutChannelExpirationSettingsCommandInput): import("@smithy/core/client").CommandImpl<PutChannelExpirationSettingsCommandInput, PutChannelExpirationSettingsCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Sets the number of days before the channel is automatically deleted.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
2
|
import type { PutChannelMembershipPreferencesRequest, PutChannelMembershipPreferencesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutChannelMembershipPreferencesCommandInput extends PutChannelM
|
|
|
22
19
|
export interface PutChannelMembershipPreferencesCommandOutput extends PutChannelMembershipPreferencesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutChannelMembershipPreferencesCommand_base: {
|
|
25
|
-
new (input: PutChannelMembershipPreferencesCommandInput): import("@smithy/core/client").CommandImpl<PutChannelMembershipPreferencesCommandInput, PutChannelMembershipPreferencesCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutChannelMembershipPreferencesCommandInput): import("@smithy/core/client").CommandImpl<PutChannelMembershipPreferencesCommandInput, PutChannelMembershipPreferencesCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutChannelMembershipPreferencesCommandInput): import("@smithy/core/client").CommandImpl<PutChannelMembershipPreferencesCommandInput, PutChannelMembershipPreferencesCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutChannelMembershipPreferencesCommandInput): import("@smithy/core/client").CommandImpl<PutChannelMembershipPreferencesCommandInput, PutChannelMembershipPreferencesCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Sets the membership preferences of an <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
2
|
import type { PutMessagingStreamingConfigurationsRequest, PutMessagingStreamingConfigurationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutMessagingStreamingConfigurationsCommandInput extends PutMess
|
|
|
22
19
|
export interface PutMessagingStreamingConfigurationsCommandOutput extends PutMessagingStreamingConfigurationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutMessagingStreamingConfigurationsCommand_base: {
|
|
25
|
-
new (input: PutMessagingStreamingConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<PutMessagingStreamingConfigurationsCommandInput, PutMessagingStreamingConfigurationsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutMessagingStreamingConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<PutMessagingStreamingConfigurationsCommandInput, PutMessagingStreamingConfigurationsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutMessagingStreamingConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<PutMessagingStreamingConfigurationsCommandInput, PutMessagingStreamingConfigurationsCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutMessagingStreamingConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<PutMessagingStreamingConfigurationsCommandInput, PutMessagingStreamingConfigurationsCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Sets the data streaming configuration for an <code>AppInstance</code>. For more information, see
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
2
|
import type { RedactChannelMessageRequest, RedactChannelMessageResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RedactChannelMessageCommandInput extends RedactChannelMessageRe
|
|
|
22
19
|
export interface RedactChannelMessageCommandOutput extends RedactChannelMessageResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RedactChannelMessageCommand_base: {
|
|
25
|
-
new (input: RedactChannelMessageCommandInput): import("@smithy/core/client").CommandImpl<RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RedactChannelMessageCommandInput): import("@smithy/core/client").CommandImpl<RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RedactChannelMessageCommandInput): import("@smithy/core/client").CommandImpl<RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RedactChannelMessageCommandInput): import("@smithy/core/client").CommandImpl<RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Redacts message content and metadata. The message exists in the back end, but the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
2
|
import type { SearchChannelsRequest, SearchChannelsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface SearchChannelsCommandInput extends SearchChannelsRequest {
|
|
|
22
19
|
export interface SearchChannelsCommandOutput extends SearchChannelsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const SearchChannelsCommand_base: {
|
|
25
|
-
new (input: SearchChannelsCommandInput): import("@smithy/core/client").CommandImpl<SearchChannelsCommandInput, SearchChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: SearchChannelsCommandInput): import("@smithy/core/client").CommandImpl<SearchChannelsCommandInput, SearchChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: SearchChannelsCommandInput): import("@smithy/core/client").CommandImpl<SearchChannelsCommandInput, SearchChannelsCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: SearchChannelsCommandInput): import("@smithy/core/client").CommandImpl<SearchChannelsCommandInput, SearchChannelsCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Allows the <code>ChimeBearer</code> to search channels by channel members. Users or bots can search
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
2
|
import type { SendChannelMessageRequest, SendChannelMessageResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface SendChannelMessageCommandInput extends SendChannelMessageReques
|
|
|
22
19
|
export interface SendChannelMessageCommandOutput extends SendChannelMessageResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const SendChannelMessageCommand_base: {
|
|
25
|
-
new (input: SendChannelMessageCommandInput): import("@smithy/core/client").CommandImpl<SendChannelMessageCommandInput, SendChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: SendChannelMessageCommandInput): import("@smithy/core/client").CommandImpl<SendChannelMessageCommandInput, SendChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: SendChannelMessageCommandInput): import("@smithy/core/client").CommandImpl<SendChannelMessageCommandInput, SendChannelMessageCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: SendChannelMessageCommandInput): import("@smithy/core/client").CommandImpl<SendChannelMessageCommandInput, SendChannelMessageCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Sends a message to a particular channel that the member is a part of.</p>
|