@aws-sdk/client-chime-sdk-messaging 3.288.0 → 3.290.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-types/commands/AssociateChannelFlowCommand.d.ts +26 -0
- package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +25 -0
- package/dist-types/commands/ChannelFlowCallbackCommand.d.ts +23 -0
- package/dist-types/commands/CreateChannelBanCommand.d.ts +26 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +26 -0
- package/dist-types/commands/CreateChannelFlowCommand.d.ts +26 -0
- package/dist-types/commands/CreateChannelMembershipCommand.d.ts +29 -0
- package/dist-types/commands/CreateChannelModeratorCommand.d.ts +26 -0
- package/dist-types/commands/DeleteChannelBanCommand.d.ts +19 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +19 -0
- package/dist-types/commands/DeleteChannelFlowCommand.d.ts +23 -0
- package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +23 -0
- package/dist-types/commands/DeleteChannelMessageCommand.d.ts +19 -0
- package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +19 -0
- package/dist-types/commands/DescribeChannelBanCommand.d.ts +22 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +19 -0
- package/dist-types/commands/DescribeChannelFlowCommand.d.ts +19 -0
- package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +22 -0
- package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +19 -0
- package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +19 -0
- package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +22 -0
- package/dist-types/commands/DisassociateChannelFlowCommand.d.ts +26 -0
- package/dist-types/commands/GetChannelMembershipPreferencesCommand.d.ts +19 -0
- package/dist-types/commands/GetChannelMessageCommand.d.ts +22 -0
- package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +19 -0
- package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +16 -0
- package/dist-types/commands/ListChannelBansCommand.d.ts +19 -0
- package/dist-types/commands/ListChannelFlowsCommand.d.ts +19 -0
- package/dist-types/commands/ListChannelMembershipsCommand.d.ts +19 -0
- package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +19 -0
- package/dist-types/commands/ListChannelMessagesCommand.d.ts +19 -0
- package/dist-types/commands/ListChannelModeratorsCommand.d.ts +19 -0
- package/dist-types/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +19 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +19 -0
- package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +19 -0
- package/dist-types/commands/ListSubChannelsCommand.d.ts +19 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +19 -0
- package/dist-types/commands/PutChannelMembershipPreferencesCommand.d.ts +23 -0
- package/dist-types/commands/RedactChannelMessageCommand.d.ts +23 -0
- package/dist-types/commands/SearchChannelsCommand.d.ts +19 -0
- package/dist-types/commands/SendChannelMessageCommand.d.ts +23 -0
- package/dist-types/commands/TagResourceCommand.d.ts +22 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +19 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +23 -0
- package/dist-types/commands/UpdateChannelFlowCommand.d.ts +23 -0
- package/dist-types/commands/UpdateChannelMessageCommand.d.ts +23 -0
- package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +23 -0
- package/package.json +29 -29
|
@@ -34,6 +34,32 @@ export interface DisassociateChannelFlowCommandOutput extends __MetadataBearer {
|
|
|
34
34
|
* @see {@link DisassociateChannelFlowCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link BadRequestException} (client fault)
|
|
38
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ConflictException} (client fault)
|
|
41
|
+
* <p>The request could not be processed because of conflict in the current state of the
|
|
42
|
+
* resource.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
45
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link NotFoundException} (client fault)
|
|
48
|
+
* <p>One or more of the resources in the request does not exist in the system.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
51
|
+
* <p>The service encountered an unexpected error.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
54
|
+
* <p>The service is currently unavailable.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
57
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
60
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
37
63
|
*/
|
|
38
64
|
export declare class DisassociateChannelFlowCommand extends $Command<DisassociateChannelFlowCommandInput, DisassociateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
39
65
|
readonly input: DisassociateChannelFlowCommandInput;
|
|
@@ -31,6 +31,25 @@ export interface GetChannelMembershipPreferencesCommandOutput extends GetChannel
|
|
|
31
31
|
* @see {@link GetChannelMembershipPreferencesCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link BadRequestException} (client fault)
|
|
35
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
38
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
41
|
+
* <p>The service encountered an unexpected error.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
44
|
+
* <p>The service is currently unavailable.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
47
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
50
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
34
53
|
*/
|
|
35
54
|
export declare class GetChannelMembershipPreferencesCommand extends $Command<GetChannelMembershipPreferencesCommandInput, GetChannelMembershipPreferencesCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
36
55
|
readonly input: GetChannelMembershipPreferencesCommandInput;
|
|
@@ -35,6 +35,28 @@ export interface GetChannelMessageCommandOutput extends GetChannelMessageRespons
|
|
|
35
35
|
* @see {@link GetChannelMessageCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link BadRequestException} (client fault)
|
|
39
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
42
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* <p>One or more of the resources in the request does not exist in the system.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
48
|
+
* <p>The service encountered an unexpected error.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
51
|
+
* <p>The service is currently unavailable.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
54
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
57
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
38
60
|
*/
|
|
39
61
|
export declare class GetChannelMessageCommand extends $Command<GetChannelMessageCommandInput, GetChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
40
62
|
readonly input: GetChannelMessageCommandInput;
|
|
@@ -65,6 +65,25 @@ export interface GetChannelMessageStatusCommandOutput extends GetChannelMessageS
|
|
|
65
65
|
* @see {@link GetChannelMessageStatusCommandOutput} for command's `response` shape.
|
|
66
66
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
67
67
|
*
|
|
68
|
+
* @throws {@link BadRequestException} (client fault)
|
|
69
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
72
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
75
|
+
* <p>The service encountered an unexpected error.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
78
|
+
* <p>The service is currently unavailable.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
81
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
84
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
85
|
+
*
|
|
86
|
+
*
|
|
68
87
|
*/
|
|
69
88
|
export declare class GetChannelMessageStatusCommand extends $Command<GetChannelMessageStatusCommandInput, GetChannelMessageStatusCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
70
89
|
readonly input: GetChannelMessageStatusCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GetMessagingSessionEndpointCommandOutput extends GetMessagingSe
|
|
|
29
29
|
* @see {@link GetMessagingSessionEndpointCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
33
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
36
|
+
* <p>The service encountered an unexpected error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
39
|
+
* <p>The service is currently unavailable.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
42
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
45
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class GetMessagingSessionEndpointCommand extends $Command<GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
34
50
|
readonly input: GetMessagingSessionEndpointCommandInput;
|
|
@@ -35,6 +35,25 @@ export interface ListChannelBansCommandOutput extends ListChannelBansResponse, _
|
|
|
35
35
|
* @see {@link ListChannelBansCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link BadRequestException} (client fault)
|
|
39
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
42
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
45
|
+
* <p>The service encountered an unexpected error.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
48
|
+
* <p>The service is currently unavailable.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
51
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
54
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
38
57
|
*/
|
|
39
58
|
export declare class ListChannelBansCommand extends $Command<ListChannelBansCommandInput, ListChannelBansCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
40
59
|
readonly input: ListChannelBansCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListChannelFlowsCommandOutput extends ListChannelFlowsResponse,
|
|
|
29
29
|
* @see {@link ListChannelFlowsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
39
|
+
* <p>The service encountered an unexpected error.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
42
|
+
* <p>The service is currently unavailable.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
45
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
48
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ListChannelFlowsCommand extends $Command<ListChannelFlowsCommandInput, ListChannelFlowsCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
34
53
|
readonly input: ListChannelFlowsCommandInput;
|
|
@@ -38,6 +38,25 @@ export interface ListChannelMembershipsCommandOutput extends ListChannelMembersh
|
|
|
38
38
|
* @see {@link ListChannelMembershipsCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link BadRequestException} (client fault)
|
|
42
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
45
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
48
|
+
* <p>The service encountered an unexpected error.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
51
|
+
* <p>The service is currently unavailable.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
54
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
57
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
41
60
|
*/
|
|
42
61
|
export declare class ListChannelMembershipsCommand extends $Command<ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
43
62
|
readonly input: ListChannelMembershipsCommandInput;
|
|
@@ -36,6 +36,25 @@ export interface ListChannelMembershipsForAppInstanceUserCommandOutput extends L
|
|
|
36
36
|
* @see {@link ListChannelMembershipsForAppInstanceUserCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link BadRequestException} (client fault)
|
|
40
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
43
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
46
|
+
* <p>The service encountered an unexpected error.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
49
|
+
* <p>The service is currently unavailable.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
52
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
55
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
39
58
|
*/
|
|
40
59
|
export declare class ListChannelMembershipsForAppInstanceUserCommand extends $Command<ListChannelMembershipsForAppInstanceUserCommandInput, ListChannelMembershipsForAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
41
60
|
readonly input: ListChannelMembershipsForAppInstanceUserCommandInput;
|
|
@@ -39,6 +39,25 @@ export interface ListChannelMessagesCommandOutput extends ListChannelMessagesRes
|
|
|
39
39
|
* @see {@link ListChannelMessagesCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link BadRequestException} (client fault)
|
|
43
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
46
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
49
|
+
* <p>The service encountered an unexpected error.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
52
|
+
* <p>The service is currently unavailable.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
55
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
58
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
42
61
|
*/
|
|
43
62
|
export declare class ListChannelMessagesCommand extends $Command<ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
44
63
|
readonly input: ListChannelMessagesCommandInput;
|
|
@@ -34,6 +34,25 @@ export interface ListChannelModeratorsCommandOutput extends ListChannelModerator
|
|
|
34
34
|
* @see {@link ListChannelModeratorsCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link BadRequestException} (client fault)
|
|
38
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
41
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
44
|
+
* <p>The service encountered an unexpected error.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
47
|
+
* <p>The service is currently unavailable.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
50
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
53
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
37
56
|
*/
|
|
38
57
|
export declare class ListChannelModeratorsCommand extends $Command<ListChannelModeratorsCommandInput, ListChannelModeratorsCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
39
58
|
readonly input: ListChannelModeratorsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListChannelsAssociatedWithChannelFlowCommandOutput extends List
|
|
|
29
29
|
* @see {@link ListChannelsAssociatedWithChannelFlowCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
39
|
+
* <p>The service encountered an unexpected error.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
42
|
+
* <p>The service is currently unavailable.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
45
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
48
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ListChannelsAssociatedWithChannelFlowCommand extends $Command<ListChannelsAssociatedWithChannelFlowCommandInput, ListChannelsAssociatedWithChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
34
53
|
readonly input: ListChannelsAssociatedWithChannelFlowCommandInput;
|
|
@@ -50,6 +50,25 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
|
|
|
50
50
|
* @see {@link ListChannelsCommandOutput} for command's `response` shape.
|
|
51
51
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
52
52
|
*
|
|
53
|
+
* @throws {@link BadRequestException} (client fault)
|
|
54
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
57
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
60
|
+
* <p>The service encountered an unexpected error.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
63
|
+
* <p>The service is currently unavailable.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
66
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
69
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
70
|
+
*
|
|
71
|
+
*
|
|
53
72
|
*/
|
|
54
73
|
export declare class ListChannelsCommand extends $Command<ListChannelsCommandInput, ListChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
55
74
|
readonly input: ListChannelsCommandInput;
|
|
@@ -35,6 +35,25 @@ export interface ListChannelsModeratedByAppInstanceUserCommandOutput extends Lis
|
|
|
35
35
|
* @see {@link ListChannelsModeratedByAppInstanceUserCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link BadRequestException} (client fault)
|
|
39
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
42
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
45
|
+
* <p>The service encountered an unexpected error.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
48
|
+
* <p>The service is currently unavailable.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
51
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
54
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
38
57
|
*/
|
|
39
58
|
export declare class ListChannelsModeratedByAppInstanceUserCommand extends $Command<ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModeratedByAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
40
59
|
readonly input: ListChannelsModeratedByAppInstanceUserCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListSubChannelsCommandOutput extends ListSubChannelsResponse, _
|
|
|
29
29
|
* @see {@link ListSubChannelsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
39
|
+
* <p>The service encountered an unexpected error.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
42
|
+
* <p>The service is currently unavailable.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
45
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
48
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ListSubChannelsCommand extends $Command<ListSubChannelsCommandInput, ListSubChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
34
53
|
readonly input: ListSubChannelsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
39
|
+
* <p>The service encountered an unexpected error.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
42
|
+
* <p>The service is currently unavailable.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
45
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
48
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
34
53
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -31,6 +31,29 @@ export interface PutChannelMembershipPreferencesCommandOutput extends PutChannel
|
|
|
31
31
|
* @see {@link PutChannelMembershipPreferencesCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link BadRequestException} (client fault)
|
|
35
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ConflictException} (client fault)
|
|
38
|
+
* <p>The request could not be processed because of conflict in the current state of the
|
|
39
|
+
* resource.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
42
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
45
|
+
* <p>The service encountered an unexpected error.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
48
|
+
* <p>The service is currently unavailable.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
51
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
54
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
34
57
|
*/
|
|
35
58
|
export declare class PutChannelMembershipPreferencesCommand extends $Command<PutChannelMembershipPreferencesCommandInput, PutChannelMembershipPreferencesCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
36
59
|
readonly input: PutChannelMembershipPreferencesCommandInput;
|
|
@@ -36,6 +36,29 @@ export interface RedactChannelMessageCommandOutput extends RedactChannelMessageR
|
|
|
36
36
|
* @see {@link RedactChannelMessageCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link BadRequestException} (client fault)
|
|
40
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ConflictException} (client fault)
|
|
43
|
+
* <p>The request could not be processed because of conflict in the current state of the
|
|
44
|
+
* resource.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
47
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
50
|
+
* <p>The service encountered an unexpected error.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
53
|
+
* <p>The service is currently unavailable.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
56
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
59
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
39
62
|
*/
|
|
40
63
|
export declare class RedactChannelMessageCommand extends $Command<RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
41
64
|
readonly input: RedactChannelMessageCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface SearchChannelsCommandOutput extends SearchChannelsResponse, __M
|
|
|
29
29
|
* @see {@link SearchChannelsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
39
|
+
* <p>The service encountered an unexpected error.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
42
|
+
* <p>The service is currently unavailable.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
45
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
48
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class SearchChannelsCommand extends $Command<SearchChannelsCommandInput, SearchChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
34
53
|
readonly input: SearchChannelsCommandInput;
|
|
@@ -38,6 +38,29 @@ export interface SendChannelMessageCommandOutput extends SendChannelMessageRespo
|
|
|
38
38
|
* @see {@link SendChannelMessageCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link BadRequestException} (client fault)
|
|
42
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ConflictException} (client fault)
|
|
45
|
+
* <p>The request could not be processed because of conflict in the current state of the
|
|
46
|
+
* resource.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
49
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
52
|
+
* <p>The service encountered an unexpected error.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
55
|
+
* <p>The service is currently unavailable.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
58
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
61
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
62
|
+
*
|
|
63
|
+
*
|
|
41
64
|
*/
|
|
42
65
|
export declare class SendChannelMessageCommand extends $Command<SendChannelMessageCommandInput, SendChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
43
66
|
readonly input: SendChannelMessageCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
39
|
+
* <p>The request exceeds the resource limit.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
42
|
+
* <p>The service encountered an unexpected error.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
45
|
+
* <p>The service is currently unavailable.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
48
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
51
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
34
56
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
39
|
+
* <p>The service encountered an unexpected error.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
42
|
+
* <p>The service is currently unavailable.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
45
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
48
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
34
53
|
readonly input: UntagResourceCommandInput;
|
|
@@ -36,6 +36,29 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
|
|
|
36
36
|
* @see {@link UpdateChannelCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link BadRequestException} (client fault)
|
|
40
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ConflictException} (client fault)
|
|
43
|
+
* <p>The request could not be processed because of conflict in the current state of the
|
|
44
|
+
* resource.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
47
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
50
|
+
* <p>The service encountered an unexpected error.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
53
|
+
* <p>The service is currently unavailable.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
56
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
59
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
39
62
|
*/
|
|
40
63
|
export declare class UpdateChannelCommand extends $Command<UpdateChannelCommandInput, UpdateChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
41
64
|
readonly input: UpdateChannelCommandInput;
|