@aws-sdk/client-chime-sdk-messaging 3.1045.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +118 -119
- package/dist-cjs/models/ChimeSDKMessagingServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/ChimeSDKMessaging.js +1 -1
- package/dist-es/ChimeSDKMessagingClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateChannelFlowCommand.js +2 -2
- package/dist-es/commands/BatchCreateChannelMembershipCommand.js +2 -2
- package/dist-es/commands/ChannelFlowCallbackCommand.js +2 -2
- package/dist-es/commands/CreateChannelBanCommand.js +2 -2
- package/dist-es/commands/CreateChannelCommand.js +2 -2
- package/dist-es/commands/CreateChannelFlowCommand.js +2 -2
- package/dist-es/commands/CreateChannelMembershipCommand.js +2 -2
- package/dist-es/commands/CreateChannelModeratorCommand.js +2 -2
- package/dist-es/commands/DeleteChannelBanCommand.js +2 -2
- package/dist-es/commands/DeleteChannelCommand.js +2 -2
- package/dist-es/commands/DeleteChannelFlowCommand.js +2 -2
- package/dist-es/commands/DeleteChannelMembershipCommand.js +2 -2
- package/dist-es/commands/DeleteChannelMessageCommand.js +2 -2
- package/dist-es/commands/DeleteChannelModeratorCommand.js +2 -2
- package/dist-es/commands/DeleteMessagingStreamingConfigurationsCommand.js +2 -2
- package/dist-es/commands/DescribeChannelBanCommand.js +2 -2
- package/dist-es/commands/DescribeChannelCommand.js +2 -2
- package/dist-es/commands/DescribeChannelFlowCommand.js +2 -2
- package/dist-es/commands/DescribeChannelMembershipCommand.js +2 -2
- package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +2 -2
- package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +2 -2
- package/dist-es/commands/DescribeChannelModeratorCommand.js +2 -2
- package/dist-es/commands/DisassociateChannelFlowCommand.js +2 -2
- package/dist-es/commands/GetChannelMembershipPreferencesCommand.js +2 -2
- package/dist-es/commands/GetChannelMessageCommand.js +2 -2
- package/dist-es/commands/GetChannelMessageStatusCommand.js +2 -2
- package/dist-es/commands/GetMessagingSessionEndpointCommand.js +2 -2
- package/dist-es/commands/GetMessagingStreamingConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListChannelBansCommand.js +2 -2
- package/dist-es/commands/ListChannelFlowsCommand.js +2 -2
- package/dist-es/commands/ListChannelMembershipsCommand.js +2 -2
- package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +2 -2
- package/dist-es/commands/ListChannelMessagesCommand.js +2 -2
- package/dist-es/commands/ListChannelModeratorsCommand.js +2 -2
- package/dist-es/commands/ListChannelsAssociatedWithChannelFlowCommand.js +2 -2
- package/dist-es/commands/ListChannelsCommand.js +2 -2
- package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +2 -2
- package/dist-es/commands/ListSubChannelsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutChannelExpirationSettingsCommand.js +2 -2
- package/dist-es/commands/PutChannelMembershipPreferencesCommand.js +2 -2
- package/dist-es/commands/PutMessagingStreamingConfigurationsCommand.js +2 -2
- package/dist-es/commands/RedactChannelMessageCommand.js +2 -2
- package/dist-es/commands/SearchChannelsCommand.js +2 -2
- package/dist-es/commands/SendChannelMessageCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateChannelCommand.js +2 -2
- package/dist-es/commands/UpdateChannelFlowCommand.js +2 -2
- package/dist-es/commands/UpdateChannelMessageCommand.js +2 -2
- package/dist-es/commands/UpdateChannelReadMarkerCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ChimeSDKMessagingServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/ChimeSDKMessagingClient.d.ts +5 -5
- package/dist-types/commands/AssociateChannelFlowCommand.d.ts +6 -4
- package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +6 -4
- package/dist-types/commands/ChannelFlowCallbackCommand.d.ts +6 -4
- package/dist-types/commands/CreateChannelBanCommand.d.ts +6 -4
- package/dist-types/commands/CreateChannelCommand.d.ts +6 -4
- package/dist-types/commands/CreateChannelFlowCommand.d.ts +6 -4
- package/dist-types/commands/CreateChannelMembershipCommand.d.ts +6 -4
- package/dist-types/commands/CreateChannelModeratorCommand.d.ts +6 -4
- package/dist-types/commands/DeleteChannelBanCommand.d.ts +6 -4
- package/dist-types/commands/DeleteChannelCommand.d.ts +6 -4
- package/dist-types/commands/DeleteChannelFlowCommand.d.ts +6 -4
- package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +6 -4
- package/dist-types/commands/DeleteChannelMessageCommand.d.ts +6 -4
- package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +6 -4
- package/dist-types/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeChannelBanCommand.d.ts +6 -4
- package/dist-types/commands/DescribeChannelCommand.d.ts +6 -4
- package/dist-types/commands/DescribeChannelFlowCommand.d.ts +6 -4
- package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +6 -4
- package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +6 -4
- package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +6 -4
- package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateChannelFlowCommand.d.ts +6 -4
- package/dist-types/commands/GetChannelMembershipPreferencesCommand.d.ts +6 -4
- package/dist-types/commands/GetChannelMessageCommand.d.ts +6 -4
- package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +6 -4
- package/dist-types/commands/GetMessagingStreamingConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListChannelBansCommand.d.ts +6 -4
- package/dist-types/commands/ListChannelFlowsCommand.d.ts +6 -4
- package/dist-types/commands/ListChannelMembershipsCommand.d.ts +6 -4
- package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +6 -4
- package/dist-types/commands/ListChannelMessagesCommand.d.ts +6 -4
- package/dist-types/commands/ListChannelModeratorsCommand.d.ts +6 -4
- package/dist-types/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +6 -4
- package/dist-types/commands/ListChannelsCommand.d.ts +6 -4
- package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +6 -4
- package/dist-types/commands/ListSubChannelsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PutChannelExpirationSettingsCommand.d.ts +6 -4
- package/dist-types/commands/PutChannelMembershipPreferencesCommand.d.ts +6 -4
- package/dist-types/commands/PutMessagingStreamingConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/RedactChannelMessageCommand.d.ts +6 -4
- package/dist-types/commands/SearchChannelsCommand.d.ts +6 -4
- package/dist-types/commands/SendChannelMessageCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateChannelCommand.d.ts +6 -4
- package/dist-types/commands/UpdateChannelFlowCommand.d.ts +6 -4
- package/dist-types/commands/UpdateChannelMessageCommand.d.ts +6 -4
- package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ChimeSDKMessagingServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateChannelFlowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMessagingStreamingConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutChannelExpirationSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutMessagingStreamingConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ChimeSDKMessagingServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
4
|
import type { DescribeChannelFlowRequest, DescribeChannelFlowResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeChannelFlowCommandInput extends DescribeChannelFlowRequ
|
|
|
22
22
|
export interface DescribeChannelFlowCommandOutput extends DescribeChannelFlowResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeChannelFlowCommand_base: {
|
|
25
|
-
new (input: DescribeChannelFlowCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeChannelFlowCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the full details of a channel flow in an Amazon Chime <code>AppInstance</code>. This is a developer API.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
4
|
import type { DescribeChannelMembershipRequest, DescribeChannelMembershipResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeChannelMembershipCommandInput extends DescribeChannelMe
|
|
|
22
22
|
export interface DescribeChannelMembershipCommandOutput extends DescribeChannelMembershipResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeChannelMembershipCommand_base: {
|
|
25
|
-
new (input: DescribeChannelMembershipCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeChannelMembershipCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the full details of a user's channel membership.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
4
|
import type { DescribeChannelMembershipForAppInstanceUserRequest, DescribeChannelMembershipForAppInstanceUserResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeChannelMembershipForAppInstanceUserCommandInput extends
|
|
|
22
22
|
export interface DescribeChannelMembershipForAppInstanceUserCommandOutput extends DescribeChannelMembershipForAppInstanceUserResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeChannelMembershipForAppInstanceUserCommand_base: {
|
|
25
|
-
new (input: DescribeChannelMembershipForAppInstanceUserCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeChannelMembershipForAppInstanceUserCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Returns the details of a channel based on the membership of the specified
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
4
|
import type { DescribeChannelModeratedByAppInstanceUserRequest, DescribeChannelModeratedByAppInstanceUserResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeChannelModeratedByAppInstanceUserCommandInput extends D
|
|
|
22
22
|
export interface DescribeChannelModeratedByAppInstanceUserCommandOutput extends DescribeChannelModeratedByAppInstanceUserResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeChannelModeratedByAppInstanceUserCommand_base: {
|
|
25
|
-
new (input: DescribeChannelModeratedByAppInstanceUserCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeChannelModeratedByAppInstanceUserCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the full details of a channel moderated by the specified
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
4
|
import type { DescribeChannelModeratorRequest, DescribeChannelModeratorResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeChannelModeratorCommandInput extends DescribeChannelMod
|
|
|
22
22
|
export interface DescribeChannelModeratorCommandOutput extends DescribeChannelModeratorResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeChannelModeratorCommand_base: {
|
|
25
|
-
new (input: DescribeChannelModeratorCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeChannelModeratorCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the full details of a single ChannelModerator.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
4
|
import type { DisassociateChannelFlowRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateChannelFlowCommandInput extends DisassociateChannel
|
|
|
22
22
|
export interface DisassociateChannelFlowCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateChannelFlowCommand_base: {
|
|
25
|
-
new (input: DisassociateChannelFlowCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisassociateChannelFlowCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disassociates a channel flow from all its channels. Once disassociated, all messages to
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
4
|
import type { GetChannelMembershipPreferencesRequest, GetChannelMembershipPreferencesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetChannelMembershipPreferencesCommandInput extends GetChannelM
|
|
|
22
22
|
export interface GetChannelMembershipPreferencesCommandOutput extends GetChannelMembershipPreferencesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetChannelMembershipPreferencesCommand_base: {
|
|
25
|
-
new (input: GetChannelMembershipPreferencesCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetChannelMembershipPreferencesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets the membership preferences of an <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
4
|
import type { GetChannelMessageRequest, GetChannelMessageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetChannelMessageCommandInput extends GetChannelMessageRequest
|
|
|
22
22
|
export interface GetChannelMessageCommandOutput extends GetChannelMessageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetChannelMessageCommand_base: {
|
|
25
|
-
new (input: GetChannelMessageCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetChannelMessageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets the full details of a channel message.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
4
|
import type { GetChannelMessageStatusRequest, GetChannelMessageStatusResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetChannelMessageStatusCommandInput extends GetChannelMessageSt
|
|
|
22
22
|
export interface GetChannelMessageStatusCommandOutput extends GetChannelMessageStatusResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetChannelMessageStatusCommand_base: {
|
|
25
|
-
new (input: GetChannelMessageStatusCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetChannelMessageStatusCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
4
|
import type { GetMessagingSessionEndpointRequest, GetMessagingSessionEndpointResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetMessagingSessionEndpointCommandInput extends GetMessagingSes
|
|
|
22
22
|
export interface GetMessagingSessionEndpointCommandOutput extends GetMessagingSessionEndpointResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetMessagingSessionEndpointCommand_base: {
|
|
25
|
-
new (input: GetMessagingSessionEndpointCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetMessagingSessionEndpointCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>The details of the endpoint for the messaging session.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
4
|
import type { GetMessagingStreamingConfigurationsRequest, GetMessagingStreamingConfigurationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetMessagingStreamingConfigurationsCommandInput extends GetMess
|
|
|
22
22
|
export interface GetMessagingStreamingConfigurationsCommandOutput extends GetMessagingStreamingConfigurationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetMessagingStreamingConfigurationsCommand_base: {
|
|
25
|
-
new (input: GetMessagingStreamingConfigurationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetMessagingStreamingConfigurationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the data streaming configuration for an <code>AppInstance</code>. For more information, see
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
4
|
import type { ListChannelBansRequest, ListChannelBansResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListChannelBansCommandInput extends ListChannelBansRequest {
|
|
|
22
22
|
export interface ListChannelBansCommandOutput extends ListChannelBansResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListChannelBansCommand_base: {
|
|
25
|
-
new (input: ListChannelBansCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListChannelBansCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all the users and bots banned from a particular channel.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
4
|
import type { ListChannelFlowsRequest, ListChannelFlowsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListChannelFlowsCommandInput extends ListChannelFlowsRequest {
|
|
|
22
22
|
export interface ListChannelFlowsCommandOutput extends ListChannelFlowsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListChannelFlowsCommand_base: {
|
|
25
|
-
new (input: ListChannelFlowsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListChannelFlowsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a paginated lists of all the channel flows created under a single Chime. This is a developer API.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
4
|
import type { ListChannelMembershipsRequest, ListChannelMembershipsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListChannelMembershipsCommandInput extends ListChannelMembershi
|
|
|
22
22
|
export interface ListChannelMembershipsCommandOutput extends ListChannelMembershipsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListChannelMembershipsCommand_base: {
|
|
25
|
-
new (input: ListChannelMembershipsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListChannelMembershipsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all channel memberships in a channel.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
4
|
import type { ListChannelMembershipsForAppInstanceUserRequest, ListChannelMembershipsForAppInstanceUserResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListChannelMembershipsForAppInstanceUserCommandInput extends Li
|
|
|
22
22
|
export interface ListChannelMembershipsForAppInstanceUserCommandOutput extends ListChannelMembershipsForAppInstanceUserResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListChannelMembershipsForAppInstanceUserCommand_base: {
|
|
25
|
-
new (input: ListChannelMembershipsForAppInstanceUserCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListChannelMembershipsForAppInstanceUserCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Lists all channels that an <code>AppInstanceUser</code> or <code>AppInstanceBot</code> is a part of.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
4
|
import type { ListChannelMessagesRequest, ListChannelMessagesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListChannelMessagesCommandInput extends ListChannelMessagesRequ
|
|
|
22
22
|
export interface ListChannelMessagesCommandOutput extends ListChannelMessagesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListChannelMessagesCommand_base: {
|
|
25
|
-
new (input: ListChannelMessagesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListChannelMessagesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List all the messages in a channel. Returns a paginated list of
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
4
|
import type { ListChannelModeratorsRequest, ListChannelModeratorsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListChannelModeratorsCommandInput extends ListChannelModerators
|
|
|
22
22
|
export interface ListChannelModeratorsCommandOutput extends ListChannelModeratorsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListChannelModeratorsCommand_base: {
|
|
25
|
-
new (input: ListChannelModeratorsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListChannelModeratorsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all the moderators for a channel.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
4
|
import type { ListChannelsAssociatedWithChannelFlowRequest, ListChannelsAssociatedWithChannelFlowResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListChannelsAssociatedWithChannelFlowCommandInput extends ListC
|
|
|
22
22
|
export interface ListChannelsAssociatedWithChannelFlowCommandOutput extends ListChannelsAssociatedWithChannelFlowResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListChannelsAssociatedWithChannelFlowCommand_base: {
|
|
25
|
-
new (input: ListChannelsAssociatedWithChannelFlowCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListChannelsAssociatedWithChannelFlowCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
4
|
import type { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListChannelsCommandInput extends ListChannelsRequest {
|
|
|
22
22
|
export interface ListChannelsCommandOutput extends ListChannelsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListChannelsCommand_base: {
|
|
25
|
-
new (input: ListChannelsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListChannelsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all Channels created under a single Chime App as a paginated list. You can specify
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
4
|
import type { ListChannelsModeratedByAppInstanceUserRequest, ListChannelsModeratedByAppInstanceUserResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListChannelsModeratedByAppInstanceUserCommandInput extends List
|
|
|
22
22
|
export interface ListChannelsModeratedByAppInstanceUserCommandOutput extends ListChannelsModeratedByAppInstanceUserResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListChannelsModeratedByAppInstanceUserCommand_base: {
|
|
25
|
-
new (input: ListChannelsModeratedByAppInstanceUserCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListChannelsModeratedByAppInstanceUserCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>A list of the channels moderated by an <code>AppInstanceUser</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
4
|
import type { ListSubChannelsRequest, ListSubChannelsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListSubChannelsCommandInput extends ListSubChannelsRequest {
|
|
|
22
22
|
export interface ListSubChannelsCommandOutput extends ListSubChannelsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListSubChannelsCommand_base: {
|
|
25
|
-
new (input: ListSubChannelsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListSubChannelsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
4
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the tags applied to an Amazon Chime SDK messaging resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
4
|
import type { PutChannelExpirationSettingsRequest, PutChannelExpirationSettingsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutChannelExpirationSettingsCommandInput extends PutChannelExpi
|
|
|
22
22
|
export interface PutChannelExpirationSettingsCommandOutput extends PutChannelExpirationSettingsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutChannelExpirationSettingsCommand_base: {
|
|
25
|
-
new (input: PutChannelExpirationSettingsCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutChannelExpirationSettingsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Sets the number of days before the channel is automatically deleted.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
4
|
import type { PutChannelMembershipPreferencesRequest, PutChannelMembershipPreferencesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutChannelMembershipPreferencesCommandInput extends PutChannelM
|
|
|
22
22
|
export interface PutChannelMembershipPreferencesCommandOutput extends PutChannelMembershipPreferencesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutChannelMembershipPreferencesCommand_base: {
|
|
25
|
-
new (input: PutChannelMembershipPreferencesCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutChannelMembershipPreferencesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Sets the membership preferences of an <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
4
4
|
import type { PutMessagingStreamingConfigurationsRequest, PutMessagingStreamingConfigurationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutMessagingStreamingConfigurationsCommandInput extends PutMess
|
|
|
22
22
|
export interface PutMessagingStreamingConfigurationsCommandOutput extends PutMessagingStreamingConfigurationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutMessagingStreamingConfigurationsCommand_base: {
|
|
25
|
-
new (input: PutMessagingStreamingConfigurationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutMessagingStreamingConfigurationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Sets the data streaming configuration for an <code>AppInstance</code>. For more information, see
|