@aws-sdk/client-chime-sdk-messaging 3.1077.0 → 3.1079.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 +159 -613
- 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-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/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/package.json +8 -8
|
@@ -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 { CreateChannelMembershipRequest, CreateChannelMembershipResponse } 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 CreateChannelMembershipCommandInput extends CreateChannelMember
|
|
|
22
19
|
export interface CreateChannelMembershipCommandOutput extends CreateChannelMembershipResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateChannelMembershipCommand_base: {
|
|
25
|
-
new (input: CreateChannelMembershipCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelMembershipCommandInput, CreateChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateChannelMembershipCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelMembershipCommandInput, CreateChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateChannelMembershipCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelMembershipCommandInput, CreateChannelMembershipCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateChannelMembershipCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelMembershipCommandInput, CreateChannelMembershipCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds a member to a channel. The <code>InvitedBy</code> field in <code>ChannelMembership</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 { CreateChannelModeratorRequest, CreateChannelModeratorResponse } 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 CreateChannelModeratorCommandInput extends CreateChannelModerat
|
|
|
22
19
|
export interface CreateChannelModeratorCommandOutput extends CreateChannelModeratorResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateChannelModeratorCommand_base: {
|
|
25
|
-
new (input: CreateChannelModeratorCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelModeratorCommandInput, CreateChannelModeratorCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateChannelModeratorCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelModeratorCommandInput, CreateChannelModeratorCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateChannelModeratorCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelModeratorCommandInput, CreateChannelModeratorCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateChannelModeratorCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelModeratorCommandInput, CreateChannelModeratorCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new <code>ChannelModerator</code>. A channel moderator can:</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 { DeleteChannelBanRequest } 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 DeleteChannelBanCommandInput extends DeleteChannelBanRequest {
|
|
|
22
19
|
export interface DeleteChannelBanCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteChannelBanCommand_base: {
|
|
25
|
-
new (input: DeleteChannelBanCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelBanCommandInput, DeleteChannelBanCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteChannelBanCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelBanCommandInput, DeleteChannelBanCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteChannelBanCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelBanCommandInput, DeleteChannelBanCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteChannelBanCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelBanCommandInput, DeleteChannelBanCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes a member from a channel's ban list.</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 { DeleteChannelRequest } 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 DeleteChannelCommandInput extends DeleteChannelRequest {
|
|
|
22
19
|
export interface DeleteChannelCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteChannelCommand_base: {
|
|
25
|
-
new (input: DeleteChannelCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelCommandInput, DeleteChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteChannelCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelCommandInput, DeleteChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteChannelCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelCommandInput, DeleteChannelCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteChannelCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelCommandInput, DeleteChannelCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Immediately makes a channel and its memberships inaccessible and marks them for
|
|
@@ -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 { DeleteChannelFlowRequest } 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 DeleteChannelFlowCommandInput extends DeleteChannelFlowRequest
|
|
|
22
19
|
export interface DeleteChannelFlowCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteChannelFlowCommand_base: {
|
|
25
|
-
new (input: DeleteChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelFlowCommandInput, DeleteChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelFlowCommandInput, DeleteChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelFlowCommandInput, DeleteChannelFlowCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelFlowCommandInput, DeleteChannelFlowCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a channel flow, an irreversible process. 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 { DeleteChannelMembershipRequest } 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 DeleteChannelMembershipCommandInput extends DeleteChannelMember
|
|
|
22
19
|
export interface DeleteChannelMembershipCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteChannelMembershipCommand_base: {
|
|
25
|
-
new (input: DeleteChannelMembershipCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelMembershipCommandInput, DeleteChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteChannelMembershipCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelMembershipCommandInput, DeleteChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteChannelMembershipCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelMembershipCommandInput, DeleteChannelMembershipCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteChannelMembershipCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelMembershipCommandInput, DeleteChannelMembershipCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes a member from 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 { DeleteChannelMessageRequest } 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 DeleteChannelMessageCommandInput extends DeleteChannelMessageRe
|
|
|
22
19
|
export interface DeleteChannelMessageCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteChannelMessageCommand_base: {
|
|
25
|
-
new (input: DeleteChannelMessageCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelMessageCommandInput, DeleteChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteChannelMessageCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelMessageCommandInput, DeleteChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteChannelMessageCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelMessageCommandInput, DeleteChannelMessageCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteChannelMessageCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelMessageCommandInput, DeleteChannelMessageCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a channel message. Only admins can perform this action. Deletion makes messages
|
|
@@ -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 { DeleteChannelModeratorRequest } 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 DeleteChannelModeratorCommandInput extends DeleteChannelModerat
|
|
|
22
19
|
export interface DeleteChannelModeratorCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteChannelModeratorCommand_base: {
|
|
25
|
-
new (input: DeleteChannelModeratorCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelModeratorCommandInput, DeleteChannelModeratorCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteChannelModeratorCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelModeratorCommandInput, DeleteChannelModeratorCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteChannelModeratorCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelModeratorCommandInput, DeleteChannelModeratorCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteChannelModeratorCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelModeratorCommandInput, DeleteChannelModeratorCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a channel moderator.</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 { DeleteMessagingStreamingConfigurationsRequest } 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 DeleteMessagingStreamingConfigurationsCommandInput extends Dele
|
|
|
22
19
|
export interface DeleteMessagingStreamingConfigurationsCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteMessagingStreamingConfigurationsCommand_base: {
|
|
25
|
-
new (input: DeleteMessagingStreamingConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<DeleteMessagingStreamingConfigurationsCommandInput, DeleteMessagingStreamingConfigurationsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteMessagingStreamingConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<DeleteMessagingStreamingConfigurationsCommandInput, DeleteMessagingStreamingConfigurationsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteMessagingStreamingConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<DeleteMessagingStreamingConfigurationsCommandInput, DeleteMessagingStreamingConfigurationsCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteMessagingStreamingConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<DeleteMessagingStreamingConfigurationsCommandInput, DeleteMessagingStreamingConfigurationsCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the streaming configurations 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 { DescribeChannelBanRequest, DescribeChannelBanResponse } 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 DescribeChannelBanCommandInput extends DescribeChannelBanReques
|
|
|
22
19
|
export interface DescribeChannelBanCommandOutput extends DescribeChannelBanResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeChannelBanCommand_base: {
|
|
25
|
-
new (input: DescribeChannelBanCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelBanCommandInput, DescribeChannelBanCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeChannelBanCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelBanCommandInput, DescribeChannelBanCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeChannelBanCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelBanCommandInput, DescribeChannelBanCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeChannelBanCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelBanCommandInput, DescribeChannelBanCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the full details of a channel ban.</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 { DescribeChannelRequest, DescribeChannelResponse } 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 DescribeChannelCommandInput extends DescribeChannelRequest {
|
|
|
22
19
|
export interface DescribeChannelCommandOutput extends DescribeChannelResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeChannelCommand_base: {
|
|
25
|
-
new (input: DescribeChannelCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelCommandInput, DescribeChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeChannelCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelCommandInput, DescribeChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeChannelCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelCommandInput, DescribeChannelCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeChannelCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelCommandInput, DescribeChannelCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the full details of a channel in an Amazon Chime
|
|
@@ -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 { DescribeChannelFlowRequest, DescribeChannelFlowResponse } 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 DescribeChannelFlowCommandInput extends DescribeChannelFlowRequ
|
|
|
22
19
|
export interface DescribeChannelFlowCommandOutput extends DescribeChannelFlowResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeChannelFlowCommand_base: {
|
|
25
|
-
new (input: DescribeChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelFlowCommandInput, DescribeChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelFlowCommandInput, DescribeChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelFlowCommandInput, DescribeChannelFlowCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelFlowCommandInput, DescribeChannelFlowCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the full details of a channel flow in an Amazon Chime <code>AppInstance</code>. 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 { DescribeChannelMembershipRequest, DescribeChannelMembershipResponse } 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 DescribeChannelMembershipCommandInput extends DescribeChannelMe
|
|
|
22
19
|
export interface DescribeChannelMembershipCommandOutput extends DescribeChannelMembershipResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeChannelMembershipCommand_base: {
|
|
25
|
-
new (input: DescribeChannelMembershipCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelMembershipCommandInput, DescribeChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeChannelMembershipCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelMembershipCommandInput, DescribeChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeChannelMembershipCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelMembershipCommandInput, DescribeChannelMembershipCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeChannelMembershipCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelMembershipCommandInput, DescribeChannelMembershipCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the full details of a user's channel membership.</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 { DescribeChannelMembershipForAppInstanceUserRequest, DescribeChannelMembershipForAppInstanceUserResponse } 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 DescribeChannelMembershipForAppInstanceUserCommandInput extends
|
|
|
22
19
|
export interface DescribeChannelMembershipForAppInstanceUserCommandOutput extends DescribeChannelMembershipForAppInstanceUserResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeChannelMembershipForAppInstanceUserCommand_base: {
|
|
25
|
-
new (input: DescribeChannelMembershipForAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelMembershipForAppInstanceUserCommandInput, DescribeChannelMembershipForAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeChannelMembershipForAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelMembershipForAppInstanceUserCommandInput, DescribeChannelMembershipForAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeChannelMembershipForAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelMembershipForAppInstanceUserCommandInput, DescribeChannelMembershipForAppInstanceUserCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeChannelMembershipForAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelMembershipForAppInstanceUserCommandInput, DescribeChannelMembershipForAppInstanceUserCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Returns the details of a channel based on the membership of the specified
|
|
@@ -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 { DescribeChannelModeratedByAppInstanceUserRequest, DescribeChannelModeratedByAppInstanceUserResponse } 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 DescribeChannelModeratedByAppInstanceUserCommandInput extends D
|
|
|
22
19
|
export interface DescribeChannelModeratedByAppInstanceUserCommandOutput extends DescribeChannelModeratedByAppInstanceUserResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeChannelModeratedByAppInstanceUserCommand_base: {
|
|
25
|
-
new (input: DescribeChannelModeratedByAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelModeratedByAppInstanceUserCommandInput, DescribeChannelModeratedByAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeChannelModeratedByAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelModeratedByAppInstanceUserCommandInput, DescribeChannelModeratedByAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeChannelModeratedByAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelModeratedByAppInstanceUserCommandInput, DescribeChannelModeratedByAppInstanceUserCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeChannelModeratedByAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelModeratedByAppInstanceUserCommandInput, DescribeChannelModeratedByAppInstanceUserCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the full details of a channel moderated by the specified
|
|
@@ -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 { DescribeChannelModeratorRequest, DescribeChannelModeratorResponse } 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 DescribeChannelModeratorCommandInput extends DescribeChannelMod
|
|
|
22
19
|
export interface DescribeChannelModeratorCommandOutput extends DescribeChannelModeratorResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeChannelModeratorCommand_base: {
|
|
25
|
-
new (input: DescribeChannelModeratorCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelModeratorCommandInput, DescribeChannelModeratorCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeChannelModeratorCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelModeratorCommandInput, DescribeChannelModeratorCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeChannelModeratorCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelModeratorCommandInput, DescribeChannelModeratorCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeChannelModeratorCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelModeratorCommandInput, DescribeChannelModeratorCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the full details of a single ChannelModerator.</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 { DisassociateChannelFlowRequest } 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 DisassociateChannelFlowCommandInput extends DisassociateChannel
|
|
|
22
19
|
export interface DisassociateChannelFlowCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DisassociateChannelFlowCommand_base: {
|
|
25
|
-
new (input: DisassociateChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<DisassociateChannelFlowCommandInput, DisassociateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DisassociateChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<DisassociateChannelFlowCommandInput, DisassociateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DisassociateChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<DisassociateChannelFlowCommandInput, DisassociateChannelFlowCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DisassociateChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<DisassociateChannelFlowCommandInput, DisassociateChannelFlowCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Disassociates a channel flow from all its channels. Once disassociated, all messages 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 { GetChannelMembershipPreferencesRequest, GetChannelMembershipPreferencesResponse } 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 GetChannelMembershipPreferencesCommandInput extends GetChannelM
|
|
|
22
19
|
export interface GetChannelMembershipPreferencesCommandOutput extends GetChannelMembershipPreferencesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetChannelMembershipPreferencesCommand_base: {
|
|
25
|
-
new (input: GetChannelMembershipPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetChannelMembershipPreferencesCommandInput, GetChannelMembershipPreferencesCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetChannelMembershipPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetChannelMembershipPreferencesCommandInput, GetChannelMembershipPreferencesCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetChannelMembershipPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetChannelMembershipPreferencesCommandInput, GetChannelMembershipPreferencesCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetChannelMembershipPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetChannelMembershipPreferencesCommandInput, GetChannelMembershipPreferencesCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets 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 { GetChannelMessageRequest, GetChannelMessageResponse } 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 GetChannelMessageCommandInput extends GetChannelMessageRequest
|
|
|
22
19
|
export interface GetChannelMessageCommandOutput extends GetChannelMessageResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetChannelMessageCommand_base: {
|
|
25
|
-
new (input: GetChannelMessageCommandInput): import("@smithy/core/client").CommandImpl<GetChannelMessageCommandInput, GetChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetChannelMessageCommandInput): import("@smithy/core/client").CommandImpl<GetChannelMessageCommandInput, GetChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetChannelMessageCommandInput): import("@smithy/core/client").CommandImpl<GetChannelMessageCommandInput, GetChannelMessageCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetChannelMessageCommandInput): import("@smithy/core/client").CommandImpl<GetChannelMessageCommandInput, GetChannelMessageCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the full details of a channel message.</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 { 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
|