@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
|
@@ -35,6 +35,32 @@ export interface AssociateChannelFlowCommandOutput extends __MetadataBearer {
|
|
|
35
35
|
* @see {@link AssociateChannelFlowCommandOutput} 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 ConflictException} (client fault)
|
|
42
|
+
* <p>The request could not be processed because of conflict in the current state of the
|
|
43
|
+
* resource.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
46
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link NotFoundException} (client fault)
|
|
49
|
+
* <p>One or more of the resources in the request does not exist in the system.</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
|
+
*
|
|
38
64
|
*/
|
|
39
65
|
export declare class AssociateChannelFlowCommand extends $Command<AssociateChannelFlowCommandInput, AssociateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
40
66
|
readonly input: AssociateChannelFlowCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface BatchCreateChannelMembershipCommandOutput extends BatchCreateCh
|
|
|
29
29
|
* @see {@link BatchCreateChannelMembershipCommandOutput} 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 NotFoundException} (client fault)
|
|
39
|
+
* <p>One or more of the resources in the request does not exist in the system.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
42
|
+
* <p>The request exceeds the resource limit.</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
|
+
*
|
|
32
57
|
*/
|
|
33
58
|
export declare class BatchCreateChannelMembershipCommand extends $Command<BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
34
59
|
readonly input: BatchCreateChannelMembershipCommandInput;
|
|
@@ -41,6 +41,29 @@ export interface ChannelFlowCallbackCommandOutput extends ChannelFlowCallbackRes
|
|
|
41
41
|
* @see {@link ChannelFlowCallbackCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link BadRequestException} (client fault)
|
|
45
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ConflictException} (client fault)
|
|
48
|
+
* <p>The request could not be processed because of conflict in the current state of the
|
|
49
|
+
* resource.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
52
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
55
|
+
* <p>The service encountered an unexpected error.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
58
|
+
* <p>The service is currently unavailable.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
61
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
64
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
65
|
+
*
|
|
66
|
+
*
|
|
44
67
|
*/
|
|
45
68
|
export declare class ChannelFlowCallbackCommand extends $Command<ChannelFlowCallbackCommandInput, ChannelFlowCallbackCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
46
69
|
readonly input: ChannelFlowCallbackCommandInput;
|
|
@@ -40,6 +40,32 @@ export interface CreateChannelBanCommandOutput extends CreateChannelBanResponse,
|
|
|
40
40
|
* @see {@link CreateChannelBanCommandOutput} for command's `response` shape.
|
|
41
41
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
42
42
|
*
|
|
43
|
+
* @throws {@link BadRequestException} (client fault)
|
|
44
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ConflictException} (client fault)
|
|
47
|
+
* <p>The request could not be processed because of conflict in the current state of the
|
|
48
|
+
* resource.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
51
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
54
|
+
* <p>The request exceeds the resource limit.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
57
|
+
* <p>The service encountered an unexpected error.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
60
|
+
* <p>The service is currently unavailable.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
63
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
66
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
67
|
+
*
|
|
68
|
+
*
|
|
43
69
|
*/
|
|
44
70
|
export declare class CreateChannelBanCommand extends $Command<CreateChannelBanCommandInput, CreateChannelBanCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
45
71
|
readonly input: CreateChannelBanCommandInput;
|
|
@@ -39,6 +39,32 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
|
|
|
39
39
|
* @see {@link CreateChannelCommandOutput} 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 ConflictException} (client fault)
|
|
46
|
+
* <p>The request could not be processed because of conflict in the current state of the
|
|
47
|
+
* resource.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
50
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
53
|
+
* <p>The request exceeds the resource limit.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
56
|
+
* <p>The service encountered an unexpected error.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
59
|
+
* <p>The service is currently unavailable.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
62
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
65
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
66
|
+
*
|
|
67
|
+
*
|
|
42
68
|
*/
|
|
43
69
|
export declare class CreateChannelCommand extends $Command<CreateChannelCommandInput, CreateChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
44
70
|
readonly input: CreateChannelCommandInput;
|
|
@@ -50,6 +50,32 @@ export interface CreateChannelFlowCommandOutput extends CreateChannelFlowRespons
|
|
|
50
50
|
* @see {@link CreateChannelFlowCommandOutput} 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 ConflictException} (client fault)
|
|
57
|
+
* <p>The request could not be processed because of conflict in the current state of the
|
|
58
|
+
* resource.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
61
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
64
|
+
* <p>The request exceeds the resource limit.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
67
|
+
* <p>The service encountered an unexpected error.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
70
|
+
* <p>The service is currently unavailable.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
73
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
76
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
77
|
+
*
|
|
78
|
+
*
|
|
53
79
|
*/
|
|
54
80
|
export declare class CreateChannelFlowCommand extends $Command<CreateChannelFlowCommandInput, CreateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
55
81
|
readonly input: CreateChannelFlowCommandInput;
|
|
@@ -66,6 +66,35 @@ export interface CreateChannelMembershipCommandOutput extends CreateChannelMembe
|
|
|
66
66
|
* @see {@link CreateChannelMembershipCommandOutput} for command's `response` shape.
|
|
67
67
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
68
68
|
*
|
|
69
|
+
* @throws {@link BadRequestException} (client fault)
|
|
70
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ConflictException} (client fault)
|
|
73
|
+
* <p>The request could not be processed because of conflict in the current state of the
|
|
74
|
+
* resource.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
77
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link NotFoundException} (client fault)
|
|
80
|
+
* <p>One or more of the resources in the request does not exist in the system.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
83
|
+
* <p>The request exceeds the resource limit.</p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
86
|
+
* <p>The service encountered an unexpected error.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
89
|
+
* <p>The service is currently unavailable.</p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
92
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
93
|
+
*
|
|
94
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
95
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
96
|
+
*
|
|
97
|
+
*
|
|
69
98
|
*/
|
|
70
99
|
export declare class CreateChannelMembershipCommand extends $Command<CreateChannelMembershipCommandInput, CreateChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
71
100
|
readonly input: CreateChannelMembershipCommandInput;
|
|
@@ -53,6 +53,32 @@ export interface CreateChannelModeratorCommandOutput extends CreateChannelModera
|
|
|
53
53
|
* @see {@link CreateChannelModeratorCommandOutput} for command's `response` shape.
|
|
54
54
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
55
55
|
*
|
|
56
|
+
* @throws {@link BadRequestException} (client fault)
|
|
57
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ConflictException} (client fault)
|
|
60
|
+
* <p>The request could not be processed because of conflict in the current state of the
|
|
61
|
+
* resource.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
64
|
+
* <p>The client is permanently forbidden from making the request.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
67
|
+
* <p>The request exceeds the resource limit.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
70
|
+
* <p>The service encountered an unexpected error.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
73
|
+
* <p>The service is currently unavailable.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link ThrottledClientException} (client fault)
|
|
76
|
+
* <p>The client exceeded its request rate limit.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link UnauthorizedClientException} (client fault)
|
|
79
|
+
* <p>The client is not currently authorized to make the request.</p>
|
|
80
|
+
*
|
|
81
|
+
*
|
|
56
82
|
*/
|
|
57
83
|
export declare class CreateChannelModeratorCommand extends $Command<CreateChannelModeratorCommandInput, CreateChannelModeratorCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
58
84
|
readonly input: CreateChannelModeratorCommandInput;
|
|
@@ -35,6 +35,25 @@ export interface DeleteChannelBanCommandOutput extends __MetadataBearer {
|
|
|
35
35
|
* @see {@link DeleteChannelBanCommandOutput} 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 DeleteChannelBanCommand extends $Command<DeleteChannelBanCommandInput, DeleteChannelBanCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
40
59
|
readonly input: DeleteChannelBanCommandInput;
|
|
@@ -36,6 +36,25 @@ export interface DeleteChannelCommandOutput extends __MetadataBearer {
|
|
|
36
36
|
* @see {@link DeleteChannelCommandOutput} 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 DeleteChannelCommand extends $Command<DeleteChannelCommandInput, DeleteChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
41
60
|
readonly input: DeleteChannelCommandInput;
|
|
@@ -33,6 +33,29 @@ export interface DeleteChannelFlowCommandOutput extends __MetadataBearer {
|
|
|
33
33
|
* @see {@link DeleteChannelFlowCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link BadRequestException} (client fault)
|
|
37
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ConflictException} (client fault)
|
|
40
|
+
* <p>The request could not be processed because of conflict in the current state of the
|
|
41
|
+
* resource.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
44
|
+
* <p>The client is permanently forbidden from making the request.</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
|
+
*
|
|
36
59
|
*/
|
|
37
60
|
export declare class DeleteChannelFlowCommand extends $Command<DeleteChannelFlowCommandInput, DeleteChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
38
61
|
readonly input: DeleteChannelFlowCommandInput;
|
|
@@ -35,6 +35,29 @@ export interface DeleteChannelMembershipCommandOutput extends __MetadataBearer {
|
|
|
35
35
|
* @see {@link DeleteChannelMembershipCommandOutput} 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 ConflictException} (client fault)
|
|
42
|
+
* <p>The request could not be processed because of conflict in the current state of the
|
|
43
|
+
* resource.</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
|
+
*
|
|
38
61
|
*/
|
|
39
62
|
export declare class DeleteChannelMembershipCommand extends $Command<DeleteChannelMembershipCommandInput, DeleteChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
40
63
|
readonly input: DeleteChannelMembershipCommandInput;
|
|
@@ -37,6 +37,25 @@ export interface DeleteChannelMessageCommandOutput extends __MetadataBearer {
|
|
|
37
37
|
* @see {@link DeleteChannelMessageCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link BadRequestException} (client fault)
|
|
41
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
44
|
+
* <p>The client is permanently forbidden from making the request.</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
|
+
*
|
|
40
59
|
*/
|
|
41
60
|
export declare class DeleteChannelMessageCommand extends $Command<DeleteChannelMessageCommandInput, DeleteChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
42
61
|
readonly input: DeleteChannelMessageCommandInput;
|
|
@@ -35,6 +35,25 @@ export interface DeleteChannelModeratorCommandOutput extends __MetadataBearer {
|
|
|
35
35
|
* @see {@link DeleteChannelModeratorCommandOutput} 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 DeleteChannelModeratorCommand extends $Command<DeleteChannelModeratorCommandInput, DeleteChannelModeratorCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
40
59
|
readonly input: DeleteChannelModeratorCommandInput;
|
|
@@ -36,6 +36,28 @@ export interface DescribeChannelBanCommandOutput extends DescribeChannelBanRespo
|
|
|
36
36
|
* @see {@link DescribeChannelBanCommandOutput} 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 NotFoundException} (client fault)
|
|
46
|
+
* <p>One or more of the resources in the request does not exist in the system.</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
|
+
*
|
|
39
61
|
*/
|
|
40
62
|
export declare class DescribeChannelBanCommand extends $Command<DescribeChannelBanCommandInput, DescribeChannelBanCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
41
63
|
readonly input: DescribeChannelBanCommandInput;
|
|
@@ -37,6 +37,25 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
|
|
|
37
37
|
* @see {@link DescribeChannelCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link BadRequestException} (client fault)
|
|
41
|
+
* <p>The input parameters don't match the service's restrictions.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
44
|
+
* <p>The client is permanently forbidden from making the request.</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
|
+
*
|
|
40
59
|
*/
|
|
41
60
|
export declare class DescribeChannelCommand extends $Command<DescribeChannelCommandInput, DescribeChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
42
61
|
readonly input: DescribeChannelCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DescribeChannelFlowCommandOutput extends DescribeChannelFlowRes
|
|
|
29
29
|
* @see {@link DescribeChannelFlowCommandOutput} 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 DescribeChannelFlowCommand extends $Command<DescribeChannelFlowCommandInput, DescribeChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
34
53
|
readonly input: DescribeChannelFlowCommandInput;
|
|
@@ -34,6 +34,28 @@ export interface DescribeChannelMembershipCommandOutput extends DescribeChannelM
|
|
|
34
34
|
* @see {@link DescribeChannelMembershipCommandOutput} 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 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
|
+
*
|
|
37
59
|
*/
|
|
38
60
|
export declare class DescribeChannelMembershipCommand extends $Command<DescribeChannelMembershipCommandInput, DescribeChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
39
61
|
readonly input: DescribeChannelMembershipCommandInput;
|
|
@@ -36,6 +36,25 @@ export interface DescribeChannelMembershipForAppInstanceUserCommandOutput extend
|
|
|
36
36
|
* @see {@link DescribeChannelMembershipForAppInstanceUserCommandOutput} 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 DescribeChannelMembershipForAppInstanceUserCommand extends $Command<DescribeChannelMembershipForAppInstanceUserCommandInput, DescribeChannelMembershipForAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
41
60
|
readonly input: DescribeChannelMembershipForAppInstanceUserCommandInput;
|
|
@@ -36,6 +36,25 @@ export interface DescribeChannelModeratedByAppInstanceUserCommandOutput extends
|
|
|
36
36
|
* @see {@link DescribeChannelModeratedByAppInstanceUserCommandOutput} 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 DescribeChannelModeratedByAppInstanceUserCommand extends $Command<DescribeChannelModeratedByAppInstanceUserCommandInput, DescribeChannelModeratedByAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
41
60
|
readonly input: DescribeChannelModeratedByAppInstanceUserCommandInput;
|
|
@@ -34,6 +34,28 @@ export interface DescribeChannelModeratorCommandOutput extends DescribeChannelMo
|
|
|
34
34
|
* @see {@link DescribeChannelModeratorCommandOutput} 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 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
|
+
*
|
|
37
59
|
*/
|
|
38
60
|
export declare class DescribeChannelModeratorCommand extends $Command<DescribeChannelModeratorCommandInput, DescribeChannelModeratorCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
|
|
39
61
|
readonly input: DescribeChannelModeratorCommandInput;
|