@aws-sdk/client-ivschat 3.211.0 → 3.213.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +37 -5
- package/dist-cjs/Ivschat.js +75 -0
- package/dist-cjs/commands/CreateLoggingConfigurationCommand.js +46 -0
- package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js +46 -0
- package/dist-cjs/commands/GetLoggingConfigurationCommand.js +46 -0
- package/dist-cjs/commands/ListLoggingConfigurationsCommand.js +46 -0
- package/dist-cjs/commands/UpdateLoggingConfigurationCommand.js +46 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +121 -6
- package/dist-cjs/pagination/ListLoggingConfigurationsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +522 -16
- package/dist-es/Ivschat.js +75 -0
- package/dist-es/commands/CreateLoggingConfigurationCommand.js +42 -0
- package/dist-es/commands/DeleteLoggingConfigurationCommand.js +42 -0
- package/dist-es/commands/GetLoggingConfigurationCommand.js +42 -0
- package/dist-es/commands/ListLoggingConfigurationsCommand.js +42 -0
- package/dist-es/commands/UpdateLoggingConfigurationCommand.js +42 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +105 -5
- package/dist-es/pagination/ListLoggingConfigurationsPaginator.js +32 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +513 -17
- package/dist-types/Ivschat.d.ts +84 -8
- package/dist-types/IvschatClient.d.ts +44 -7
- package/dist-types/commands/CreateChatTokenCommand.d.ts +10 -3
- package/dist-types/commands/CreateLoggingConfigurationCommand.d.ts +38 -0
- package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +37 -0
- package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +37 -0
- package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +38 -0
- package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +473 -37
- package/dist-types/pagination/ListLoggingConfigurationsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
- package/dist-types/ts3.4/Ivschat.d.ts +85 -0
- package/dist-types/ts3.4/IvschatClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateLoggingConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +184 -9
- package/dist-types/ts3.4/pagination/ListLoggingConfigurationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +28 -28
|
@@ -1,38 +1,53 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
3
|
import { CreateChatTokenCommandInput, CreateChatTokenCommandOutput } from "../commands/CreateChatTokenCommand";
|
|
4
|
+
import { CreateLoggingConfigurationCommandInput, CreateLoggingConfigurationCommandOutput } from "../commands/CreateLoggingConfigurationCommand";
|
|
4
5
|
import { CreateRoomCommandInput, CreateRoomCommandOutput } from "../commands/CreateRoomCommand";
|
|
6
|
+
import { DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput } from "../commands/DeleteLoggingConfigurationCommand";
|
|
5
7
|
import { DeleteMessageCommandInput, DeleteMessageCommandOutput } from "../commands/DeleteMessageCommand";
|
|
6
8
|
import { DeleteRoomCommandInput, DeleteRoomCommandOutput } from "../commands/DeleteRoomCommand";
|
|
7
9
|
import { DisconnectUserCommandInput, DisconnectUserCommandOutput } from "../commands/DisconnectUserCommand";
|
|
10
|
+
import { GetLoggingConfigurationCommandInput, GetLoggingConfigurationCommandOutput } from "../commands/GetLoggingConfigurationCommand";
|
|
8
11
|
import { GetRoomCommandInput, GetRoomCommandOutput } from "../commands/GetRoomCommand";
|
|
12
|
+
import { ListLoggingConfigurationsCommandInput, ListLoggingConfigurationsCommandOutput } from "../commands/ListLoggingConfigurationsCommand";
|
|
9
13
|
import { ListRoomsCommandInput, ListRoomsCommandOutput } from "../commands/ListRoomsCommand";
|
|
10
14
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
11
15
|
import { SendEventCommandInput, SendEventCommandOutput } from "../commands/SendEventCommand";
|
|
12
16
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
13
17
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
18
|
+
import { UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput } from "../commands/UpdateLoggingConfigurationCommand";
|
|
14
19
|
import { UpdateRoomCommandInput, UpdateRoomCommandOutput } from "../commands/UpdateRoomCommand";
|
|
15
20
|
export declare const serializeAws_restJson1CreateChatTokenCommand: (input: CreateChatTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
21
|
+
export declare const serializeAws_restJson1CreateLoggingConfigurationCommand: (input: CreateLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
16
22
|
export declare const serializeAws_restJson1CreateRoomCommand: (input: CreateRoomCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
23
|
+
export declare const serializeAws_restJson1DeleteLoggingConfigurationCommand: (input: DeleteLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
17
24
|
export declare const serializeAws_restJson1DeleteMessageCommand: (input: DeleteMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
18
25
|
export declare const serializeAws_restJson1DeleteRoomCommand: (input: DeleteRoomCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
19
26
|
export declare const serializeAws_restJson1DisconnectUserCommand: (input: DisconnectUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
27
|
+
export declare const serializeAws_restJson1GetLoggingConfigurationCommand: (input: GetLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
20
28
|
export declare const serializeAws_restJson1GetRoomCommand: (input: GetRoomCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
29
|
+
export declare const serializeAws_restJson1ListLoggingConfigurationsCommand: (input: ListLoggingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
21
30
|
export declare const serializeAws_restJson1ListRoomsCommand: (input: ListRoomsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
22
31
|
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
23
32
|
export declare const serializeAws_restJson1SendEventCommand: (input: SendEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
24
33
|
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
25
34
|
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
|
+
export declare const serializeAws_restJson1UpdateLoggingConfigurationCommand: (input: UpdateLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
26
36
|
export declare const serializeAws_restJson1UpdateRoomCommand: (input: UpdateRoomCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
27
37
|
export declare const deserializeAws_restJson1CreateChatTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChatTokenCommandOutput>;
|
|
38
|
+
export declare const deserializeAws_restJson1CreateLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLoggingConfigurationCommandOutput>;
|
|
28
39
|
export declare const deserializeAws_restJson1CreateRoomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRoomCommandOutput>;
|
|
40
|
+
export declare const deserializeAws_restJson1DeleteLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLoggingConfigurationCommandOutput>;
|
|
29
41
|
export declare const deserializeAws_restJson1DeleteMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMessageCommandOutput>;
|
|
30
42
|
export declare const deserializeAws_restJson1DeleteRoomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRoomCommandOutput>;
|
|
31
43
|
export declare const deserializeAws_restJson1DisconnectUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisconnectUserCommandOutput>;
|
|
44
|
+
export declare const deserializeAws_restJson1GetLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLoggingConfigurationCommandOutput>;
|
|
32
45
|
export declare const deserializeAws_restJson1GetRoomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRoomCommandOutput>;
|
|
46
|
+
export declare const deserializeAws_restJson1ListLoggingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLoggingConfigurationsCommandOutput>;
|
|
33
47
|
export declare const deserializeAws_restJson1ListRoomsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRoomsCommandOutput>;
|
|
34
48
|
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
35
49
|
export declare const deserializeAws_restJson1SendEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendEventCommandOutput>;
|
|
36
50
|
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
37
51
|
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
52
|
+
export declare const deserializeAws_restJson1UpdateLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLoggingConfigurationCommandOutput>;
|
|
38
53
|
export declare const deserializeAws_restJson1UpdateRoomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoomCommandOutput>;
|
|
@@ -3,10 +3,18 @@ import {
|
|
|
3
3
|
CreateChatTokenCommandInput,
|
|
4
4
|
CreateChatTokenCommandOutput,
|
|
5
5
|
} from "./commands/CreateChatTokenCommand";
|
|
6
|
+
import {
|
|
7
|
+
CreateLoggingConfigurationCommandInput,
|
|
8
|
+
CreateLoggingConfigurationCommandOutput,
|
|
9
|
+
} from "./commands/CreateLoggingConfigurationCommand";
|
|
6
10
|
import {
|
|
7
11
|
CreateRoomCommandInput,
|
|
8
12
|
CreateRoomCommandOutput,
|
|
9
13
|
} from "./commands/CreateRoomCommand";
|
|
14
|
+
import {
|
|
15
|
+
DeleteLoggingConfigurationCommandInput,
|
|
16
|
+
DeleteLoggingConfigurationCommandOutput,
|
|
17
|
+
} from "./commands/DeleteLoggingConfigurationCommand";
|
|
10
18
|
import {
|
|
11
19
|
DeleteMessageCommandInput,
|
|
12
20
|
DeleteMessageCommandOutput,
|
|
@@ -19,10 +27,18 @@ import {
|
|
|
19
27
|
DisconnectUserCommandInput,
|
|
20
28
|
DisconnectUserCommandOutput,
|
|
21
29
|
} from "./commands/DisconnectUserCommand";
|
|
30
|
+
import {
|
|
31
|
+
GetLoggingConfigurationCommandInput,
|
|
32
|
+
GetLoggingConfigurationCommandOutput,
|
|
33
|
+
} from "./commands/GetLoggingConfigurationCommand";
|
|
22
34
|
import {
|
|
23
35
|
GetRoomCommandInput,
|
|
24
36
|
GetRoomCommandOutput,
|
|
25
37
|
} from "./commands/GetRoomCommand";
|
|
38
|
+
import {
|
|
39
|
+
ListLoggingConfigurationsCommandInput,
|
|
40
|
+
ListLoggingConfigurationsCommandOutput,
|
|
41
|
+
} from "./commands/ListLoggingConfigurationsCommand";
|
|
26
42
|
import {
|
|
27
43
|
ListRoomsCommandInput,
|
|
28
44
|
ListRoomsCommandOutput,
|
|
@@ -43,6 +59,10 @@ import {
|
|
|
43
59
|
UntagResourceCommandInput,
|
|
44
60
|
UntagResourceCommandOutput,
|
|
45
61
|
} from "./commands/UntagResourceCommand";
|
|
62
|
+
import {
|
|
63
|
+
UpdateLoggingConfigurationCommandInput,
|
|
64
|
+
UpdateLoggingConfigurationCommandOutput,
|
|
65
|
+
} from "./commands/UpdateLoggingConfigurationCommand";
|
|
46
66
|
import {
|
|
47
67
|
UpdateRoomCommandInput,
|
|
48
68
|
UpdateRoomCommandOutput,
|
|
@@ -62,6 +82,19 @@ export declare class Ivschat extends IvschatClient {
|
|
|
62
82
|
options: __HttpHandlerOptions,
|
|
63
83
|
cb: (err: any, data?: CreateChatTokenCommandOutput) => void
|
|
64
84
|
): void;
|
|
85
|
+
createLoggingConfiguration(
|
|
86
|
+
args: CreateLoggingConfigurationCommandInput,
|
|
87
|
+
options?: __HttpHandlerOptions
|
|
88
|
+
): Promise<CreateLoggingConfigurationCommandOutput>;
|
|
89
|
+
createLoggingConfiguration(
|
|
90
|
+
args: CreateLoggingConfigurationCommandInput,
|
|
91
|
+
cb: (err: any, data?: CreateLoggingConfigurationCommandOutput) => void
|
|
92
|
+
): void;
|
|
93
|
+
createLoggingConfiguration(
|
|
94
|
+
args: CreateLoggingConfigurationCommandInput,
|
|
95
|
+
options: __HttpHandlerOptions,
|
|
96
|
+
cb: (err: any, data?: CreateLoggingConfigurationCommandOutput) => void
|
|
97
|
+
): void;
|
|
65
98
|
createRoom(
|
|
66
99
|
args: CreateRoomCommandInput,
|
|
67
100
|
options?: __HttpHandlerOptions
|
|
@@ -75,6 +108,19 @@ export declare class Ivschat extends IvschatClient {
|
|
|
75
108
|
options: __HttpHandlerOptions,
|
|
76
109
|
cb: (err: any, data?: CreateRoomCommandOutput) => void
|
|
77
110
|
): void;
|
|
111
|
+
deleteLoggingConfiguration(
|
|
112
|
+
args: DeleteLoggingConfigurationCommandInput,
|
|
113
|
+
options?: __HttpHandlerOptions
|
|
114
|
+
): Promise<DeleteLoggingConfigurationCommandOutput>;
|
|
115
|
+
deleteLoggingConfiguration(
|
|
116
|
+
args: DeleteLoggingConfigurationCommandInput,
|
|
117
|
+
cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void
|
|
118
|
+
): void;
|
|
119
|
+
deleteLoggingConfiguration(
|
|
120
|
+
args: DeleteLoggingConfigurationCommandInput,
|
|
121
|
+
options: __HttpHandlerOptions,
|
|
122
|
+
cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void
|
|
123
|
+
): void;
|
|
78
124
|
deleteMessage(
|
|
79
125
|
args: DeleteMessageCommandInput,
|
|
80
126
|
options?: __HttpHandlerOptions
|
|
@@ -114,6 +160,19 @@ export declare class Ivschat extends IvschatClient {
|
|
|
114
160
|
options: __HttpHandlerOptions,
|
|
115
161
|
cb: (err: any, data?: DisconnectUserCommandOutput) => void
|
|
116
162
|
): void;
|
|
163
|
+
getLoggingConfiguration(
|
|
164
|
+
args: GetLoggingConfigurationCommandInput,
|
|
165
|
+
options?: __HttpHandlerOptions
|
|
166
|
+
): Promise<GetLoggingConfigurationCommandOutput>;
|
|
167
|
+
getLoggingConfiguration(
|
|
168
|
+
args: GetLoggingConfigurationCommandInput,
|
|
169
|
+
cb: (err: any, data?: GetLoggingConfigurationCommandOutput) => void
|
|
170
|
+
): void;
|
|
171
|
+
getLoggingConfiguration(
|
|
172
|
+
args: GetLoggingConfigurationCommandInput,
|
|
173
|
+
options: __HttpHandlerOptions,
|
|
174
|
+
cb: (err: any, data?: GetLoggingConfigurationCommandOutput) => void
|
|
175
|
+
): void;
|
|
117
176
|
getRoom(
|
|
118
177
|
args: GetRoomCommandInput,
|
|
119
178
|
options?: __HttpHandlerOptions
|
|
@@ -127,6 +186,19 @@ export declare class Ivschat extends IvschatClient {
|
|
|
127
186
|
options: __HttpHandlerOptions,
|
|
128
187
|
cb: (err: any, data?: GetRoomCommandOutput) => void
|
|
129
188
|
): void;
|
|
189
|
+
listLoggingConfigurations(
|
|
190
|
+
args: ListLoggingConfigurationsCommandInput,
|
|
191
|
+
options?: __HttpHandlerOptions
|
|
192
|
+
): Promise<ListLoggingConfigurationsCommandOutput>;
|
|
193
|
+
listLoggingConfigurations(
|
|
194
|
+
args: ListLoggingConfigurationsCommandInput,
|
|
195
|
+
cb: (err: any, data?: ListLoggingConfigurationsCommandOutput) => void
|
|
196
|
+
): void;
|
|
197
|
+
listLoggingConfigurations(
|
|
198
|
+
args: ListLoggingConfigurationsCommandInput,
|
|
199
|
+
options: __HttpHandlerOptions,
|
|
200
|
+
cb: (err: any, data?: ListLoggingConfigurationsCommandOutput) => void
|
|
201
|
+
): void;
|
|
130
202
|
listRooms(
|
|
131
203
|
args: ListRoomsCommandInput,
|
|
132
204
|
options?: __HttpHandlerOptions
|
|
@@ -192,6 +264,19 @@ export declare class Ivschat extends IvschatClient {
|
|
|
192
264
|
options: __HttpHandlerOptions,
|
|
193
265
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
194
266
|
): void;
|
|
267
|
+
updateLoggingConfiguration(
|
|
268
|
+
args: UpdateLoggingConfigurationCommandInput,
|
|
269
|
+
options?: __HttpHandlerOptions
|
|
270
|
+
): Promise<UpdateLoggingConfigurationCommandOutput>;
|
|
271
|
+
updateLoggingConfiguration(
|
|
272
|
+
args: UpdateLoggingConfigurationCommandInput,
|
|
273
|
+
cb: (err: any, data?: UpdateLoggingConfigurationCommandOutput) => void
|
|
274
|
+
): void;
|
|
275
|
+
updateLoggingConfiguration(
|
|
276
|
+
args: UpdateLoggingConfigurationCommandInput,
|
|
277
|
+
options: __HttpHandlerOptions,
|
|
278
|
+
cb: (err: any, data?: UpdateLoggingConfigurationCommandOutput) => void
|
|
279
|
+
): void;
|
|
195
280
|
updateRoom(
|
|
196
281
|
args: UpdateRoomCommandInput,
|
|
197
282
|
options?: __HttpHandlerOptions
|
|
@@ -47,10 +47,18 @@ import {
|
|
|
47
47
|
CreateChatTokenCommandInput,
|
|
48
48
|
CreateChatTokenCommandOutput,
|
|
49
49
|
} from "./commands/CreateChatTokenCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateLoggingConfigurationCommandInput,
|
|
52
|
+
CreateLoggingConfigurationCommandOutput,
|
|
53
|
+
} from "./commands/CreateLoggingConfigurationCommand";
|
|
50
54
|
import {
|
|
51
55
|
CreateRoomCommandInput,
|
|
52
56
|
CreateRoomCommandOutput,
|
|
53
57
|
} from "./commands/CreateRoomCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteLoggingConfigurationCommandInput,
|
|
60
|
+
DeleteLoggingConfigurationCommandOutput,
|
|
61
|
+
} from "./commands/DeleteLoggingConfigurationCommand";
|
|
54
62
|
import {
|
|
55
63
|
DeleteMessageCommandInput,
|
|
56
64
|
DeleteMessageCommandOutput,
|
|
@@ -63,10 +71,18 @@ import {
|
|
|
63
71
|
DisconnectUserCommandInput,
|
|
64
72
|
DisconnectUserCommandOutput,
|
|
65
73
|
} from "./commands/DisconnectUserCommand";
|
|
74
|
+
import {
|
|
75
|
+
GetLoggingConfigurationCommandInput,
|
|
76
|
+
GetLoggingConfigurationCommandOutput,
|
|
77
|
+
} from "./commands/GetLoggingConfigurationCommand";
|
|
66
78
|
import {
|
|
67
79
|
GetRoomCommandInput,
|
|
68
80
|
GetRoomCommandOutput,
|
|
69
81
|
} from "./commands/GetRoomCommand";
|
|
82
|
+
import {
|
|
83
|
+
ListLoggingConfigurationsCommandInput,
|
|
84
|
+
ListLoggingConfigurationsCommandOutput,
|
|
85
|
+
} from "./commands/ListLoggingConfigurationsCommand";
|
|
70
86
|
import {
|
|
71
87
|
ListRoomsCommandInput,
|
|
72
88
|
ListRoomsCommandOutput,
|
|
@@ -87,6 +103,10 @@ import {
|
|
|
87
103
|
UntagResourceCommandInput,
|
|
88
104
|
UntagResourceCommandOutput,
|
|
89
105
|
} from "./commands/UntagResourceCommand";
|
|
106
|
+
import {
|
|
107
|
+
UpdateLoggingConfigurationCommandInput,
|
|
108
|
+
UpdateLoggingConfigurationCommandOutput,
|
|
109
|
+
} from "./commands/UpdateLoggingConfigurationCommand";
|
|
90
110
|
import {
|
|
91
111
|
UpdateRoomCommandInput,
|
|
92
112
|
UpdateRoomCommandOutput,
|
|
@@ -98,29 +118,39 @@ import {
|
|
|
98
118
|
} from "./endpoint/EndpointParameters";
|
|
99
119
|
export declare type ServiceInputTypes =
|
|
100
120
|
| CreateChatTokenCommandInput
|
|
121
|
+
| CreateLoggingConfigurationCommandInput
|
|
101
122
|
| CreateRoomCommandInput
|
|
123
|
+
| DeleteLoggingConfigurationCommandInput
|
|
102
124
|
| DeleteMessageCommandInput
|
|
103
125
|
| DeleteRoomCommandInput
|
|
104
126
|
| DisconnectUserCommandInput
|
|
127
|
+
| GetLoggingConfigurationCommandInput
|
|
105
128
|
| GetRoomCommandInput
|
|
129
|
+
| ListLoggingConfigurationsCommandInput
|
|
106
130
|
| ListRoomsCommandInput
|
|
107
131
|
| ListTagsForResourceCommandInput
|
|
108
132
|
| SendEventCommandInput
|
|
109
133
|
| TagResourceCommandInput
|
|
110
134
|
| UntagResourceCommandInput
|
|
135
|
+
| UpdateLoggingConfigurationCommandInput
|
|
111
136
|
| UpdateRoomCommandInput;
|
|
112
137
|
export declare type ServiceOutputTypes =
|
|
113
138
|
| CreateChatTokenCommandOutput
|
|
139
|
+
| CreateLoggingConfigurationCommandOutput
|
|
114
140
|
| CreateRoomCommandOutput
|
|
141
|
+
| DeleteLoggingConfigurationCommandOutput
|
|
115
142
|
| DeleteMessageCommandOutput
|
|
116
143
|
| DeleteRoomCommandOutput
|
|
117
144
|
| DisconnectUserCommandOutput
|
|
145
|
+
| GetLoggingConfigurationCommandOutput
|
|
118
146
|
| GetRoomCommandOutput
|
|
147
|
+
| ListLoggingConfigurationsCommandOutput
|
|
119
148
|
| ListRoomsCommandOutput
|
|
120
149
|
| ListTagsForResourceCommandOutput
|
|
121
150
|
| SendEventCommandOutput
|
|
122
151
|
| TagResourceCommandOutput
|
|
123
152
|
| UntagResourceCommandOutput
|
|
153
|
+
| UpdateLoggingConfigurationCommandOutput
|
|
124
154
|
| UpdateRoomCommandOutput;
|
|
125
155
|
export interface ClientDefaults
|
|
126
156
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
IvschatClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../IvschatClient";
|
|
14
|
+
import {
|
|
15
|
+
CreateLoggingConfigurationRequest,
|
|
16
|
+
CreateLoggingConfigurationResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface CreateLoggingConfigurationCommandInput
|
|
19
|
+
extends CreateLoggingConfigurationRequest {}
|
|
20
|
+
export interface CreateLoggingConfigurationCommandOutput
|
|
21
|
+
extends CreateLoggingConfigurationResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class CreateLoggingConfigurationCommand extends $Command<
|
|
24
|
+
CreateLoggingConfigurationCommandInput,
|
|
25
|
+
CreateLoggingConfigurationCommandOutput,
|
|
26
|
+
IvschatClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateLoggingConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: CreateLoggingConfigurationCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IvschatClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateLoggingConfigurationCommandInput,
|
|
37
|
+
CreateLoggingConfigurationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
IvschatClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../IvschatClient";
|
|
14
|
+
import { DeleteLoggingConfigurationRequest } from "../models/models_0";
|
|
15
|
+
export interface DeleteLoggingConfigurationCommandInput
|
|
16
|
+
extends DeleteLoggingConfigurationRequest {}
|
|
17
|
+
export interface DeleteLoggingConfigurationCommandOutput
|
|
18
|
+
extends __MetadataBearer {}
|
|
19
|
+
export declare class DeleteLoggingConfigurationCommand extends $Command<
|
|
20
|
+
DeleteLoggingConfigurationCommandInput,
|
|
21
|
+
DeleteLoggingConfigurationCommandOutput,
|
|
22
|
+
IvschatClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteLoggingConfigurationCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
+
constructor(input: DeleteLoggingConfigurationCommandInput);
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: IvschatClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteLoggingConfigurationCommandInput,
|
|
33
|
+
DeleteLoggingConfigurationCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
IvschatClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../IvschatClient";
|
|
14
|
+
import {
|
|
15
|
+
GetLoggingConfigurationRequest,
|
|
16
|
+
GetLoggingConfigurationResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface GetLoggingConfigurationCommandInput
|
|
19
|
+
extends GetLoggingConfigurationRequest {}
|
|
20
|
+
export interface GetLoggingConfigurationCommandOutput
|
|
21
|
+
extends GetLoggingConfigurationResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class GetLoggingConfigurationCommand extends $Command<
|
|
24
|
+
GetLoggingConfigurationCommandInput,
|
|
25
|
+
GetLoggingConfigurationCommandOutput,
|
|
26
|
+
IvschatClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetLoggingConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: GetLoggingConfigurationCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IvschatClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetLoggingConfigurationCommandInput,
|
|
37
|
+
GetLoggingConfigurationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
IvschatClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../IvschatClient";
|
|
14
|
+
import {
|
|
15
|
+
ListLoggingConfigurationsRequest,
|
|
16
|
+
ListLoggingConfigurationsResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface ListLoggingConfigurationsCommandInput
|
|
19
|
+
extends ListLoggingConfigurationsRequest {}
|
|
20
|
+
export interface ListLoggingConfigurationsCommandOutput
|
|
21
|
+
extends ListLoggingConfigurationsResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ListLoggingConfigurationsCommand extends $Command<
|
|
24
|
+
ListLoggingConfigurationsCommandInput,
|
|
25
|
+
ListLoggingConfigurationsCommandOutput,
|
|
26
|
+
IvschatClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListLoggingConfigurationsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ListLoggingConfigurationsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IvschatClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListLoggingConfigurationsCommandInput,
|
|
37
|
+
ListLoggingConfigurationsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
IvschatClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../IvschatClient";
|
|
14
|
+
import {
|
|
15
|
+
UpdateLoggingConfigurationRequest,
|
|
16
|
+
UpdateLoggingConfigurationResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface UpdateLoggingConfigurationCommandInput
|
|
19
|
+
extends UpdateLoggingConfigurationRequest {}
|
|
20
|
+
export interface UpdateLoggingConfigurationCommandOutput
|
|
21
|
+
extends UpdateLoggingConfigurationResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class UpdateLoggingConfigurationCommand extends $Command<
|
|
24
|
+
UpdateLoggingConfigurationCommandInput,
|
|
25
|
+
UpdateLoggingConfigurationCommandOutput,
|
|
26
|
+
IvschatClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateLoggingConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: UpdateLoggingConfigurationCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IvschatClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateLoggingConfigurationCommandInput,
|
|
37
|
+
UpdateLoggingConfigurationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
export * from "./CreateChatTokenCommand";
|
|
2
|
+
export * from "./CreateLoggingConfigurationCommand";
|
|
2
3
|
export * from "./CreateRoomCommand";
|
|
4
|
+
export * from "./DeleteLoggingConfigurationCommand";
|
|
3
5
|
export * from "./DeleteMessageCommand";
|
|
4
6
|
export * from "./DeleteRoomCommand";
|
|
5
7
|
export * from "./DisconnectUserCommand";
|
|
8
|
+
export * from "./GetLoggingConfigurationCommand";
|
|
6
9
|
export * from "./GetRoomCommand";
|
|
10
|
+
export * from "./ListLoggingConfigurationsCommand";
|
|
7
11
|
export * from "./ListRoomsCommand";
|
|
8
12
|
export * from "./ListTagsForResourceCommand";
|
|
9
13
|
export * from "./SendEventCommand";
|
|
10
14
|
export * from "./TagResourceCommand";
|
|
11
15
|
export * from "./UntagResourceCommand";
|
|
16
|
+
export * from "./UpdateLoggingConfigurationCommand";
|
|
12
17
|
export * from "./UpdateRoomCommand";
|