@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 { RedactChannelMessageRequest, RedactChannelMessageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RedactChannelMessageCommandInput extends RedactChannelMessageRe
|
|
|
22
22
|
export interface RedactChannelMessageCommandOutput extends RedactChannelMessageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RedactChannelMessageCommand_base: {
|
|
25
|
-
new (input: RedactChannelMessageCommandInput): import("@smithy/
|
|
26
|
-
new (input: RedactChannelMessageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RedactChannelMessageCommandInput): import("@smithy/core/client").CommandImpl<RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RedactChannelMessageCommandInput): import("@smithy/core/client").CommandImpl<RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Redacts message content and metadata. The message exists in the back end, but the
|
|
@@ -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 { SearchChannelsRequest, SearchChannelsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface SearchChannelsCommandInput extends SearchChannelsRequest {
|
|
|
22
22
|
export interface SearchChannelsCommandOutput extends SearchChannelsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SearchChannelsCommand_base: {
|
|
25
|
-
new (input: SearchChannelsCommandInput): import("@smithy/
|
|
26
|
-
new (input: SearchChannelsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SearchChannelsCommandInput): import("@smithy/core/client").CommandImpl<SearchChannelsCommandInput, SearchChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SearchChannelsCommandInput): import("@smithy/core/client").CommandImpl<SearchChannelsCommandInput, SearchChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Allows the <code>ChimeBearer</code> to search channels by channel members. Users or bots can search
|
|
@@ -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 { SendChannelMessageRequest, SendChannelMessageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface SendChannelMessageCommandInput extends SendChannelMessageReques
|
|
|
22
22
|
export interface SendChannelMessageCommandOutput extends SendChannelMessageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SendChannelMessageCommand_base: {
|
|
25
|
-
new (input: SendChannelMessageCommandInput): import("@smithy/
|
|
26
|
-
new (input: SendChannelMessageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SendChannelMessageCommandInput): import("@smithy/core/client").CommandImpl<SendChannelMessageCommandInput, SendChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SendChannelMessageCommandInput): import("@smithy/core/client").CommandImpl<SendChannelMessageCommandInput, SendChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Sends a message to a particular channel that the member is a part of.</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 { TagResourceRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Applies the specified tags to the specified 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 { UntagResourceRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes the specified tags from the specified 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 { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateChannelCommandInput extends UpdateChannelRequest {
|
|
|
22
22
|
export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateChannelCommand_base: {
|
|
25
|
-
new (input: UpdateChannelCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateChannelCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateChannelCommandInput): import("@smithy/core/client").CommandImpl<UpdateChannelCommandInput, UpdateChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateChannelCommandInput): import("@smithy/core/client").CommandImpl<UpdateChannelCommandInput, UpdateChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Update a channel's attributes.</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 { UpdateChannelFlowRequest, UpdateChannelFlowResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateChannelFlowCommandInput extends UpdateChannelFlowRequest
|
|
|
22
22
|
export interface UpdateChannelFlowCommandOutput extends UpdateChannelFlowResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateChannelFlowCommand_base: {
|
|
25
|
-
new (input: UpdateChannelFlowCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateChannelFlowCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<UpdateChannelFlowCommandInput, UpdateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<UpdateChannelFlowCommandInput, UpdateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates channel flow attributes. 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 { UpdateChannelMessageRequest, UpdateChannelMessageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateChannelMessageCommandInput extends UpdateChannelMessageRe
|
|
|
22
22
|
export interface UpdateChannelMessageCommandOutput extends UpdateChannelMessageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateChannelMessageCommand_base: {
|
|
25
|
-
new (input: UpdateChannelMessageCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateChannelMessageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateChannelMessageCommandInput): import("@smithy/core/client").CommandImpl<UpdateChannelMessageCommandInput, UpdateChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateChannelMessageCommandInput): import("@smithy/core/client").CommandImpl<UpdateChannelMessageCommandInput, UpdateChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the content of a 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 { UpdateChannelReadMarkerRequest, UpdateChannelReadMarkerResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateChannelReadMarkerCommandInput extends UpdateChannelReadMa
|
|
|
22
22
|
export interface UpdateChannelReadMarkerCommandOutput extends UpdateChannelReadMarkerResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateChannelReadMarkerCommand_base: {
|
|
25
|
-
new (input: UpdateChannelReadMarkerCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateChannelReadMarkerCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateChannelReadMarkerCommandInput): import("@smithy/core/client").CommandImpl<UpdateChannelReadMarkerCommandInput, UpdateChannelReadMarkerCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateChannelReadMarkerCommandInput): import("@smithy/core/client").CommandImpl<UpdateChannelReadMarkerCommandInput, UpdateChannelReadMarkerCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>The details of the time when a user last read messages in a channel.</p>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { ChimeSDKMessagingServiceException as __BaseException } from "./ChimeSDKMessagingServiceException";
|
|
3
3
|
import type { ErrorCode } from "./enums";
|
|
4
4
|
/**
|
|
@@ -5,13 +5,13 @@ import type { ChimeSDKMessagingClientConfig } from "./ChimeSDKMessagingClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ChimeSDKMessagingClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { ChimeSDKMessagingClientConfig } from "./ChimeSDKMessagingClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ChimeSDKMessagingClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { ChimeSDKMessagingClientConfig } from "./ChimeSDKMessagingClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: ChimeSDKMessagingClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: ChimeSDKMessagingClientConfig) =
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface AssociateChannelFlowCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const AssociateChannelFlowCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: AssociateChannelFlowCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
AssociateChannelFlowCommandInput,
|
|
19
19
|
AssociateChannelFlowCommandOutput,
|
|
20
20
|
ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const AssociateChannelFlowCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: AssociateChannelFlowCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
AssociateChannelFlowCommandInput,
|
|
28
28
|
AssociateChannelFlowCommandOutput,
|
|
29
29
|
ChimeSDKMessagingClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class AssociateChannelFlowCommand extends AssociateChannelFlowCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface BatchCreateChannelMembershipCommandOutput
|
|
|
19
19
|
declare const BatchCreateChannelMembershipCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: BatchCreateChannelMembershipCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
BatchCreateChannelMembershipCommandInput,
|
|
24
24
|
BatchCreateChannelMembershipCommandOutput,
|
|
25
25
|
ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const BatchCreateChannelMembershipCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: BatchCreateChannelMembershipCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
BatchCreateChannelMembershipCommandInput,
|
|
33
33
|
BatchCreateChannelMembershipCommandOutput,
|
|
34
34
|
ChimeSDKMessagingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class BatchCreateChannelMembershipCommand extends BatchCreateChannelMembershipCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ChannelFlowCallbackCommandOutput
|
|
|
19
19
|
declare const ChannelFlowCallbackCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ChannelFlowCallbackCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ChannelFlowCallbackCommandInput,
|
|
24
24
|
ChannelFlowCallbackCommandOutput,
|
|
25
25
|
ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ChannelFlowCallbackCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ChannelFlowCallbackCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ChannelFlowCallbackCommandInput,
|
|
33
33
|
ChannelFlowCallbackCommandOutput,
|
|
34
34
|
ChimeSDKMessagingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ChannelFlowCallbackCommand extends ChannelFlowCallbackCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface CreateChannelBanCommandOutput
|
|
|
18
18
|
declare const CreateChannelBanCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateChannelBanCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateChannelBanCommandInput,
|
|
23
23
|
CreateChannelBanCommandOutput,
|
|
24
24
|
ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateChannelBanCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateChannelBanCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateChannelBanCommandInput,
|
|
32
32
|
CreateChannelBanCommandOutput,
|
|
33
33
|
ChimeSDKMessagingClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateChannelBanCommand extends CreateChannelBanCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface CreateChannelCommandOutput
|
|
|
18
18
|
declare const CreateChannelCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateChannelCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateChannelCommandInput,
|
|
23
23
|
CreateChannelCommandOutput,
|
|
24
24
|
ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateChannelCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateChannelCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateChannelCommandInput,
|
|
32
32
|
CreateChannelCommandOutput,
|
|
33
33
|
ChimeSDKMessagingClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateChannelCommand extends CreateChannelCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateChannelFlowCommandOutput
|
|
|
19
19
|
declare const CreateChannelFlowCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateChannelFlowCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateChannelFlowCommandInput,
|
|
24
24
|
CreateChannelFlowCommandOutput,
|
|
25
25
|
ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateChannelFlowCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateChannelFlowCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateChannelFlowCommandInput,
|
|
33
33
|
CreateChannelFlowCommandOutput,
|
|
34
34
|
ChimeSDKMessagingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateChannelFlowCommand extends CreateChannelFlowCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateChannelMembershipCommandOutput
|
|
|
19
19
|
declare const CreateChannelMembershipCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateChannelMembershipCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateChannelMembershipCommandInput,
|
|
24
24
|
CreateChannelMembershipCommandOutput,
|
|
25
25
|
ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateChannelMembershipCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateChannelMembershipCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateChannelMembershipCommandInput,
|
|
33
33
|
CreateChannelMembershipCommandOutput,
|
|
34
34
|
ChimeSDKMessagingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateChannelMembershipCommand extends CreateChannelMembershipCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateChannelModeratorCommandOutput
|
|
|
19
19
|
declare const CreateChannelModeratorCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateChannelModeratorCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateChannelModeratorCommandInput,
|
|
24
24
|
CreateChannelModeratorCommandOutput,
|
|
25
25
|
ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateChannelModeratorCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateChannelModeratorCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateChannelModeratorCommandInput,
|
|
33
33
|
CreateChannelModeratorCommandOutput,
|
|
34
34
|
ChimeSDKMessagingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateChannelModeratorCommand extends CreateChannelModeratorCommand_base {
|
|
41
43
|
protected static __types: {
|