@aws-sdk/client-chime-sdk-messaging 3.294.0 → 3.296.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/README.md +24 -0
- package/dist-cjs/ChimeSDKMessaging.js +45 -0
- package/dist-cjs/commands/AssociateChannelFlowCommand.js +4 -4
- package/dist-cjs/commands/BatchCreateChannelMembershipCommand.js +4 -4
- package/dist-cjs/commands/ChannelFlowCallbackCommand.js +4 -4
- package/dist-cjs/commands/CreateChannelBanCommand.js +4 -4
- package/dist-cjs/commands/CreateChannelCommand.js +4 -4
- package/dist-cjs/commands/CreateChannelFlowCommand.js +4 -4
- package/dist-cjs/commands/CreateChannelMembershipCommand.js +4 -4
- package/dist-cjs/commands/CreateChannelModeratorCommand.js +4 -4
- package/dist-cjs/commands/DeleteChannelBanCommand.js +4 -4
- package/dist-cjs/commands/DeleteChannelCommand.js +4 -4
- package/dist-cjs/commands/DeleteChannelFlowCommand.js +4 -4
- package/dist-cjs/commands/DeleteChannelMembershipCommand.js +4 -4
- package/dist-cjs/commands/DeleteChannelMessageCommand.js +4 -4
- package/dist-cjs/commands/DeleteChannelModeratorCommand.js +4 -4
- package/dist-cjs/commands/DeleteMessagingStreamingConfigurationsCommand.js +46 -0
- package/dist-cjs/commands/DescribeChannelBanCommand.js +4 -4
- package/dist-cjs/commands/DescribeChannelCommand.js +4 -4
- package/dist-cjs/commands/DescribeChannelFlowCommand.js +4 -4
- package/dist-cjs/commands/DescribeChannelMembershipCommand.js +4 -4
- package/dist-cjs/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +4 -4
- package/dist-cjs/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +4 -4
- package/dist-cjs/commands/DescribeChannelModeratorCommand.js +4 -4
- package/dist-cjs/commands/DisassociateChannelFlowCommand.js +4 -4
- package/dist-cjs/commands/GetChannelMembershipPreferencesCommand.js +4 -4
- package/dist-cjs/commands/GetChannelMessageCommand.js +4 -4
- package/dist-cjs/commands/GetChannelMessageStatusCommand.js +4 -4
- package/dist-cjs/commands/GetMessagingSessionEndpointCommand.js +4 -4
- package/dist-cjs/commands/GetMessagingStreamingConfigurationsCommand.js +46 -0
- package/dist-cjs/commands/ListChannelBansCommand.js +4 -4
- package/dist-cjs/commands/ListChannelFlowsCommand.js +4 -4
- package/dist-cjs/commands/ListChannelMembershipsCommand.js +4 -4
- package/dist-cjs/commands/ListChannelMembershipsForAppInstanceUserCommand.js +4 -4
- package/dist-cjs/commands/ListChannelMessagesCommand.js +4 -4
- package/dist-cjs/commands/ListChannelModeratorsCommand.js +4 -4
- package/dist-cjs/commands/ListChannelsAssociatedWithChannelFlowCommand.js +4 -4
- package/dist-cjs/commands/ListChannelsCommand.js +4 -4
- package/dist-cjs/commands/ListChannelsModeratedByAppInstanceUserCommand.js +4 -4
- package/dist-cjs/commands/ListSubChannelsCommand.js +4 -4
- package/dist-cjs/commands/ListTagsForResourceCommand.js +4 -4
- package/dist-cjs/commands/PutChannelMembershipPreferencesCommand.js +4 -4
- package/dist-cjs/commands/PutMessagingStreamingConfigurationsCommand.js +46 -0
- package/dist-cjs/commands/RedactChannelMessageCommand.js +4 -4
- package/dist-cjs/commands/SearchChannelsCommand.js +4 -4
- package/dist-cjs/commands/SendChannelMessageCommand.js +4 -4
- package/dist-cjs/commands/TagResourceCommand.js +4 -4
- package/dist-cjs/commands/UntagResourceCommand.js +4 -4
- package/dist-cjs/commands/UpdateChannelCommand.js +4 -4
- package/dist-cjs/commands/UpdateChannelFlowCommand.js +4 -4
- package/dist-cjs/commands/UpdateChannelMessageCommand.js +4 -4
- package/dist-cjs/commands/UpdateChannelReadMarkerCommand.js +4 -4
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +32 -3
- package/dist-cjs/protocols/Aws_restJson1.js +243 -2
- package/dist-es/ChimeSDKMessaging.js +45 -0
- package/dist-es/commands/AssociateChannelFlowCommand.js +4 -4
- package/dist-es/commands/BatchCreateChannelMembershipCommand.js +4 -4
- package/dist-es/commands/ChannelFlowCallbackCommand.js +4 -4
- package/dist-es/commands/CreateChannelBanCommand.js +4 -4
- package/dist-es/commands/CreateChannelCommand.js +4 -4
- package/dist-es/commands/CreateChannelFlowCommand.js +4 -4
- package/dist-es/commands/CreateChannelMembershipCommand.js +4 -4
- package/dist-es/commands/CreateChannelModeratorCommand.js +4 -4
- package/dist-es/commands/DeleteChannelBanCommand.js +4 -4
- package/dist-es/commands/DeleteChannelCommand.js +4 -4
- package/dist-es/commands/DeleteChannelFlowCommand.js +4 -4
- package/dist-es/commands/DeleteChannelMembershipCommand.js +4 -4
- package/dist-es/commands/DeleteChannelMessageCommand.js +4 -4
- package/dist-es/commands/DeleteChannelModeratorCommand.js +4 -4
- package/dist-es/commands/DeleteMessagingStreamingConfigurationsCommand.js +42 -0
- package/dist-es/commands/DescribeChannelBanCommand.js +4 -4
- package/dist-es/commands/DescribeChannelCommand.js +4 -4
- package/dist-es/commands/DescribeChannelFlowCommand.js +4 -4
- package/dist-es/commands/DescribeChannelMembershipCommand.js +4 -4
- package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +4 -4
- package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +4 -4
- package/dist-es/commands/DescribeChannelModeratorCommand.js +4 -4
- package/dist-es/commands/DisassociateChannelFlowCommand.js +4 -4
- package/dist-es/commands/GetChannelMembershipPreferencesCommand.js +4 -4
- package/dist-es/commands/GetChannelMessageCommand.js +4 -4
- package/dist-es/commands/GetChannelMessageStatusCommand.js +4 -4
- package/dist-es/commands/GetMessagingSessionEndpointCommand.js +4 -4
- package/dist-es/commands/GetMessagingStreamingConfigurationsCommand.js +42 -0
- package/dist-es/commands/ListChannelBansCommand.js +4 -4
- package/dist-es/commands/ListChannelFlowsCommand.js +4 -4
- package/dist-es/commands/ListChannelMembershipsCommand.js +4 -4
- package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +4 -4
- package/dist-es/commands/ListChannelMessagesCommand.js +4 -4
- package/dist-es/commands/ListChannelModeratorsCommand.js +4 -4
- package/dist-es/commands/ListChannelsAssociatedWithChannelFlowCommand.js +4 -4
- package/dist-es/commands/ListChannelsCommand.js +4 -4
- package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +4 -4
- package/dist-es/commands/ListSubChannelsCommand.js +4 -4
- package/dist-es/commands/ListTagsForResourceCommand.js +4 -4
- package/dist-es/commands/PutChannelMembershipPreferencesCommand.js +4 -4
- package/dist-es/commands/PutMessagingStreamingConfigurationsCommand.js +42 -0
- package/dist-es/commands/RedactChannelMessageCommand.js +4 -4
- package/dist-es/commands/SearchChannelsCommand.js +4 -4
- package/dist-es/commands/SendChannelMessageCommand.js +4 -4
- package/dist-es/commands/TagResourceCommand.js +4 -4
- package/dist-es/commands/UntagResourceCommand.js +4 -4
- package/dist-es/commands/UpdateChannelCommand.js +4 -4
- package/dist-es/commands/UpdateChannelFlowCommand.js +4 -4
- package/dist-es/commands/UpdateChannelMessageCommand.js +4 -4
- package/dist-es/commands/UpdateChannelReadMarkerCommand.js +4 -4
- package/dist-es/commands/index.js +3 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +23 -0
- package/dist-es/protocols/Aws_restJson1.js +235 -0
- package/dist-types/ChimeSDKMessaging.d.ts +25 -40
- package/dist-types/ChimeSDKMessagingClient.d.ts +7 -4
- package/dist-types/commands/AssociateChannelFlowCommand.d.ts +0 -1
- package/dist-types/commands/CreateChannelBanCommand.d.ts +0 -1
- package/dist-types/commands/CreateChannelCommand.d.ts +0 -2
- package/dist-types/commands/CreateChannelFlowCommand.d.ts +1 -3
- package/dist-types/commands/CreateChannelMembershipCommand.d.ts +0 -4
- package/dist-types/commands/CreateChannelModeratorCommand.d.ts +0 -2
- package/dist-types/commands/DeleteChannelBanCommand.d.ts +0 -1
- package/dist-types/commands/DeleteChannelCommand.d.ts +0 -1
- package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +0 -1
- package/dist-types/commands/DeleteChannelMessageCommand.d.ts +0 -1
- package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +0 -1
- package/dist-types/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +60 -0
- package/dist-types/commands/DescribeChannelBanCommand.d.ts +0 -2
- package/dist-types/commands/DescribeChannelCommand.d.ts +0 -2
- package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +0 -1
- package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +0 -1
- package/dist-types/commands/GetChannelMessageCommand.d.ts +0 -1
- package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +0 -3
- package/dist-types/commands/GetMessagingStreamingConfigurationsCommand.d.ts +66 -0
- package/dist-types/commands/ListChannelBansCommand.d.ts +0 -1
- package/dist-types/commands/ListChannelMembershipsCommand.d.ts +0 -2
- package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +0 -1
- package/dist-types/commands/ListChannelsCommand.d.ts +0 -2
- package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +0 -1
- package/dist-types/commands/PutMessagingStreamingConfigurationsCommand.d.ts +70 -0
- package/dist-types/commands/RedactChannelMessageCommand.d.ts +0 -1
- package/dist-types/commands/SendChannelMessageCommand.d.ts +0 -2
- package/dist-types/commands/UpdateChannelMessageCommand.d.ts +0 -1
- package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +0 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +75 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/ChimeSDKMessaging.d.ts +69 -0
- package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +22 -4
- package/dist-types/ts3.4/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetMessagingStreamingConfigurationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/PutMessagingStreamingConfigurationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -5
- package/dist-types/ts3.4/models/models_0.d.ts +42 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +36 -36
|
@@ -16,7 +16,6 @@ export interface DescribeChannelMembershipForAppInstanceUserCommandOutput extend
|
|
|
16
16
|
/**
|
|
17
17
|
* <p> Returns the details of a channel based on the membership of the specified
|
|
18
18
|
* <code>AppInstanceUser</code>.</p>
|
|
19
|
-
*
|
|
20
19
|
* <note>
|
|
21
20
|
* <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
|
|
22
21
|
* <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
|
|
@@ -16,7 +16,6 @@ export interface DescribeChannelModeratedByAppInstanceUserCommandOutput extends
|
|
|
16
16
|
/**
|
|
17
17
|
* <p>Returns the full details of a channel moderated by the specified
|
|
18
18
|
* <code>AppInstanceUser</code>.</p>
|
|
19
|
-
*
|
|
20
19
|
* <note>
|
|
21
20
|
* <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
|
|
22
21
|
* <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
|
|
@@ -15,7 +15,6 @@ export interface GetChannelMessageCommandOutput extends GetChannelMessageRespons
|
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
17
|
* <p>Gets the full details of a channel message.</p>
|
|
18
|
-
*
|
|
19
18
|
* <note>
|
|
20
19
|
* <p>The x-amz-chime-bearer request header is mandatory. Use the
|
|
21
20
|
* <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
|
|
@@ -16,9 +16,7 @@ export interface GetChannelMessageStatusCommandOutput extends GetChannelMessageS
|
|
|
16
16
|
/**
|
|
17
17
|
* <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
|
|
18
18
|
* retrieving message status if the event was not received because a client wasn't connected to a websocket. </p>
|
|
19
|
-
*
|
|
20
19
|
* <p>Messages can have any one of these statuses.</p>
|
|
21
|
-
*
|
|
22
20
|
* <dl>
|
|
23
21
|
* <dt>SENT</dt>
|
|
24
22
|
* <dd>
|
|
@@ -37,7 +35,6 @@ export interface GetChannelMessageStatusCommandOutput extends GetChannelMessageS
|
|
|
37
35
|
* <p>Messasge denied by the processor</p>
|
|
38
36
|
* </dd>
|
|
39
37
|
* </dl>
|
|
40
|
-
*
|
|
41
38
|
* <note>
|
|
42
39
|
* <ul>
|
|
43
40
|
* <li>
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
5
|
+
import { GetMessagingStreamingConfigurationsRequest, GetMessagingStreamingConfigurationsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetMessagingStreamingConfigurationsCommand}.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetMessagingStreamingConfigurationsCommandInput extends GetMessagingStreamingConfigurationsRequest {
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetMessagingStreamingConfigurationsCommand}.
|
|
13
|
+
*/
|
|
14
|
+
export interface GetMessagingStreamingConfigurationsCommandOutput extends GetMessagingStreamingConfigurationsResponse, __MetadataBearer {
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* <p>Retrieves the data streaming configuration for an <code>AppInstance</code>. For more information, see
|
|
18
|
+
* <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/streaming-export.html">Streaming messaging data</a> in the <i>Amazon Chime SDK Developer Guide</i>.</p>
|
|
19
|
+
* @example
|
|
20
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
+
* ```javascript
|
|
22
|
+
* import { ChimeSDKMessagingClient, GetMessagingStreamingConfigurationsCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
|
|
23
|
+
* // const { ChimeSDKMessagingClient, GetMessagingStreamingConfigurationsCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
|
|
24
|
+
* const client = new ChimeSDKMessagingClient(config);
|
|
25
|
+
* const command = new GetMessagingStreamingConfigurationsCommand(input);
|
|
26
|
+
* const response = await client.send(command);
|
|
27
|
+
* ```
|
|
28
|
+
*
|
|
29
|
+
* @see {@link GetMessagingStreamingConfigurationsCommandInput} for command's `input` shape.
|
|
30
|
+
* @see {@link GetMessagingStreamingConfigurationsCommandOutput} for command's `response` shape.
|
|
31
|
+
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
32
|
+
*
|
|
33
|
+
* @throws {@link BadRequestException} (client fault)
|
|
34
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
37
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link NotFoundException} (client fault)
|
|
40
|
+
* <p>One or more of the resources in the request does not exist in the system.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
43
|
+
* <p>The service encountered an unexpected error.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
46
|
+
* <p>The service is currently unavailable.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
49
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
52
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
55
|
+
*/
|
|
56
|
+
export declare class GetMessagingStreamingConfigurationsCommand extends $Command<GetMessagingStreamingConfigurationsCommandInput, GetMessagingStreamingConfigurationsCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
57
|
+
readonly input: GetMessagingStreamingConfigurationsCommandInput;
|
|
58
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
constructor(input: GetMessagingStreamingConfigurationsCommandInput);
|
|
60
|
+
/**
|
|
61
|
+
* @internal
|
|
62
|
+
*/
|
|
63
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMessagingStreamingConfigurationsCommandInput, GetMessagingStreamingConfigurationsCommandOutput>;
|
|
64
|
+
private serialize;
|
|
65
|
+
private deserialize;
|
|
66
|
+
}
|
|
@@ -15,7 +15,6 @@ export interface ListChannelBansCommandOutput extends ListChannelBansResponse, _
|
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
17
|
* <p>Lists all the users banned from a particular channel.</p>
|
|
18
|
-
*
|
|
19
18
|
* <note>
|
|
20
19
|
* <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
|
|
21
20
|
* <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
|
|
@@ -15,13 +15,11 @@ export interface ListChannelMembershipsCommandOutput extends ListChannelMembersh
|
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
17
|
* <p>Lists all channel memberships in a channel.</p>
|
|
18
|
-
*
|
|
19
18
|
* <note>
|
|
20
19
|
* <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
|
|
21
20
|
* <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
|
|
22
21
|
* the header.</p>
|
|
23
22
|
* </note>
|
|
24
|
-
*
|
|
25
23
|
* <p>If you want to list the channels to which a specific app instance user belongs, see the
|
|
26
24
|
* <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_messaging-chime_ListChannelMembershipsForAppInstanceUser.html">ListChannelMembershipsForAppInstanceUser</a> API.</p>
|
|
27
25
|
* @example
|
|
@@ -16,7 +16,6 @@ export interface ListChannelMembershipsForAppInstanceUserCommandOutput extends L
|
|
|
16
16
|
/**
|
|
17
17
|
* <p> Lists all channels that a particular <code>AppInstanceUser</code> is a part of. Only an
|
|
18
18
|
* <code>AppInstanceAdmin</code> can call the API with a user ARN that is not their own. </p>
|
|
19
|
-
*
|
|
20
19
|
* <note>
|
|
21
20
|
* <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
|
|
22
21
|
* <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
|
|
@@ -16,7 +16,6 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
|
|
|
16
16
|
/**
|
|
17
17
|
* <p>Lists all Channels created under a single Chime App as a paginated list. You can specify
|
|
18
18
|
* filters to narrow results.</p>
|
|
19
|
-
*
|
|
20
19
|
* <p class="title">
|
|
21
20
|
* <b>Functionality & restrictions</b>
|
|
22
21
|
* </p>
|
|
@@ -30,7 +29,6 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
|
|
|
30
29
|
* list the private channels in an account.</p>
|
|
31
30
|
* </li>
|
|
32
31
|
* </ul>
|
|
33
|
-
*
|
|
34
32
|
* <note>
|
|
35
33
|
* <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
|
|
36
34
|
* <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
|
|
@@ -15,7 +15,6 @@ export interface ListChannelsModeratedByAppInstanceUserCommandOutput extends Lis
|
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
17
|
* <p>A list of the channels moderated by an <code>AppInstanceUser</code>.</p>
|
|
18
|
-
*
|
|
19
18
|
* <note>
|
|
20
19
|
* <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
|
|
21
20
|
* <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
|
|
5
|
+
import { PutMessagingStreamingConfigurationsRequest, PutMessagingStreamingConfigurationsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link PutMessagingStreamingConfigurationsCommand}.
|
|
8
|
+
*/
|
|
9
|
+
export interface PutMessagingStreamingConfigurationsCommandInput extends PutMessagingStreamingConfigurationsRequest {
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link PutMessagingStreamingConfigurationsCommand}.
|
|
13
|
+
*/
|
|
14
|
+
export interface PutMessagingStreamingConfigurationsCommandOutput extends PutMessagingStreamingConfigurationsResponse, __MetadataBearer {
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* <p>Sets the data streaming configuration for an <code>AppInstance</code>. For more information, see
|
|
18
|
+
* <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/streaming-export.html">Streaming messaging data</a> in the <i>Amazon Chime SDK Developer Guide</i>.</p>
|
|
19
|
+
* @example
|
|
20
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
+
* ```javascript
|
|
22
|
+
* import { ChimeSDKMessagingClient, PutMessagingStreamingConfigurationsCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
|
|
23
|
+
* // const { ChimeSDKMessagingClient, PutMessagingStreamingConfigurationsCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
|
|
24
|
+
* const client = new ChimeSDKMessagingClient(config);
|
|
25
|
+
* const command = new PutMessagingStreamingConfigurationsCommand(input);
|
|
26
|
+
* const response = await client.send(command);
|
|
27
|
+
* ```
|
|
28
|
+
*
|
|
29
|
+
* @see {@link PutMessagingStreamingConfigurationsCommandInput} for command's `input` shape.
|
|
30
|
+
* @see {@link PutMessagingStreamingConfigurationsCommandOutput} for command's `response` shape.
|
|
31
|
+
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
32
|
+
*
|
|
33
|
+
* @throws {@link BadRequestException} (client fault)
|
|
34
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ConflictException} (client fault)
|
|
37
|
+
* <p>The request could not be processed because of conflict in the current state of the
|
|
38
|
+
* resource.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
41
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link NotFoundException} (client fault)
|
|
44
|
+
* <p>One or more of the resources in the request does not exist in the system.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
47
|
+
* <p>The service encountered an unexpected error.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
50
|
+
* <p>The service is currently unavailable.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
53
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
56
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
export declare class PutMessagingStreamingConfigurationsCommand extends $Command<PutMessagingStreamingConfigurationsCommandInput, PutMessagingStreamingConfigurationsCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
61
|
+
readonly input: PutMessagingStreamingConfigurationsCommandInput;
|
|
62
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
constructor(input: PutMessagingStreamingConfigurationsCommandInput);
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
67
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutMessagingStreamingConfigurationsCommandInput, PutMessagingStreamingConfigurationsCommandOutput>;
|
|
68
|
+
private serialize;
|
|
69
|
+
private deserialize;
|
|
70
|
+
}
|
|
@@ -16,7 +16,6 @@ export interface RedactChannelMessageCommandOutput extends RedactChannelMessageR
|
|
|
16
16
|
/**
|
|
17
17
|
* <p>Redacts message content, but not metadata. The message exists in the back end, but the
|
|
18
18
|
* action returns null content, and the state shows as redacted.</p>
|
|
19
|
-
*
|
|
20
19
|
* <note>
|
|
21
20
|
* <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
|
|
22
21
|
* <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
|
|
@@ -15,12 +15,10 @@ export interface SendChannelMessageCommandOutput extends SendChannelMessageRespo
|
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
17
|
* <p>Sends a message to a particular channel that the member is a part of.</p>
|
|
18
|
-
*
|
|
19
18
|
* <note>
|
|
20
19
|
* <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
|
|
21
20
|
* <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
|
|
22
21
|
* the header.</p>
|
|
23
|
-
*
|
|
24
22
|
* <p>Also, <code>STANDARD</code> messages can contain 4KB of data and the 1KB of metadata.
|
|
25
23
|
* <code>CONTROL</code> messages can contain 30 bytes of data and no metadata.</p>
|
|
26
24
|
* </note>
|
|
@@ -15,7 +15,6 @@ export interface UpdateChannelMessageCommandOutput extends UpdateChannelMessageR
|
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
17
|
* <p>Updates the content of a message.</p>
|
|
18
|
-
*
|
|
19
18
|
* <note>
|
|
20
19
|
* <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
|
|
21
20
|
* <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
|
|
@@ -15,7 +15,6 @@ export interface UpdateChannelReadMarkerCommandOutput extends UpdateChannelReadM
|
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
17
|
* <p>The details of the time when a user last read messages in a channel.</p>
|
|
18
|
-
*
|
|
19
18
|
* <note>
|
|
20
19
|
* <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
|
|
21
20
|
* <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
|
|
@@ -12,6 +12,7 @@ export * from "./DeleteChannelFlowCommand";
|
|
|
12
12
|
export * from "./DeleteChannelMembershipCommand";
|
|
13
13
|
export * from "./DeleteChannelMessageCommand";
|
|
14
14
|
export * from "./DeleteChannelModeratorCommand";
|
|
15
|
+
export * from "./DeleteMessagingStreamingConfigurationsCommand";
|
|
15
16
|
export * from "./DescribeChannelBanCommand";
|
|
16
17
|
export * from "./DescribeChannelCommand";
|
|
17
18
|
export * from "./DescribeChannelFlowCommand";
|
|
@@ -24,6 +25,7 @@ export * from "./GetChannelMembershipPreferencesCommand";
|
|
|
24
25
|
export * from "./GetChannelMessageCommand";
|
|
25
26
|
export * from "./GetChannelMessageStatusCommand";
|
|
26
27
|
export * from "./GetMessagingSessionEndpointCommand";
|
|
28
|
+
export * from "./GetMessagingStreamingConfigurationsCommand";
|
|
27
29
|
export * from "./ListChannelBansCommand";
|
|
28
30
|
export * from "./ListChannelFlowsCommand";
|
|
29
31
|
export * from "./ListChannelMembershipsCommand";
|
|
@@ -36,6 +38,7 @@ export * from "./ListChannelsModeratedByAppInstanceUserCommand";
|
|
|
36
38
|
export * from "./ListSubChannelsCommand";
|
|
37
39
|
export * from "./ListTagsForResourceCommand";
|
|
38
40
|
export * from "./PutChannelMembershipPreferencesCommand";
|
|
41
|
+
export * from "./PutMessagingStreamingConfigurationsCommand";
|
|
39
42
|
export * from "./RedactChannelMessageCommand";
|
|
40
43
|
export * from "./SearchChannelsCommand";
|
|
41
44
|
export * from "./SendChannelMessageCommand";
|
|
@@ -5,14 +5,14 @@ export interface ClientInputEndpointParameters {
|
|
|
5
5
|
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
6
|
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
7
7
|
}
|
|
8
|
-
export
|
|
8
|
+
export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
9
|
defaultSigningName: string;
|
|
10
10
|
};
|
|
11
11
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
12
12
|
defaultSigningName: string;
|
|
13
13
|
};
|
|
14
14
|
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
-
Region
|
|
15
|
+
Region?: string;
|
|
16
16
|
UseDualStack?: boolean;
|
|
17
17
|
UseFIPS?: boolean;
|
|
18
18
|
Endpoint?: string;
|
|
@@ -1152,6 +1152,12 @@ export interface DeleteChannelModeratorRequest {
|
|
|
1152
1152
|
*/
|
|
1153
1153
|
ChimeBearer: string | undefined;
|
|
1154
1154
|
}
|
|
1155
|
+
export interface DeleteMessagingStreamingConfigurationsRequest {
|
|
1156
|
+
/**
|
|
1157
|
+
* <p>The ARN of the streaming configurations being deleted.</p>
|
|
1158
|
+
*/
|
|
1159
|
+
AppInstanceArn: string | undefined;
|
|
1160
|
+
}
|
|
1155
1161
|
export interface DescribeChannelRequest {
|
|
1156
1162
|
/**
|
|
1157
1163
|
* <p>The ARN of the channel.</p>
|
|
@@ -1400,6 +1406,35 @@ export interface GetMessagingSessionEndpointResponse {
|
|
|
1400
1406
|
*/
|
|
1401
1407
|
Endpoint?: MessagingSessionEndpoint;
|
|
1402
1408
|
}
|
|
1409
|
+
export interface GetMessagingStreamingConfigurationsRequest {
|
|
1410
|
+
/**
|
|
1411
|
+
* <p>The ARN of the streaming configurations.</p>
|
|
1412
|
+
*/
|
|
1413
|
+
AppInstanceArn: string | undefined;
|
|
1414
|
+
}
|
|
1415
|
+
export declare enum MessagingDataType {
|
|
1416
|
+
Channel = "Channel",
|
|
1417
|
+
ChannelMessage = "ChannelMessage"
|
|
1418
|
+
}
|
|
1419
|
+
/**
|
|
1420
|
+
* <p>The configuration for connecting a messaging stream to Amazon Kinesis.</p>
|
|
1421
|
+
*/
|
|
1422
|
+
export interface StreamingConfiguration {
|
|
1423
|
+
/**
|
|
1424
|
+
* <p>The data type of the configuration.</p>
|
|
1425
|
+
*/
|
|
1426
|
+
DataType: MessagingDataType | string | undefined;
|
|
1427
|
+
/**
|
|
1428
|
+
* <p>The ARN of the resource in the configuration. </p>
|
|
1429
|
+
*/
|
|
1430
|
+
ResourceArn: string | undefined;
|
|
1431
|
+
}
|
|
1432
|
+
export interface GetMessagingStreamingConfigurationsResponse {
|
|
1433
|
+
/**
|
|
1434
|
+
* <p>The streaming settings.</p>
|
|
1435
|
+
*/
|
|
1436
|
+
StreamingConfigurations?: StreamingConfiguration[];
|
|
1437
|
+
}
|
|
1403
1438
|
export interface ListChannelBansRequest {
|
|
1404
1439
|
/**
|
|
1405
1440
|
* <p>The ARN of the channel.</p>
|
|
@@ -1805,6 +1840,22 @@ export interface PutChannelMembershipPreferencesResponse {
|
|
|
1805
1840
|
*/
|
|
1806
1841
|
Preferences?: ChannelMembershipPreferences;
|
|
1807
1842
|
}
|
|
1843
|
+
export interface PutMessagingStreamingConfigurationsRequest {
|
|
1844
|
+
/**
|
|
1845
|
+
* <p>The ARN of the streaming configuration.</p>
|
|
1846
|
+
*/
|
|
1847
|
+
AppInstanceArn: string | undefined;
|
|
1848
|
+
/**
|
|
1849
|
+
* <p>The streaming configurations.</p>
|
|
1850
|
+
*/
|
|
1851
|
+
StreamingConfigurations: StreamingConfiguration[] | undefined;
|
|
1852
|
+
}
|
|
1853
|
+
export interface PutMessagingStreamingConfigurationsResponse {
|
|
1854
|
+
/**
|
|
1855
|
+
* <p>The requested streaming configurations.</p>
|
|
1856
|
+
*/
|
|
1857
|
+
StreamingConfigurations?: StreamingConfiguration[];
|
|
1858
|
+
}
|
|
1808
1859
|
export interface RedactChannelMessageRequest {
|
|
1809
1860
|
/**
|
|
1810
1861
|
* <p>The ARN of the channel containing the messages that you want to redact.</p>
|
|
@@ -2300,6 +2351,10 @@ export declare const DeleteChannelMessageRequestFilterSensitiveLog: (obj: Delete
|
|
|
2300
2351
|
* @internal
|
|
2301
2352
|
*/
|
|
2302
2353
|
export declare const DeleteChannelModeratorRequestFilterSensitiveLog: (obj: DeleteChannelModeratorRequest) => any;
|
|
2354
|
+
/**
|
|
2355
|
+
* @internal
|
|
2356
|
+
*/
|
|
2357
|
+
export declare const DeleteMessagingStreamingConfigurationsRequestFilterSensitiveLog: (obj: DeleteMessagingStreamingConfigurationsRequest) => any;
|
|
2303
2358
|
/**
|
|
2304
2359
|
* @internal
|
|
2305
2360
|
*/
|
|
@@ -2396,6 +2451,18 @@ export declare const MessagingSessionEndpointFilterSensitiveLog: (obj: Messaging
|
|
|
2396
2451
|
* @internal
|
|
2397
2452
|
*/
|
|
2398
2453
|
export declare const GetMessagingSessionEndpointResponseFilterSensitiveLog: (obj: GetMessagingSessionEndpointResponse) => any;
|
|
2454
|
+
/**
|
|
2455
|
+
* @internal
|
|
2456
|
+
*/
|
|
2457
|
+
export declare const GetMessagingStreamingConfigurationsRequestFilterSensitiveLog: (obj: GetMessagingStreamingConfigurationsRequest) => any;
|
|
2458
|
+
/**
|
|
2459
|
+
* @internal
|
|
2460
|
+
*/
|
|
2461
|
+
export declare const StreamingConfigurationFilterSensitiveLog: (obj: StreamingConfiguration) => any;
|
|
2462
|
+
/**
|
|
2463
|
+
* @internal
|
|
2464
|
+
*/
|
|
2465
|
+
export declare const GetMessagingStreamingConfigurationsResponseFilterSensitiveLog: (obj: GetMessagingStreamingConfigurationsResponse) => any;
|
|
2399
2466
|
/**
|
|
2400
2467
|
* @internal
|
|
2401
2468
|
*/
|
|
@@ -2496,6 +2563,14 @@ export declare const PutChannelMembershipPreferencesRequestFilterSensitiveLog: (
|
|
|
2496
2563
|
* @internal
|
|
2497
2564
|
*/
|
|
2498
2565
|
export declare const PutChannelMembershipPreferencesResponseFilterSensitiveLog: (obj: PutChannelMembershipPreferencesResponse) => any;
|
|
2566
|
+
/**
|
|
2567
|
+
* @internal
|
|
2568
|
+
*/
|
|
2569
|
+
export declare const PutMessagingStreamingConfigurationsRequestFilterSensitiveLog: (obj: PutMessagingStreamingConfigurationsRequest) => any;
|
|
2570
|
+
/**
|
|
2571
|
+
* @internal
|
|
2572
|
+
*/
|
|
2573
|
+
export declare const PutMessagingStreamingConfigurationsResponseFilterSensitiveLog: (obj: PutMessagingStreamingConfigurationsResponse) => any;
|
|
2499
2574
|
/**
|
|
2500
2575
|
* @internal
|
|
2501
2576
|
*/
|
|
@@ -14,6 +14,7 @@ import { DeleteChannelFlowCommandInput, DeleteChannelFlowCommandOutput } from ".
|
|
|
14
14
|
import { DeleteChannelMembershipCommandInput, DeleteChannelMembershipCommandOutput } from "../commands/DeleteChannelMembershipCommand";
|
|
15
15
|
import { DeleteChannelMessageCommandInput, DeleteChannelMessageCommandOutput } from "../commands/DeleteChannelMessageCommand";
|
|
16
16
|
import { DeleteChannelModeratorCommandInput, DeleteChannelModeratorCommandOutput } from "../commands/DeleteChannelModeratorCommand";
|
|
17
|
+
import { DeleteMessagingStreamingConfigurationsCommandInput, DeleteMessagingStreamingConfigurationsCommandOutput } from "../commands/DeleteMessagingStreamingConfigurationsCommand";
|
|
17
18
|
import { DescribeChannelBanCommandInput, DescribeChannelBanCommandOutput } from "../commands/DescribeChannelBanCommand";
|
|
18
19
|
import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "../commands/DescribeChannelCommand";
|
|
19
20
|
import { DescribeChannelFlowCommandInput, DescribeChannelFlowCommandOutput } from "../commands/DescribeChannelFlowCommand";
|
|
@@ -26,6 +27,7 @@ import { GetChannelMembershipPreferencesCommandInput, GetChannelMembershipPrefer
|
|
|
26
27
|
import { GetChannelMessageCommandInput, GetChannelMessageCommandOutput } from "../commands/GetChannelMessageCommand";
|
|
27
28
|
import { GetChannelMessageStatusCommandInput, GetChannelMessageStatusCommandOutput } from "../commands/GetChannelMessageStatusCommand";
|
|
28
29
|
import { GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput } from "../commands/GetMessagingSessionEndpointCommand";
|
|
30
|
+
import { GetMessagingStreamingConfigurationsCommandInput, GetMessagingStreamingConfigurationsCommandOutput } from "../commands/GetMessagingStreamingConfigurationsCommand";
|
|
29
31
|
import { ListChannelBansCommandInput, ListChannelBansCommandOutput } from "../commands/ListChannelBansCommand";
|
|
30
32
|
import { ListChannelFlowsCommandInput, ListChannelFlowsCommandOutput } from "../commands/ListChannelFlowsCommand";
|
|
31
33
|
import { ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput } from "../commands/ListChannelMembershipsCommand";
|
|
@@ -38,6 +40,7 @@ import { ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModerat
|
|
|
38
40
|
import { ListSubChannelsCommandInput, ListSubChannelsCommandOutput } from "../commands/ListSubChannelsCommand";
|
|
39
41
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
40
42
|
import { PutChannelMembershipPreferencesCommandInput, PutChannelMembershipPreferencesCommandOutput } from "../commands/PutChannelMembershipPreferencesCommand";
|
|
43
|
+
import { PutMessagingStreamingConfigurationsCommandInput, PutMessagingStreamingConfigurationsCommandOutput } from "../commands/PutMessagingStreamingConfigurationsCommand";
|
|
41
44
|
import { RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput } from "../commands/RedactChannelMessageCommand";
|
|
42
45
|
import { SearchChannelsCommandInput, SearchChannelsCommandOutput } from "../commands/SearchChannelsCommand";
|
|
43
46
|
import { SendChannelMessageCommandInput, SendChannelMessageCommandOutput } from "../commands/SendChannelMessageCommand";
|
|
@@ -61,6 +64,7 @@ export declare const serializeAws_restJson1DeleteChannelFlowCommand: (input: Del
|
|
|
61
64
|
export declare const serializeAws_restJson1DeleteChannelMembershipCommand: (input: DeleteChannelMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
65
|
export declare const serializeAws_restJson1DeleteChannelMessageCommand: (input: DeleteChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
66
|
export declare const serializeAws_restJson1DeleteChannelModeratorCommand: (input: DeleteChannelModeratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
+
export declare const serializeAws_restJson1DeleteMessagingStreamingConfigurationsCommand: (input: DeleteMessagingStreamingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
68
|
export declare const serializeAws_restJson1DescribeChannelCommand: (input: DescribeChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
69
|
export declare const serializeAws_restJson1DescribeChannelBanCommand: (input: DescribeChannelBanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
70
|
export declare const serializeAws_restJson1DescribeChannelFlowCommand: (input: DescribeChannelFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -73,6 +77,7 @@ export declare const serializeAws_restJson1GetChannelMembershipPreferencesComman
|
|
|
73
77
|
export declare const serializeAws_restJson1GetChannelMessageCommand: (input: GetChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
78
|
export declare const serializeAws_restJson1GetChannelMessageStatusCommand: (input: GetChannelMessageStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
79
|
export declare const serializeAws_restJson1GetMessagingSessionEndpointCommand: (input: GetMessagingSessionEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
+
export declare const serializeAws_restJson1GetMessagingStreamingConfigurationsCommand: (input: GetMessagingStreamingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
81
|
export declare const serializeAws_restJson1ListChannelBansCommand: (input: ListChannelBansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
82
|
export declare const serializeAws_restJson1ListChannelFlowsCommand: (input: ListChannelFlowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
83
|
export declare const serializeAws_restJson1ListChannelMembershipsCommand: (input: ListChannelMembershipsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -85,6 +90,7 @@ export declare const serializeAws_restJson1ListChannelsModeratedByAppInstanceUse
|
|
|
85
90
|
export declare const serializeAws_restJson1ListSubChannelsCommand: (input: ListSubChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
91
|
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
92
|
export declare const serializeAws_restJson1PutChannelMembershipPreferencesCommand: (input: PutChannelMembershipPreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
+
export declare const serializeAws_restJson1PutMessagingStreamingConfigurationsCommand: (input: PutMessagingStreamingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
94
|
export declare const serializeAws_restJson1RedactChannelMessageCommand: (input: RedactChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
95
|
export declare const serializeAws_restJson1SearchChannelsCommand: (input: SearchChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
96
|
export declare const serializeAws_restJson1SendChannelMessageCommand: (input: SendChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -108,6 +114,7 @@ export declare const deserializeAws_restJson1DeleteChannelFlowCommand: (output:
|
|
|
108
114
|
export declare const deserializeAws_restJson1DeleteChannelMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelMembershipCommandOutput>;
|
|
109
115
|
export declare const deserializeAws_restJson1DeleteChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelMessageCommandOutput>;
|
|
110
116
|
export declare const deserializeAws_restJson1DeleteChannelModeratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelModeratorCommandOutput>;
|
|
117
|
+
export declare const deserializeAws_restJson1DeleteMessagingStreamingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMessagingStreamingConfigurationsCommandOutput>;
|
|
111
118
|
export declare const deserializeAws_restJson1DescribeChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelCommandOutput>;
|
|
112
119
|
export declare const deserializeAws_restJson1DescribeChannelBanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelBanCommandOutput>;
|
|
113
120
|
export declare const deserializeAws_restJson1DescribeChannelFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelFlowCommandOutput>;
|
|
@@ -120,6 +127,7 @@ export declare const deserializeAws_restJson1GetChannelMembershipPreferencesComm
|
|
|
120
127
|
export declare const deserializeAws_restJson1GetChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelMessageCommandOutput>;
|
|
121
128
|
export declare const deserializeAws_restJson1GetChannelMessageStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelMessageStatusCommandOutput>;
|
|
122
129
|
export declare const deserializeAws_restJson1GetMessagingSessionEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMessagingSessionEndpointCommandOutput>;
|
|
130
|
+
export declare const deserializeAws_restJson1GetMessagingStreamingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMessagingStreamingConfigurationsCommandOutput>;
|
|
123
131
|
export declare const deserializeAws_restJson1ListChannelBansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelBansCommandOutput>;
|
|
124
132
|
export declare const deserializeAws_restJson1ListChannelFlowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelFlowsCommandOutput>;
|
|
125
133
|
export declare const deserializeAws_restJson1ListChannelMembershipsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelMembershipsCommandOutput>;
|
|
@@ -132,6 +140,7 @@ export declare const deserializeAws_restJson1ListChannelsModeratedByAppInstanceU
|
|
|
132
140
|
export declare const deserializeAws_restJson1ListSubChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubChannelsCommandOutput>;
|
|
133
141
|
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
134
142
|
export declare const deserializeAws_restJson1PutChannelMembershipPreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutChannelMembershipPreferencesCommandOutput>;
|
|
143
|
+
export declare const deserializeAws_restJson1PutMessagingStreamingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMessagingStreamingConfigurationsCommandOutput>;
|
|
135
144
|
export declare const deserializeAws_restJson1RedactChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RedactChannelMessageCommandOutput>;
|
|
136
145
|
export declare const deserializeAws_restJson1SearchChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchChannelsCommandOutput>;
|
|
137
146
|
export declare const deserializeAws_restJson1SendChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendChannelMessageCommandOutput>;
|
|
@@ -56,6 +56,10 @@ import {
|
|
|
56
56
|
DeleteChannelModeratorCommandInput,
|
|
57
57
|
DeleteChannelModeratorCommandOutput,
|
|
58
58
|
} from "./commands/DeleteChannelModeratorCommand";
|
|
59
|
+
import {
|
|
60
|
+
DeleteMessagingStreamingConfigurationsCommandInput,
|
|
61
|
+
DeleteMessagingStreamingConfigurationsCommandOutput,
|
|
62
|
+
} from "./commands/DeleteMessagingStreamingConfigurationsCommand";
|
|
59
63
|
import {
|
|
60
64
|
DescribeChannelBanCommandInput,
|
|
61
65
|
DescribeChannelBanCommandOutput,
|
|
@@ -104,6 +108,10 @@ import {
|
|
|
104
108
|
GetMessagingSessionEndpointCommandInput,
|
|
105
109
|
GetMessagingSessionEndpointCommandOutput,
|
|
106
110
|
} from "./commands/GetMessagingSessionEndpointCommand";
|
|
111
|
+
import {
|
|
112
|
+
GetMessagingStreamingConfigurationsCommandInput,
|
|
113
|
+
GetMessagingStreamingConfigurationsCommandOutput,
|
|
114
|
+
} from "./commands/GetMessagingStreamingConfigurationsCommand";
|
|
107
115
|
import {
|
|
108
116
|
ListChannelBansCommandInput,
|
|
109
117
|
ListChannelBansCommandOutput,
|
|
@@ -152,6 +160,10 @@ import {
|
|
|
152
160
|
PutChannelMembershipPreferencesCommandInput,
|
|
153
161
|
PutChannelMembershipPreferencesCommandOutput,
|
|
154
162
|
} from "./commands/PutChannelMembershipPreferencesCommand";
|
|
163
|
+
import {
|
|
164
|
+
PutMessagingStreamingConfigurationsCommandInput,
|
|
165
|
+
PutMessagingStreamingConfigurationsCommandOutput,
|
|
166
|
+
} from "./commands/PutMessagingStreamingConfigurationsCommand";
|
|
155
167
|
import {
|
|
156
168
|
RedactChannelMessageCommandInput,
|
|
157
169
|
RedactChannelMessageCommandOutput,
|
|
@@ -371,6 +383,25 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
371
383
|
options: __HttpHandlerOptions,
|
|
372
384
|
cb: (err: any, data?: DeleteChannelModeratorCommandOutput) => void
|
|
373
385
|
): void;
|
|
386
|
+
deleteMessagingStreamingConfigurations(
|
|
387
|
+
args: DeleteMessagingStreamingConfigurationsCommandInput,
|
|
388
|
+
options?: __HttpHandlerOptions
|
|
389
|
+
): Promise<DeleteMessagingStreamingConfigurationsCommandOutput>;
|
|
390
|
+
deleteMessagingStreamingConfigurations(
|
|
391
|
+
args: DeleteMessagingStreamingConfigurationsCommandInput,
|
|
392
|
+
cb: (
|
|
393
|
+
err: any,
|
|
394
|
+
data?: DeleteMessagingStreamingConfigurationsCommandOutput
|
|
395
|
+
) => void
|
|
396
|
+
): void;
|
|
397
|
+
deleteMessagingStreamingConfigurations(
|
|
398
|
+
args: DeleteMessagingStreamingConfigurationsCommandInput,
|
|
399
|
+
options: __HttpHandlerOptions,
|
|
400
|
+
cb: (
|
|
401
|
+
err: any,
|
|
402
|
+
data?: DeleteMessagingStreamingConfigurationsCommandOutput
|
|
403
|
+
) => void
|
|
404
|
+
): void;
|
|
374
405
|
describeChannel(
|
|
375
406
|
args: DescribeChannelCommandInput,
|
|
376
407
|
options?: __HttpHandlerOptions
|
|
@@ -539,6 +570,25 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
539
570
|
options: __HttpHandlerOptions,
|
|
540
571
|
cb: (err: any, data?: GetMessagingSessionEndpointCommandOutput) => void
|
|
541
572
|
): void;
|
|
573
|
+
getMessagingStreamingConfigurations(
|
|
574
|
+
args: GetMessagingStreamingConfigurationsCommandInput,
|
|
575
|
+
options?: __HttpHandlerOptions
|
|
576
|
+
): Promise<GetMessagingStreamingConfigurationsCommandOutput>;
|
|
577
|
+
getMessagingStreamingConfigurations(
|
|
578
|
+
args: GetMessagingStreamingConfigurationsCommandInput,
|
|
579
|
+
cb: (
|
|
580
|
+
err: any,
|
|
581
|
+
data?: GetMessagingStreamingConfigurationsCommandOutput
|
|
582
|
+
) => void
|
|
583
|
+
): void;
|
|
584
|
+
getMessagingStreamingConfigurations(
|
|
585
|
+
args: GetMessagingStreamingConfigurationsCommandInput,
|
|
586
|
+
options: __HttpHandlerOptions,
|
|
587
|
+
cb: (
|
|
588
|
+
err: any,
|
|
589
|
+
data?: GetMessagingStreamingConfigurationsCommandOutput
|
|
590
|
+
) => void
|
|
591
|
+
): void;
|
|
542
592
|
listChannelBans(
|
|
543
593
|
args: ListChannelBansCommandInput,
|
|
544
594
|
options?: __HttpHandlerOptions
|
|
@@ -713,6 +763,25 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
713
763
|
options: __HttpHandlerOptions,
|
|
714
764
|
cb: (err: any, data?: PutChannelMembershipPreferencesCommandOutput) => void
|
|
715
765
|
): void;
|
|
766
|
+
putMessagingStreamingConfigurations(
|
|
767
|
+
args: PutMessagingStreamingConfigurationsCommandInput,
|
|
768
|
+
options?: __HttpHandlerOptions
|
|
769
|
+
): Promise<PutMessagingStreamingConfigurationsCommandOutput>;
|
|
770
|
+
putMessagingStreamingConfigurations(
|
|
771
|
+
args: PutMessagingStreamingConfigurationsCommandInput,
|
|
772
|
+
cb: (
|
|
773
|
+
err: any,
|
|
774
|
+
data?: PutMessagingStreamingConfigurationsCommandOutput
|
|
775
|
+
) => void
|
|
776
|
+
): void;
|
|
777
|
+
putMessagingStreamingConfigurations(
|
|
778
|
+
args: PutMessagingStreamingConfigurationsCommandInput,
|
|
779
|
+
options: __HttpHandlerOptions,
|
|
780
|
+
cb: (
|
|
781
|
+
err: any,
|
|
782
|
+
data?: PutMessagingStreamingConfigurationsCommandOutput
|
|
783
|
+
) => void
|
|
784
|
+
): void;
|
|
716
785
|
redactChannelMessage(
|
|
717
786
|
args: RedactChannelMessageCommandInput,
|
|
718
787
|
options?: __HttpHandlerOptions
|