@aws-sdk/client-connectparticipant 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/ConnectParticipant.d.ts +148 -45
- package/dist-types/ts3.4/ConnectParticipantClient.d.ts +178 -81
- package/dist-types/ts3.4/commands/CompleteAttachmentUploadCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateParticipantConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisconnectParticipantCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAttachmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetTranscriptCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SendEventCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartAttachmentUploadCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +8 -8
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ConnectParticipantServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +338 -310
- package/dist-types/ts3.4/pagination/GetTranscriptPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +101 -26
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,310 +1,338 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { ConnectParticipantServiceException as __BaseException } from "./ConnectParticipantServiceException";
|
|
3
|
-
|
|
4
|
-
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
export declare class ConflictException extends __BaseException {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
export declare class InternalServerException extends __BaseException {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
export interface
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
export interface
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
}
|
|
113
|
-
export declare enum ScanDirection {
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
}
|
|
117
|
-
export declare enum SortKey {
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
export interface StartPosition {
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
export declare const
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
export declare const
|
|
273
|
-
|
|
274
|
-
export declare const
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
export declare const
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
export declare const DisconnectParticipantResponseFilterSensitiveLog: (
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
export declare const
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
export declare const
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
export declare const
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
export declare const
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
export declare const
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
export declare const
|
|
307
|
-
|
|
308
|
-
export declare const
|
|
309
|
-
|
|
310
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { ConnectParticipantServiceException as __BaseException } from "./ConnectParticipantServiceException";
|
|
3
|
+
|
|
4
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
+
readonly name: "AccessDeniedException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
Message: string | undefined;
|
|
8
|
+
|
|
9
|
+
constructor(
|
|
10
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
export interface CompleteAttachmentUploadRequest {
|
|
14
|
+
AttachmentIds: string[] | undefined;
|
|
15
|
+
|
|
16
|
+
ClientToken?: string;
|
|
17
|
+
|
|
18
|
+
ConnectionToken: string | undefined;
|
|
19
|
+
}
|
|
20
|
+
export interface CompleteAttachmentUploadResponse {}
|
|
21
|
+
|
|
22
|
+
export declare class ConflictException extends __BaseException {
|
|
23
|
+
readonly name: "ConflictException";
|
|
24
|
+
readonly $fault: "client";
|
|
25
|
+
Message: string | undefined;
|
|
26
|
+
|
|
27
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export declare class InternalServerException extends __BaseException {
|
|
31
|
+
readonly name: "InternalServerException";
|
|
32
|
+
readonly $fault: "server";
|
|
33
|
+
Message: string | undefined;
|
|
34
|
+
|
|
35
|
+
constructor(
|
|
36
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
37
|
+
);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
41
|
+
readonly name: "ServiceQuotaExceededException";
|
|
42
|
+
readonly $fault: "client";
|
|
43
|
+
Message: string | undefined;
|
|
44
|
+
|
|
45
|
+
constructor(
|
|
46
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
47
|
+
);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export declare class ThrottlingException extends __BaseException {
|
|
51
|
+
readonly name: "ThrottlingException";
|
|
52
|
+
readonly $fault: "client";
|
|
53
|
+
Message: string | undefined;
|
|
54
|
+
|
|
55
|
+
constructor(
|
|
56
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
57
|
+
);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export declare class ValidationException extends __BaseException {
|
|
61
|
+
readonly name: "ValidationException";
|
|
62
|
+
readonly $fault: "client";
|
|
63
|
+
Message: string | undefined;
|
|
64
|
+
|
|
65
|
+
constructor(
|
|
66
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
67
|
+
);
|
|
68
|
+
}
|
|
69
|
+
export declare enum ConnectionType {
|
|
70
|
+
CONNECTION_CREDENTIALS = "CONNECTION_CREDENTIALS",
|
|
71
|
+
WEBSOCKET = "WEBSOCKET",
|
|
72
|
+
}
|
|
73
|
+
export interface CreateParticipantConnectionRequest {
|
|
74
|
+
Type: (ConnectionType | string)[] | undefined;
|
|
75
|
+
|
|
76
|
+
ParticipantToken: string | undefined;
|
|
77
|
+
|
|
78
|
+
ConnectParticipant?: boolean;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export interface ConnectionCredentials {
|
|
82
|
+
ConnectionToken?: string;
|
|
83
|
+
|
|
84
|
+
Expiry?: string;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export interface Websocket {
|
|
88
|
+
Url?: string;
|
|
89
|
+
|
|
90
|
+
ConnectionExpiry?: string;
|
|
91
|
+
}
|
|
92
|
+
export interface CreateParticipantConnectionResponse {
|
|
93
|
+
Websocket?: Websocket;
|
|
94
|
+
|
|
95
|
+
ConnectionCredentials?: ConnectionCredentials;
|
|
96
|
+
}
|
|
97
|
+
export interface DisconnectParticipantRequest {
|
|
98
|
+
ClientToken?: string;
|
|
99
|
+
|
|
100
|
+
ConnectionToken: string | undefined;
|
|
101
|
+
}
|
|
102
|
+
export interface DisconnectParticipantResponse {}
|
|
103
|
+
export interface GetAttachmentRequest {
|
|
104
|
+
AttachmentId: string | undefined;
|
|
105
|
+
|
|
106
|
+
ConnectionToken: string | undefined;
|
|
107
|
+
}
|
|
108
|
+
export interface GetAttachmentResponse {
|
|
109
|
+
Url?: string;
|
|
110
|
+
|
|
111
|
+
UrlExpiry?: string;
|
|
112
|
+
}
|
|
113
|
+
export declare enum ScanDirection {
|
|
114
|
+
BACKWARD = "BACKWARD",
|
|
115
|
+
FORWARD = "FORWARD",
|
|
116
|
+
}
|
|
117
|
+
export declare enum SortKey {
|
|
118
|
+
ASCENDING = "ASCENDING",
|
|
119
|
+
DESCENDING = "DESCENDING",
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
export interface StartPosition {
|
|
123
|
+
Id?: string;
|
|
124
|
+
|
|
125
|
+
AbsoluteTime?: string;
|
|
126
|
+
|
|
127
|
+
MostRecent?: number;
|
|
128
|
+
}
|
|
129
|
+
export interface GetTranscriptRequest {
|
|
130
|
+
ContactId?: string;
|
|
131
|
+
|
|
132
|
+
MaxResults?: number;
|
|
133
|
+
|
|
134
|
+
NextToken?: string;
|
|
135
|
+
|
|
136
|
+
ScanDirection?: ScanDirection | string;
|
|
137
|
+
|
|
138
|
+
SortOrder?: SortKey | string;
|
|
139
|
+
|
|
140
|
+
StartPosition?: StartPosition;
|
|
141
|
+
|
|
142
|
+
ConnectionToken: string | undefined;
|
|
143
|
+
}
|
|
144
|
+
export declare enum ArtifactStatus {
|
|
145
|
+
APPROVED = "APPROVED",
|
|
146
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
147
|
+
REJECTED = "REJECTED",
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
export interface AttachmentItem {
|
|
151
|
+
ContentType?: string;
|
|
152
|
+
|
|
153
|
+
AttachmentId?: string;
|
|
154
|
+
|
|
155
|
+
AttachmentName?: string;
|
|
156
|
+
|
|
157
|
+
Status?: ArtifactStatus | string;
|
|
158
|
+
}
|
|
159
|
+
export declare enum ParticipantRole {
|
|
160
|
+
AGENT = "AGENT",
|
|
161
|
+
CUSTOMER = "CUSTOMER",
|
|
162
|
+
SYSTEM = "SYSTEM",
|
|
163
|
+
}
|
|
164
|
+
export declare enum ChatItemType {
|
|
165
|
+
ATTACHMENT = "ATTACHMENT",
|
|
166
|
+
CHAT_ENDED = "CHAT_ENDED",
|
|
167
|
+
CONNECTION_ACK = "CONNECTION_ACK",
|
|
168
|
+
EVENT = "EVENT",
|
|
169
|
+
MESSAGE = "MESSAGE",
|
|
170
|
+
PARTICIPANT_JOINED = "PARTICIPANT_JOINED",
|
|
171
|
+
PARTICIPANT_LEFT = "PARTICIPANT_LEFT",
|
|
172
|
+
TRANSFER_FAILED = "TRANSFER_FAILED",
|
|
173
|
+
TRANSFER_SUCCEEDED = "TRANSFER_SUCCEEDED",
|
|
174
|
+
TYPING = "TYPING",
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
export interface Item {
|
|
178
|
+
AbsoluteTime?: string;
|
|
179
|
+
|
|
180
|
+
Content?: string;
|
|
181
|
+
|
|
182
|
+
ContentType?: string;
|
|
183
|
+
|
|
184
|
+
Id?: string;
|
|
185
|
+
|
|
186
|
+
Type?: ChatItemType | string;
|
|
187
|
+
|
|
188
|
+
ParticipantId?: string;
|
|
189
|
+
|
|
190
|
+
DisplayName?: string;
|
|
191
|
+
|
|
192
|
+
ParticipantRole?: ParticipantRole | string;
|
|
193
|
+
|
|
194
|
+
Attachments?: AttachmentItem[];
|
|
195
|
+
}
|
|
196
|
+
export interface GetTranscriptResponse {
|
|
197
|
+
InitialContactId?: string;
|
|
198
|
+
|
|
199
|
+
Transcript?: Item[];
|
|
200
|
+
|
|
201
|
+
NextToken?: string;
|
|
202
|
+
}
|
|
203
|
+
export interface SendEventRequest {
|
|
204
|
+
ContentType: string | undefined;
|
|
205
|
+
|
|
206
|
+
Content?: string;
|
|
207
|
+
|
|
208
|
+
ClientToken?: string;
|
|
209
|
+
|
|
210
|
+
ConnectionToken: string | undefined;
|
|
211
|
+
}
|
|
212
|
+
export interface SendEventResponse {
|
|
213
|
+
Id?: string;
|
|
214
|
+
|
|
215
|
+
AbsoluteTime?: string;
|
|
216
|
+
}
|
|
217
|
+
export interface SendMessageRequest {
|
|
218
|
+
ContentType: string | undefined;
|
|
219
|
+
|
|
220
|
+
Content: string | undefined;
|
|
221
|
+
|
|
222
|
+
ClientToken?: string;
|
|
223
|
+
|
|
224
|
+
ConnectionToken: string | undefined;
|
|
225
|
+
}
|
|
226
|
+
export interface SendMessageResponse {
|
|
227
|
+
Id?: string;
|
|
228
|
+
|
|
229
|
+
AbsoluteTime?: string;
|
|
230
|
+
}
|
|
231
|
+
export interface StartAttachmentUploadRequest {
|
|
232
|
+
ContentType: string | undefined;
|
|
233
|
+
|
|
234
|
+
AttachmentSizeInBytes: number | undefined;
|
|
235
|
+
|
|
236
|
+
AttachmentName: string | undefined;
|
|
237
|
+
|
|
238
|
+
ClientToken?: string;
|
|
239
|
+
|
|
240
|
+
ConnectionToken: string | undefined;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
export interface UploadMetadata {
|
|
244
|
+
Url?: string;
|
|
245
|
+
|
|
246
|
+
UrlExpiry?: string;
|
|
247
|
+
|
|
248
|
+
HeadersToInclude?: Record<string, string>;
|
|
249
|
+
}
|
|
250
|
+
export interface StartAttachmentUploadResponse {
|
|
251
|
+
AttachmentId?: string;
|
|
252
|
+
|
|
253
|
+
UploadMetadata?: UploadMetadata;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
export declare const CompleteAttachmentUploadRequestFilterSensitiveLog: (
|
|
257
|
+
obj: CompleteAttachmentUploadRequest
|
|
258
|
+
) => any;
|
|
259
|
+
|
|
260
|
+
export declare const CompleteAttachmentUploadResponseFilterSensitiveLog: (
|
|
261
|
+
obj: CompleteAttachmentUploadResponse
|
|
262
|
+
) => any;
|
|
263
|
+
|
|
264
|
+
export declare const CreateParticipantConnectionRequestFilterSensitiveLog: (
|
|
265
|
+
obj: CreateParticipantConnectionRequest
|
|
266
|
+
) => any;
|
|
267
|
+
|
|
268
|
+
export declare const ConnectionCredentialsFilterSensitiveLog: (
|
|
269
|
+
obj: ConnectionCredentials
|
|
270
|
+
) => any;
|
|
271
|
+
|
|
272
|
+
export declare const WebsocketFilterSensitiveLog: (obj: Websocket) => any;
|
|
273
|
+
|
|
274
|
+
export declare const CreateParticipantConnectionResponseFilterSensitiveLog: (
|
|
275
|
+
obj: CreateParticipantConnectionResponse
|
|
276
|
+
) => any;
|
|
277
|
+
|
|
278
|
+
export declare const DisconnectParticipantRequestFilterSensitiveLog: (
|
|
279
|
+
obj: DisconnectParticipantRequest
|
|
280
|
+
) => any;
|
|
281
|
+
|
|
282
|
+
export declare const DisconnectParticipantResponseFilterSensitiveLog: (
|
|
283
|
+
obj: DisconnectParticipantResponse
|
|
284
|
+
) => any;
|
|
285
|
+
|
|
286
|
+
export declare const GetAttachmentRequestFilterSensitiveLog: (
|
|
287
|
+
obj: GetAttachmentRequest
|
|
288
|
+
) => any;
|
|
289
|
+
|
|
290
|
+
export declare const GetAttachmentResponseFilterSensitiveLog: (
|
|
291
|
+
obj: GetAttachmentResponse
|
|
292
|
+
) => any;
|
|
293
|
+
|
|
294
|
+
export declare const StartPositionFilterSensitiveLog: (
|
|
295
|
+
obj: StartPosition
|
|
296
|
+
) => any;
|
|
297
|
+
|
|
298
|
+
export declare const GetTranscriptRequestFilterSensitiveLog: (
|
|
299
|
+
obj: GetTranscriptRequest
|
|
300
|
+
) => any;
|
|
301
|
+
|
|
302
|
+
export declare const AttachmentItemFilterSensitiveLog: (
|
|
303
|
+
obj: AttachmentItem
|
|
304
|
+
) => any;
|
|
305
|
+
|
|
306
|
+
export declare const ItemFilterSensitiveLog: (obj: Item) => any;
|
|
307
|
+
|
|
308
|
+
export declare const GetTranscriptResponseFilterSensitiveLog: (
|
|
309
|
+
obj: GetTranscriptResponse
|
|
310
|
+
) => any;
|
|
311
|
+
|
|
312
|
+
export declare const SendEventRequestFilterSensitiveLog: (
|
|
313
|
+
obj: SendEventRequest
|
|
314
|
+
) => any;
|
|
315
|
+
|
|
316
|
+
export declare const SendEventResponseFilterSensitiveLog: (
|
|
317
|
+
obj: SendEventResponse
|
|
318
|
+
) => any;
|
|
319
|
+
|
|
320
|
+
export declare const SendMessageRequestFilterSensitiveLog: (
|
|
321
|
+
obj: SendMessageRequest
|
|
322
|
+
) => any;
|
|
323
|
+
|
|
324
|
+
export declare const SendMessageResponseFilterSensitiveLog: (
|
|
325
|
+
obj: SendMessageResponse
|
|
326
|
+
) => any;
|
|
327
|
+
|
|
328
|
+
export declare const StartAttachmentUploadRequestFilterSensitiveLog: (
|
|
329
|
+
obj: StartAttachmentUploadRequest
|
|
330
|
+
) => any;
|
|
331
|
+
|
|
332
|
+
export declare const UploadMetadataFilterSensitiveLog: (
|
|
333
|
+
obj: UploadMetadata
|
|
334
|
+
) => any;
|
|
335
|
+
|
|
336
|
+
export declare const StartAttachmentUploadResponseFilterSensitiveLog: (
|
|
337
|
+
obj: StartAttachmentUploadResponse
|
|
338
|
+
) => any;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetTranscriptCommandInput,
|
|
4
|
+
GetTranscriptCommandOutput,
|
|
5
|
+
} from "../commands/GetTranscriptCommand";
|
|
6
|
+
import { ConnectParticipantPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetTranscript(
|
|
8
|
+
config: ConnectParticipantPaginationConfiguration,
|
|
9
|
+
input: GetTranscriptCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetTranscriptCommandOutput>;
|