@aws-sdk/client-ivschat 3.928.0 → 3.930.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +631 -895
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/IvschatClient.js +2 -0
- package/dist-es/commands/CreateChatTokenCommand.js +3 -10
- package/dist-es/commands/CreateLoggingConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateRoomCommand.js +3 -9
- package/dist-es/commands/DeleteLoggingConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteMessageCommand.js +3 -9
- package/dist-es/commands/DeleteRoomCommand.js +3 -9
- package/dist-es/commands/DisconnectUserCommand.js +3 -10
- package/dist-es/commands/GetLoggingConfigurationCommand.js +3 -9
- package/dist-es/commands/GetRoomCommand.js +3 -9
- package/dist-es/commands/ListLoggingConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListRoomsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/SendEventCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateLoggingConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateRoomCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -26
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +577 -0
- package/dist-types/IvschatClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +4 -13
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +79 -0
- package/dist-types/ts3.4/IvschatClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -10
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +86 -0
- package/package.json +33 -33
- package/dist-es/protocols/Aws_restJson1.js +0 -726
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -155
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -209
|
@@ -1,155 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CreateChatTokenCommandInput, CreateChatTokenCommandOutput } from "../commands/CreateChatTokenCommand";
|
|
4
|
-
import { CreateLoggingConfigurationCommandInput, CreateLoggingConfigurationCommandOutput } from "../commands/CreateLoggingConfigurationCommand";
|
|
5
|
-
import { CreateRoomCommandInput, CreateRoomCommandOutput } from "../commands/CreateRoomCommand";
|
|
6
|
-
import { DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput } from "../commands/DeleteLoggingConfigurationCommand";
|
|
7
|
-
import { DeleteMessageCommandInput, DeleteMessageCommandOutput } from "../commands/DeleteMessageCommand";
|
|
8
|
-
import { DeleteRoomCommandInput, DeleteRoomCommandOutput } from "../commands/DeleteRoomCommand";
|
|
9
|
-
import { DisconnectUserCommandInput, DisconnectUserCommandOutput } from "../commands/DisconnectUserCommand";
|
|
10
|
-
import { GetLoggingConfigurationCommandInput, GetLoggingConfigurationCommandOutput } from "../commands/GetLoggingConfigurationCommand";
|
|
11
|
-
import { GetRoomCommandInput, GetRoomCommandOutput } from "../commands/GetRoomCommand";
|
|
12
|
-
import { ListLoggingConfigurationsCommandInput, ListLoggingConfigurationsCommandOutput } from "../commands/ListLoggingConfigurationsCommand";
|
|
13
|
-
import { ListRoomsCommandInput, ListRoomsCommandOutput } from "../commands/ListRoomsCommand";
|
|
14
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
15
|
-
import { SendEventCommandInput, SendEventCommandOutput } from "../commands/SendEventCommand";
|
|
16
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
17
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
18
|
-
import { UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput } from "../commands/UpdateLoggingConfigurationCommand";
|
|
19
|
-
import { UpdateRoomCommandInput, UpdateRoomCommandOutput } from "../commands/UpdateRoomCommand";
|
|
20
|
-
/**
|
|
21
|
-
* serializeAws_restJson1CreateChatTokenCommand
|
|
22
|
-
*/
|
|
23
|
-
export declare const se_CreateChatTokenCommand: (input: CreateChatTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
24
|
-
/**
|
|
25
|
-
* serializeAws_restJson1CreateLoggingConfigurationCommand
|
|
26
|
-
*/
|
|
27
|
-
export declare const se_CreateLoggingConfigurationCommand: (input: CreateLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
28
|
-
/**
|
|
29
|
-
* serializeAws_restJson1CreateRoomCommand
|
|
30
|
-
*/
|
|
31
|
-
export declare const se_CreateRoomCommand: (input: CreateRoomCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
32
|
-
/**
|
|
33
|
-
* serializeAws_restJson1DeleteLoggingConfigurationCommand
|
|
34
|
-
*/
|
|
35
|
-
export declare const se_DeleteLoggingConfigurationCommand: (input: DeleteLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
|
-
/**
|
|
37
|
-
* serializeAws_restJson1DeleteMessageCommand
|
|
38
|
-
*/
|
|
39
|
-
export declare const se_DeleteMessageCommand: (input: DeleteMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
-
/**
|
|
41
|
-
* serializeAws_restJson1DeleteRoomCommand
|
|
42
|
-
*/
|
|
43
|
-
export declare const se_DeleteRoomCommand: (input: DeleteRoomCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
-
/**
|
|
45
|
-
* serializeAws_restJson1DisconnectUserCommand
|
|
46
|
-
*/
|
|
47
|
-
export declare const se_DisconnectUserCommand: (input: DisconnectUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
-
/**
|
|
49
|
-
* serializeAws_restJson1GetLoggingConfigurationCommand
|
|
50
|
-
*/
|
|
51
|
-
export declare const se_GetLoggingConfigurationCommand: (input: GetLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
-
/**
|
|
53
|
-
* serializeAws_restJson1GetRoomCommand
|
|
54
|
-
*/
|
|
55
|
-
export declare const se_GetRoomCommand: (input: GetRoomCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
-
/**
|
|
57
|
-
* serializeAws_restJson1ListLoggingConfigurationsCommand
|
|
58
|
-
*/
|
|
59
|
-
export declare const se_ListLoggingConfigurationsCommand: (input: ListLoggingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
-
/**
|
|
61
|
-
* serializeAws_restJson1ListRoomsCommand
|
|
62
|
-
*/
|
|
63
|
-
export declare const se_ListRoomsCommand: (input: ListRoomsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
-
/**
|
|
65
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
66
|
-
*/
|
|
67
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
-
/**
|
|
69
|
-
* serializeAws_restJson1SendEventCommand
|
|
70
|
-
*/
|
|
71
|
-
export declare const se_SendEventCommand: (input: SendEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
-
/**
|
|
73
|
-
* serializeAws_restJson1TagResourceCommand
|
|
74
|
-
*/
|
|
75
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
-
/**
|
|
77
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
78
|
-
*/
|
|
79
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
-
/**
|
|
81
|
-
* serializeAws_restJson1UpdateLoggingConfigurationCommand
|
|
82
|
-
*/
|
|
83
|
-
export declare const se_UpdateLoggingConfigurationCommand: (input: UpdateLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
-
/**
|
|
85
|
-
* serializeAws_restJson1UpdateRoomCommand
|
|
86
|
-
*/
|
|
87
|
-
export declare const se_UpdateRoomCommand: (input: UpdateRoomCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
|
-
/**
|
|
89
|
-
* deserializeAws_restJson1CreateChatTokenCommand
|
|
90
|
-
*/
|
|
91
|
-
export declare const de_CreateChatTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChatTokenCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* deserializeAws_restJson1CreateLoggingConfigurationCommand
|
|
94
|
-
*/
|
|
95
|
-
export declare const de_CreateLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLoggingConfigurationCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* deserializeAws_restJson1CreateRoomCommand
|
|
98
|
-
*/
|
|
99
|
-
export declare const de_CreateRoomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRoomCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* deserializeAws_restJson1DeleteLoggingConfigurationCommand
|
|
102
|
-
*/
|
|
103
|
-
export declare const de_DeleteLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLoggingConfigurationCommandOutput>;
|
|
104
|
-
/**
|
|
105
|
-
* deserializeAws_restJson1DeleteMessageCommand
|
|
106
|
-
*/
|
|
107
|
-
export declare const de_DeleteMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMessageCommandOutput>;
|
|
108
|
-
/**
|
|
109
|
-
* deserializeAws_restJson1DeleteRoomCommand
|
|
110
|
-
*/
|
|
111
|
-
export declare const de_DeleteRoomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRoomCommandOutput>;
|
|
112
|
-
/**
|
|
113
|
-
* deserializeAws_restJson1DisconnectUserCommand
|
|
114
|
-
*/
|
|
115
|
-
export declare const de_DisconnectUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisconnectUserCommandOutput>;
|
|
116
|
-
/**
|
|
117
|
-
* deserializeAws_restJson1GetLoggingConfigurationCommand
|
|
118
|
-
*/
|
|
119
|
-
export declare const de_GetLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLoggingConfigurationCommandOutput>;
|
|
120
|
-
/**
|
|
121
|
-
* deserializeAws_restJson1GetRoomCommand
|
|
122
|
-
*/
|
|
123
|
-
export declare const de_GetRoomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRoomCommandOutput>;
|
|
124
|
-
/**
|
|
125
|
-
* deserializeAws_restJson1ListLoggingConfigurationsCommand
|
|
126
|
-
*/
|
|
127
|
-
export declare const de_ListLoggingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLoggingConfigurationsCommandOutput>;
|
|
128
|
-
/**
|
|
129
|
-
* deserializeAws_restJson1ListRoomsCommand
|
|
130
|
-
*/
|
|
131
|
-
export declare const de_ListRoomsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRoomsCommandOutput>;
|
|
132
|
-
/**
|
|
133
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
134
|
-
*/
|
|
135
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
136
|
-
/**
|
|
137
|
-
* deserializeAws_restJson1SendEventCommand
|
|
138
|
-
*/
|
|
139
|
-
export declare const de_SendEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendEventCommandOutput>;
|
|
140
|
-
/**
|
|
141
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
142
|
-
*/
|
|
143
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
144
|
-
/**
|
|
145
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
146
|
-
*/
|
|
147
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
148
|
-
/**
|
|
149
|
-
* deserializeAws_restJson1UpdateLoggingConfigurationCommand
|
|
150
|
-
*/
|
|
151
|
-
export declare const de_UpdateLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLoggingConfigurationCommandOutput>;
|
|
152
|
-
/**
|
|
153
|
-
* deserializeAws_restJson1UpdateRoomCommand
|
|
154
|
-
*/
|
|
155
|
-
export declare const de_UpdateRoomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoomCommandOutput>;
|
|
@@ -1,209 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
CreateChatTokenCommandInput,
|
|
8
|
-
CreateChatTokenCommandOutput,
|
|
9
|
-
} from "../commands/CreateChatTokenCommand";
|
|
10
|
-
import {
|
|
11
|
-
CreateLoggingConfigurationCommandInput,
|
|
12
|
-
CreateLoggingConfigurationCommandOutput,
|
|
13
|
-
} from "../commands/CreateLoggingConfigurationCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateRoomCommandInput,
|
|
16
|
-
CreateRoomCommandOutput,
|
|
17
|
-
} from "../commands/CreateRoomCommand";
|
|
18
|
-
import {
|
|
19
|
-
DeleteLoggingConfigurationCommandInput,
|
|
20
|
-
DeleteLoggingConfigurationCommandOutput,
|
|
21
|
-
} from "../commands/DeleteLoggingConfigurationCommand";
|
|
22
|
-
import {
|
|
23
|
-
DeleteMessageCommandInput,
|
|
24
|
-
DeleteMessageCommandOutput,
|
|
25
|
-
} from "../commands/DeleteMessageCommand";
|
|
26
|
-
import {
|
|
27
|
-
DeleteRoomCommandInput,
|
|
28
|
-
DeleteRoomCommandOutput,
|
|
29
|
-
} from "../commands/DeleteRoomCommand";
|
|
30
|
-
import {
|
|
31
|
-
DisconnectUserCommandInput,
|
|
32
|
-
DisconnectUserCommandOutput,
|
|
33
|
-
} from "../commands/DisconnectUserCommand";
|
|
34
|
-
import {
|
|
35
|
-
GetLoggingConfigurationCommandInput,
|
|
36
|
-
GetLoggingConfigurationCommandOutput,
|
|
37
|
-
} from "../commands/GetLoggingConfigurationCommand";
|
|
38
|
-
import {
|
|
39
|
-
GetRoomCommandInput,
|
|
40
|
-
GetRoomCommandOutput,
|
|
41
|
-
} from "../commands/GetRoomCommand";
|
|
42
|
-
import {
|
|
43
|
-
ListLoggingConfigurationsCommandInput,
|
|
44
|
-
ListLoggingConfigurationsCommandOutput,
|
|
45
|
-
} from "../commands/ListLoggingConfigurationsCommand";
|
|
46
|
-
import {
|
|
47
|
-
ListRoomsCommandInput,
|
|
48
|
-
ListRoomsCommandOutput,
|
|
49
|
-
} from "../commands/ListRoomsCommand";
|
|
50
|
-
import {
|
|
51
|
-
ListTagsForResourceCommandInput,
|
|
52
|
-
ListTagsForResourceCommandOutput,
|
|
53
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
54
|
-
import {
|
|
55
|
-
SendEventCommandInput,
|
|
56
|
-
SendEventCommandOutput,
|
|
57
|
-
} from "../commands/SendEventCommand";
|
|
58
|
-
import {
|
|
59
|
-
TagResourceCommandInput,
|
|
60
|
-
TagResourceCommandOutput,
|
|
61
|
-
} from "../commands/TagResourceCommand";
|
|
62
|
-
import {
|
|
63
|
-
UntagResourceCommandInput,
|
|
64
|
-
UntagResourceCommandOutput,
|
|
65
|
-
} from "../commands/UntagResourceCommand";
|
|
66
|
-
import {
|
|
67
|
-
UpdateLoggingConfigurationCommandInput,
|
|
68
|
-
UpdateLoggingConfigurationCommandOutput,
|
|
69
|
-
} from "../commands/UpdateLoggingConfigurationCommand";
|
|
70
|
-
import {
|
|
71
|
-
UpdateRoomCommandInput,
|
|
72
|
-
UpdateRoomCommandOutput,
|
|
73
|
-
} from "../commands/UpdateRoomCommand";
|
|
74
|
-
export declare const se_CreateChatTokenCommand: (
|
|
75
|
-
input: CreateChatTokenCommandInput,
|
|
76
|
-
context: __SerdeContext
|
|
77
|
-
) => Promise<__HttpRequest>;
|
|
78
|
-
export declare const se_CreateLoggingConfigurationCommand: (
|
|
79
|
-
input: CreateLoggingConfigurationCommandInput,
|
|
80
|
-
context: __SerdeContext
|
|
81
|
-
) => Promise<__HttpRequest>;
|
|
82
|
-
export declare const se_CreateRoomCommand: (
|
|
83
|
-
input: CreateRoomCommandInput,
|
|
84
|
-
context: __SerdeContext
|
|
85
|
-
) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const se_DeleteLoggingConfigurationCommand: (
|
|
87
|
-
input: DeleteLoggingConfigurationCommandInput,
|
|
88
|
-
context: __SerdeContext
|
|
89
|
-
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const se_DeleteMessageCommand: (
|
|
91
|
-
input: DeleteMessageCommandInput,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const se_DeleteRoomCommand: (
|
|
95
|
-
input: DeleteRoomCommandInput,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const se_DisconnectUserCommand: (
|
|
99
|
-
input: DisconnectUserCommandInput,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const se_GetLoggingConfigurationCommand: (
|
|
103
|
-
input: GetLoggingConfigurationCommandInput,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const se_GetRoomCommand: (
|
|
107
|
-
input: GetRoomCommandInput,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const se_ListLoggingConfigurationsCommand: (
|
|
111
|
-
input: ListLoggingConfigurationsCommandInput,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const se_ListRoomsCommand: (
|
|
115
|
-
input: ListRoomsCommandInput,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
119
|
-
input: ListTagsForResourceCommandInput,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const se_SendEventCommand: (
|
|
123
|
-
input: SendEventCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const se_TagResourceCommand: (
|
|
127
|
-
input: TagResourceCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_UntagResourceCommand: (
|
|
131
|
-
input: UntagResourceCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_UpdateLoggingConfigurationCommand: (
|
|
135
|
-
input: UpdateLoggingConfigurationCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_UpdateRoomCommand: (
|
|
139
|
-
input: UpdateRoomCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const de_CreateChatTokenCommand: (
|
|
143
|
-
output: __HttpResponse,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<CreateChatTokenCommandOutput>;
|
|
146
|
-
export declare const de_CreateLoggingConfigurationCommand: (
|
|
147
|
-
output: __HttpResponse,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<CreateLoggingConfigurationCommandOutput>;
|
|
150
|
-
export declare const de_CreateRoomCommand: (
|
|
151
|
-
output: __HttpResponse,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<CreateRoomCommandOutput>;
|
|
154
|
-
export declare const de_DeleteLoggingConfigurationCommand: (
|
|
155
|
-
output: __HttpResponse,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<DeleteLoggingConfigurationCommandOutput>;
|
|
158
|
-
export declare const de_DeleteMessageCommand: (
|
|
159
|
-
output: __HttpResponse,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<DeleteMessageCommandOutput>;
|
|
162
|
-
export declare const de_DeleteRoomCommand: (
|
|
163
|
-
output: __HttpResponse,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<DeleteRoomCommandOutput>;
|
|
166
|
-
export declare const de_DisconnectUserCommand: (
|
|
167
|
-
output: __HttpResponse,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<DisconnectUserCommandOutput>;
|
|
170
|
-
export declare const de_GetLoggingConfigurationCommand: (
|
|
171
|
-
output: __HttpResponse,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<GetLoggingConfigurationCommandOutput>;
|
|
174
|
-
export declare const de_GetRoomCommand: (
|
|
175
|
-
output: __HttpResponse,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<GetRoomCommandOutput>;
|
|
178
|
-
export declare const de_ListLoggingConfigurationsCommand: (
|
|
179
|
-
output: __HttpResponse,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<ListLoggingConfigurationsCommandOutput>;
|
|
182
|
-
export declare const de_ListRoomsCommand: (
|
|
183
|
-
output: __HttpResponse,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<ListRoomsCommandOutput>;
|
|
186
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
187
|
-
output: __HttpResponse,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
190
|
-
export declare const de_SendEventCommand: (
|
|
191
|
-
output: __HttpResponse,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<SendEventCommandOutput>;
|
|
194
|
-
export declare const de_TagResourceCommand: (
|
|
195
|
-
output: __HttpResponse,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<TagResourceCommandOutput>;
|
|
198
|
-
export declare const de_UntagResourceCommand: (
|
|
199
|
-
output: __HttpResponse,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
202
|
-
export declare const de_UpdateLoggingConfigurationCommand: (
|
|
203
|
-
output: __HttpResponse,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<UpdateLoggingConfigurationCommandOutput>;
|
|
206
|
-
export declare const de_UpdateRoomCommand: (
|
|
207
|
-
output: __HttpResponse,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<UpdateRoomCommandOutput>;
|