@aws-sdk/client-cognito-sync 3.168.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 +16 -0
- package/dist-types/ts3.4/CognitoSync.d.ts +310 -90
- package/dist-types/ts3.4/CognitoSyncClient.d.ts +231 -90
- package/dist-types/ts3.4/commands/BulkPublishCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeIdentityPoolUsageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeIdentityUsageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBulkPublishDetailsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCognitoEventsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetIdentityPoolConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListIdentityPoolUsageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRecordsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RegisterDeviceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SetCognitoEventsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/SetIdentityPoolConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SubscribeToDatasetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UnsubscribeFromDatasetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateRecordsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +17 -17
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/CognitoSyncServiceException.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 +599 -535
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +209 -53
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,535 +1,599 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { CognitoSyncServiceException as __BaseException } from "./CognitoSyncServiceException";
|
|
3
|
-
|
|
4
|
-
export declare class AlreadyStreamedException extends __BaseException {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
export declare class DuplicateRequestException extends __BaseException {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
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
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
export declare class
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
export interface
|
|
121
|
-
|
|
122
|
-
|
|
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
|
-
export interface GetCognitoEventsResponse {
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
export
|
|
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
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
export interface
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
export interface
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
export interface
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
export
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
export declare class
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
export declare const
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
export declare const
|
|
462
|
-
|
|
463
|
-
export declare const
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
export declare const DescribeDatasetRequestFilterSensitiveLog: (
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
export declare const
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
export declare const
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
export declare const
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
export declare const
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
export declare const
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
export declare const
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
export declare const
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
export declare const
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
export declare const
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
export declare const
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
export declare const
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
export declare const
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
export declare const
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
export declare const
|
|
524
|
-
|
|
525
|
-
export declare const
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
export declare const
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
export declare const
|
|
534
|
-
|
|
535
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { CognitoSyncServiceException as __BaseException } from "./CognitoSyncServiceException";
|
|
3
|
+
|
|
4
|
+
export declare class AlreadyStreamedException extends __BaseException {
|
|
5
|
+
readonly name: "AlreadyStreamedException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
|
|
8
|
+
constructor(
|
|
9
|
+
opts: __ExceptionOptionType<AlreadyStreamedException, __BaseException>
|
|
10
|
+
);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export interface BulkPublishRequest {
|
|
14
|
+
IdentityPoolId: string | undefined;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export interface BulkPublishResponse {
|
|
18
|
+
IdentityPoolId?: string;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export declare class DuplicateRequestException extends __BaseException {
|
|
22
|
+
readonly name: "DuplicateRequestException";
|
|
23
|
+
readonly $fault: "client";
|
|
24
|
+
|
|
25
|
+
constructor(
|
|
26
|
+
opts: __ExceptionOptionType<DuplicateRequestException, __BaseException>
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export declare class InternalErrorException extends __BaseException {
|
|
31
|
+
readonly name: "InternalErrorException";
|
|
32
|
+
readonly $fault: "server";
|
|
33
|
+
|
|
34
|
+
constructor(
|
|
35
|
+
opts: __ExceptionOptionType<InternalErrorException, __BaseException>
|
|
36
|
+
);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export declare class InvalidParameterException extends __BaseException {
|
|
40
|
+
readonly name: "InvalidParameterException";
|
|
41
|
+
readonly $fault: "client";
|
|
42
|
+
|
|
43
|
+
constructor(
|
|
44
|
+
opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
|
|
45
|
+
);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export declare class NotAuthorizedException extends __BaseException {
|
|
49
|
+
readonly name: "NotAuthorizedException";
|
|
50
|
+
readonly $fault: "client";
|
|
51
|
+
|
|
52
|
+
constructor(
|
|
53
|
+
opts: __ExceptionOptionType<NotAuthorizedException, __BaseException>
|
|
54
|
+
);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
58
|
+
readonly name: "ResourceNotFoundException";
|
|
59
|
+
readonly $fault: "client";
|
|
60
|
+
|
|
61
|
+
constructor(
|
|
62
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
63
|
+
);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
export interface DeleteDatasetRequest {
|
|
67
|
+
IdentityPoolId: string | undefined;
|
|
68
|
+
|
|
69
|
+
IdentityId: string | undefined;
|
|
70
|
+
|
|
71
|
+
DatasetName: string | undefined;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
export interface Dataset {
|
|
75
|
+
IdentityId?: string;
|
|
76
|
+
|
|
77
|
+
DatasetName?: string;
|
|
78
|
+
|
|
79
|
+
CreationDate?: Date;
|
|
80
|
+
|
|
81
|
+
LastModifiedDate?: Date;
|
|
82
|
+
|
|
83
|
+
LastModifiedBy?: string;
|
|
84
|
+
|
|
85
|
+
DataStorage?: number;
|
|
86
|
+
|
|
87
|
+
NumRecords?: number;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
export interface DeleteDatasetResponse {
|
|
91
|
+
Dataset?: Dataset;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
export declare class ResourceConflictException extends __BaseException {
|
|
95
|
+
readonly name: "ResourceConflictException";
|
|
96
|
+
readonly $fault: "client";
|
|
97
|
+
|
|
98
|
+
constructor(
|
|
99
|
+
opts: __ExceptionOptionType<ResourceConflictException, __BaseException>
|
|
100
|
+
);
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
export declare class TooManyRequestsException extends __BaseException {
|
|
104
|
+
readonly name: "TooManyRequestsException";
|
|
105
|
+
readonly $fault: "client";
|
|
106
|
+
|
|
107
|
+
constructor(
|
|
108
|
+
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
109
|
+
);
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
export interface DescribeDatasetRequest {
|
|
113
|
+
IdentityPoolId: string | undefined;
|
|
114
|
+
|
|
115
|
+
IdentityId: string | undefined;
|
|
116
|
+
|
|
117
|
+
DatasetName: string | undefined;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
export interface DescribeDatasetResponse {
|
|
121
|
+
Dataset?: Dataset;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
export interface DescribeIdentityPoolUsageRequest {
|
|
125
|
+
IdentityPoolId: string | undefined;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
export interface IdentityPoolUsage {
|
|
129
|
+
IdentityPoolId?: string;
|
|
130
|
+
|
|
131
|
+
SyncSessionsCount?: number;
|
|
132
|
+
|
|
133
|
+
DataStorage?: number;
|
|
134
|
+
|
|
135
|
+
LastModifiedDate?: Date;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
export interface DescribeIdentityPoolUsageResponse {
|
|
139
|
+
IdentityPoolUsage?: IdentityPoolUsage;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
export interface DescribeIdentityUsageRequest {
|
|
143
|
+
IdentityPoolId: string | undefined;
|
|
144
|
+
|
|
145
|
+
IdentityId: string | undefined;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
export interface IdentityUsage {
|
|
149
|
+
IdentityId?: string;
|
|
150
|
+
|
|
151
|
+
IdentityPoolId?: string;
|
|
152
|
+
|
|
153
|
+
LastModifiedDate?: Date;
|
|
154
|
+
|
|
155
|
+
DatasetCount?: number;
|
|
156
|
+
|
|
157
|
+
DataStorage?: number;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
export interface DescribeIdentityUsageResponse {
|
|
161
|
+
IdentityUsage?: IdentityUsage;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
export interface GetBulkPublishDetailsRequest {
|
|
165
|
+
IdentityPoolId: string | undefined;
|
|
166
|
+
}
|
|
167
|
+
export declare enum BulkPublishStatus {
|
|
168
|
+
FAILED = "FAILED",
|
|
169
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
170
|
+
NOT_STARTED = "NOT_STARTED",
|
|
171
|
+
SUCCEEDED = "SUCCEEDED",
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
export interface GetBulkPublishDetailsResponse {
|
|
175
|
+
IdentityPoolId?: string;
|
|
176
|
+
|
|
177
|
+
BulkPublishStartTime?: Date;
|
|
178
|
+
|
|
179
|
+
BulkPublishCompleteTime?: Date;
|
|
180
|
+
|
|
181
|
+
BulkPublishStatus?: BulkPublishStatus | string;
|
|
182
|
+
|
|
183
|
+
FailureMessage?: string;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
export interface GetCognitoEventsRequest {
|
|
187
|
+
IdentityPoolId: string | undefined;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
export interface GetCognitoEventsResponse {
|
|
191
|
+
Events?: Record<string, string>;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
export interface GetIdentityPoolConfigurationRequest {
|
|
195
|
+
IdentityPoolId: string | undefined;
|
|
196
|
+
}
|
|
197
|
+
export declare type StreamingStatus = "DISABLED" | "ENABLED";
|
|
198
|
+
|
|
199
|
+
export interface CognitoStreams {
|
|
200
|
+
StreamName?: string;
|
|
201
|
+
|
|
202
|
+
RoleArn?: string;
|
|
203
|
+
|
|
204
|
+
StreamingStatus?: StreamingStatus | string;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
export interface PushSync {
|
|
208
|
+
ApplicationArns?: string[];
|
|
209
|
+
|
|
210
|
+
RoleArn?: string;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
export interface GetIdentityPoolConfigurationResponse {
|
|
214
|
+
IdentityPoolId?: string;
|
|
215
|
+
|
|
216
|
+
PushSync?: PushSync;
|
|
217
|
+
|
|
218
|
+
CognitoStreams?: CognitoStreams;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
export interface ListDatasetsRequest {
|
|
222
|
+
IdentityPoolId: string | undefined;
|
|
223
|
+
|
|
224
|
+
IdentityId: string | undefined;
|
|
225
|
+
|
|
226
|
+
NextToken?: string;
|
|
227
|
+
|
|
228
|
+
MaxResults?: number;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
export interface ListDatasetsResponse {
|
|
232
|
+
Datasets?: Dataset[];
|
|
233
|
+
|
|
234
|
+
Count?: number;
|
|
235
|
+
|
|
236
|
+
NextToken?: string;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
export interface ListIdentityPoolUsageRequest {
|
|
240
|
+
NextToken?: string;
|
|
241
|
+
|
|
242
|
+
MaxResults?: number;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
export interface ListIdentityPoolUsageResponse {
|
|
246
|
+
IdentityPoolUsages?: IdentityPoolUsage[];
|
|
247
|
+
|
|
248
|
+
MaxResults?: number;
|
|
249
|
+
|
|
250
|
+
Count?: number;
|
|
251
|
+
|
|
252
|
+
NextToken?: string;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
export interface ListRecordsRequest {
|
|
256
|
+
IdentityPoolId: string | undefined;
|
|
257
|
+
|
|
258
|
+
IdentityId: string | undefined;
|
|
259
|
+
|
|
260
|
+
DatasetName: string | undefined;
|
|
261
|
+
|
|
262
|
+
LastSyncCount?: number;
|
|
263
|
+
|
|
264
|
+
NextToken?: string;
|
|
265
|
+
|
|
266
|
+
MaxResults?: number;
|
|
267
|
+
|
|
268
|
+
SyncSessionToken?: string;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
export interface _Record {
|
|
272
|
+
Key?: string;
|
|
273
|
+
|
|
274
|
+
Value?: string;
|
|
275
|
+
|
|
276
|
+
SyncCount?: number;
|
|
277
|
+
|
|
278
|
+
LastModifiedDate?: Date;
|
|
279
|
+
|
|
280
|
+
LastModifiedBy?: string;
|
|
281
|
+
|
|
282
|
+
DeviceLastModifiedDate?: Date;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
export interface ListRecordsResponse {
|
|
286
|
+
Records?: _Record[];
|
|
287
|
+
|
|
288
|
+
NextToken?: string;
|
|
289
|
+
|
|
290
|
+
Count?: number;
|
|
291
|
+
|
|
292
|
+
DatasetSyncCount?: number;
|
|
293
|
+
|
|
294
|
+
LastModifiedBy?: string;
|
|
295
|
+
|
|
296
|
+
MergedDatasetNames?: string[];
|
|
297
|
+
|
|
298
|
+
DatasetExists?: boolean;
|
|
299
|
+
|
|
300
|
+
DatasetDeletedAfterRequestedSyncCount?: boolean;
|
|
301
|
+
|
|
302
|
+
SyncSessionToken?: string;
|
|
303
|
+
}
|
|
304
|
+
export declare class InvalidConfigurationException extends __BaseException {
|
|
305
|
+
readonly name: "InvalidConfigurationException";
|
|
306
|
+
readonly $fault: "client";
|
|
307
|
+
|
|
308
|
+
constructor(
|
|
309
|
+
opts: __ExceptionOptionType<InvalidConfigurationException, __BaseException>
|
|
310
|
+
);
|
|
311
|
+
}
|
|
312
|
+
export declare type Platform = "ADM" | "APNS" | "APNS_SANDBOX" | "GCM";
|
|
313
|
+
|
|
314
|
+
export interface RegisterDeviceRequest {
|
|
315
|
+
IdentityPoolId: string | undefined;
|
|
316
|
+
|
|
317
|
+
IdentityId: string | undefined;
|
|
318
|
+
|
|
319
|
+
Platform: Platform | string | undefined;
|
|
320
|
+
|
|
321
|
+
Token: string | undefined;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
export interface RegisterDeviceResponse {
|
|
325
|
+
DeviceId?: string;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
export interface SetCognitoEventsRequest {
|
|
329
|
+
IdentityPoolId: string | undefined;
|
|
330
|
+
|
|
331
|
+
Events: Record<string, string> | undefined;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
export declare class ConcurrentModificationException extends __BaseException {
|
|
335
|
+
readonly name: "ConcurrentModificationException";
|
|
336
|
+
readonly $fault: "client";
|
|
337
|
+
|
|
338
|
+
constructor(
|
|
339
|
+
opts: __ExceptionOptionType<
|
|
340
|
+
ConcurrentModificationException,
|
|
341
|
+
__BaseException
|
|
342
|
+
>
|
|
343
|
+
);
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
export interface SetIdentityPoolConfigurationRequest {
|
|
347
|
+
IdentityPoolId: string | undefined;
|
|
348
|
+
|
|
349
|
+
PushSync?: PushSync;
|
|
350
|
+
|
|
351
|
+
CognitoStreams?: CognitoStreams;
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
export interface SetIdentityPoolConfigurationResponse {
|
|
355
|
+
IdentityPoolId?: string;
|
|
356
|
+
|
|
357
|
+
PushSync?: PushSync;
|
|
358
|
+
|
|
359
|
+
CognitoStreams?: CognitoStreams;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
export interface SubscribeToDatasetRequest {
|
|
363
|
+
IdentityPoolId: string | undefined;
|
|
364
|
+
|
|
365
|
+
IdentityId: string | undefined;
|
|
366
|
+
|
|
367
|
+
DatasetName: string | undefined;
|
|
368
|
+
|
|
369
|
+
DeviceId: string | undefined;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
export interface SubscribeToDatasetResponse {}
|
|
373
|
+
|
|
374
|
+
export interface UnsubscribeFromDatasetRequest {
|
|
375
|
+
IdentityPoolId: string | undefined;
|
|
376
|
+
|
|
377
|
+
IdentityId: string | undefined;
|
|
378
|
+
|
|
379
|
+
DatasetName: string | undefined;
|
|
380
|
+
|
|
381
|
+
DeviceId: string | undefined;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
export interface UnsubscribeFromDatasetResponse {}
|
|
385
|
+
|
|
386
|
+
export declare class InvalidLambdaFunctionOutputException extends __BaseException {
|
|
387
|
+
readonly name: "InvalidLambdaFunctionOutputException";
|
|
388
|
+
readonly $fault: "client";
|
|
389
|
+
|
|
390
|
+
constructor(
|
|
391
|
+
opts: __ExceptionOptionType<
|
|
392
|
+
InvalidLambdaFunctionOutputException,
|
|
393
|
+
__BaseException
|
|
394
|
+
>
|
|
395
|
+
);
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
export declare class LambdaThrottledException extends __BaseException {
|
|
399
|
+
readonly name: "LambdaThrottledException";
|
|
400
|
+
readonly $fault: "client";
|
|
401
|
+
|
|
402
|
+
constructor(
|
|
403
|
+
opts: __ExceptionOptionType<LambdaThrottledException, __BaseException>
|
|
404
|
+
);
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
export declare class LimitExceededException extends __BaseException {
|
|
408
|
+
readonly name: "LimitExceededException";
|
|
409
|
+
readonly $fault: "client";
|
|
410
|
+
|
|
411
|
+
constructor(
|
|
412
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
413
|
+
);
|
|
414
|
+
}
|
|
415
|
+
export declare type Operation = "remove" | "replace";
|
|
416
|
+
|
|
417
|
+
export interface RecordPatch {
|
|
418
|
+
Op: Operation | string | undefined;
|
|
419
|
+
|
|
420
|
+
Key: string | undefined;
|
|
421
|
+
|
|
422
|
+
Value?: string;
|
|
423
|
+
|
|
424
|
+
SyncCount: number | undefined;
|
|
425
|
+
|
|
426
|
+
DeviceLastModifiedDate?: Date;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
export interface UpdateRecordsRequest {
|
|
430
|
+
IdentityPoolId: string | undefined;
|
|
431
|
+
|
|
432
|
+
IdentityId: string | undefined;
|
|
433
|
+
|
|
434
|
+
DatasetName: string | undefined;
|
|
435
|
+
|
|
436
|
+
DeviceId?: string;
|
|
437
|
+
|
|
438
|
+
RecordPatches?: RecordPatch[];
|
|
439
|
+
|
|
440
|
+
SyncSessionToken: string | undefined;
|
|
441
|
+
|
|
442
|
+
ClientContext?: string;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
export interface UpdateRecordsResponse {
|
|
446
|
+
Records?: _Record[];
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
export declare const BulkPublishRequestFilterSensitiveLog: (
|
|
450
|
+
obj: BulkPublishRequest
|
|
451
|
+
) => any;
|
|
452
|
+
|
|
453
|
+
export declare const BulkPublishResponseFilterSensitiveLog: (
|
|
454
|
+
obj: BulkPublishResponse
|
|
455
|
+
) => any;
|
|
456
|
+
|
|
457
|
+
export declare const DeleteDatasetRequestFilterSensitiveLog: (
|
|
458
|
+
obj: DeleteDatasetRequest
|
|
459
|
+
) => any;
|
|
460
|
+
|
|
461
|
+
export declare const DatasetFilterSensitiveLog: (obj: Dataset) => any;
|
|
462
|
+
|
|
463
|
+
export declare const DeleteDatasetResponseFilterSensitiveLog: (
|
|
464
|
+
obj: DeleteDatasetResponse
|
|
465
|
+
) => any;
|
|
466
|
+
|
|
467
|
+
export declare const DescribeDatasetRequestFilterSensitiveLog: (
|
|
468
|
+
obj: DescribeDatasetRequest
|
|
469
|
+
) => any;
|
|
470
|
+
|
|
471
|
+
export declare const DescribeDatasetResponseFilterSensitiveLog: (
|
|
472
|
+
obj: DescribeDatasetResponse
|
|
473
|
+
) => any;
|
|
474
|
+
|
|
475
|
+
export declare const DescribeIdentityPoolUsageRequestFilterSensitiveLog: (
|
|
476
|
+
obj: DescribeIdentityPoolUsageRequest
|
|
477
|
+
) => any;
|
|
478
|
+
|
|
479
|
+
export declare const IdentityPoolUsageFilterSensitiveLog: (
|
|
480
|
+
obj: IdentityPoolUsage
|
|
481
|
+
) => any;
|
|
482
|
+
|
|
483
|
+
export declare const DescribeIdentityPoolUsageResponseFilterSensitiveLog: (
|
|
484
|
+
obj: DescribeIdentityPoolUsageResponse
|
|
485
|
+
) => any;
|
|
486
|
+
|
|
487
|
+
export declare const DescribeIdentityUsageRequestFilterSensitiveLog: (
|
|
488
|
+
obj: DescribeIdentityUsageRequest
|
|
489
|
+
) => any;
|
|
490
|
+
|
|
491
|
+
export declare const IdentityUsageFilterSensitiveLog: (
|
|
492
|
+
obj: IdentityUsage
|
|
493
|
+
) => any;
|
|
494
|
+
|
|
495
|
+
export declare const DescribeIdentityUsageResponseFilterSensitiveLog: (
|
|
496
|
+
obj: DescribeIdentityUsageResponse
|
|
497
|
+
) => any;
|
|
498
|
+
|
|
499
|
+
export declare const GetBulkPublishDetailsRequestFilterSensitiveLog: (
|
|
500
|
+
obj: GetBulkPublishDetailsRequest
|
|
501
|
+
) => any;
|
|
502
|
+
|
|
503
|
+
export declare const GetBulkPublishDetailsResponseFilterSensitiveLog: (
|
|
504
|
+
obj: GetBulkPublishDetailsResponse
|
|
505
|
+
) => any;
|
|
506
|
+
|
|
507
|
+
export declare const GetCognitoEventsRequestFilterSensitiveLog: (
|
|
508
|
+
obj: GetCognitoEventsRequest
|
|
509
|
+
) => any;
|
|
510
|
+
|
|
511
|
+
export declare const GetCognitoEventsResponseFilterSensitiveLog: (
|
|
512
|
+
obj: GetCognitoEventsResponse
|
|
513
|
+
) => any;
|
|
514
|
+
|
|
515
|
+
export declare const GetIdentityPoolConfigurationRequestFilterSensitiveLog: (
|
|
516
|
+
obj: GetIdentityPoolConfigurationRequest
|
|
517
|
+
) => any;
|
|
518
|
+
|
|
519
|
+
export declare const CognitoStreamsFilterSensitiveLog: (
|
|
520
|
+
obj: CognitoStreams
|
|
521
|
+
) => any;
|
|
522
|
+
|
|
523
|
+
export declare const PushSyncFilterSensitiveLog: (obj: PushSync) => any;
|
|
524
|
+
|
|
525
|
+
export declare const GetIdentityPoolConfigurationResponseFilterSensitiveLog: (
|
|
526
|
+
obj: GetIdentityPoolConfigurationResponse
|
|
527
|
+
) => any;
|
|
528
|
+
|
|
529
|
+
export declare const ListDatasetsRequestFilterSensitiveLog: (
|
|
530
|
+
obj: ListDatasetsRequest
|
|
531
|
+
) => any;
|
|
532
|
+
|
|
533
|
+
export declare const ListDatasetsResponseFilterSensitiveLog: (
|
|
534
|
+
obj: ListDatasetsResponse
|
|
535
|
+
) => any;
|
|
536
|
+
|
|
537
|
+
export declare const ListIdentityPoolUsageRequestFilterSensitiveLog: (
|
|
538
|
+
obj: ListIdentityPoolUsageRequest
|
|
539
|
+
) => any;
|
|
540
|
+
|
|
541
|
+
export declare const ListIdentityPoolUsageResponseFilterSensitiveLog: (
|
|
542
|
+
obj: ListIdentityPoolUsageResponse
|
|
543
|
+
) => any;
|
|
544
|
+
|
|
545
|
+
export declare const ListRecordsRequestFilterSensitiveLog: (
|
|
546
|
+
obj: ListRecordsRequest
|
|
547
|
+
) => any;
|
|
548
|
+
|
|
549
|
+
export declare const _RecordFilterSensitiveLog: (obj: _Record) => any;
|
|
550
|
+
|
|
551
|
+
export declare const ListRecordsResponseFilterSensitiveLog: (
|
|
552
|
+
obj: ListRecordsResponse
|
|
553
|
+
) => any;
|
|
554
|
+
|
|
555
|
+
export declare const RegisterDeviceRequestFilterSensitiveLog: (
|
|
556
|
+
obj: RegisterDeviceRequest
|
|
557
|
+
) => any;
|
|
558
|
+
|
|
559
|
+
export declare const RegisterDeviceResponseFilterSensitiveLog: (
|
|
560
|
+
obj: RegisterDeviceResponse
|
|
561
|
+
) => any;
|
|
562
|
+
|
|
563
|
+
export declare const SetCognitoEventsRequestFilterSensitiveLog: (
|
|
564
|
+
obj: SetCognitoEventsRequest
|
|
565
|
+
) => any;
|
|
566
|
+
|
|
567
|
+
export declare const SetIdentityPoolConfigurationRequestFilterSensitiveLog: (
|
|
568
|
+
obj: SetIdentityPoolConfigurationRequest
|
|
569
|
+
) => any;
|
|
570
|
+
|
|
571
|
+
export declare const SetIdentityPoolConfigurationResponseFilterSensitiveLog: (
|
|
572
|
+
obj: SetIdentityPoolConfigurationResponse
|
|
573
|
+
) => any;
|
|
574
|
+
|
|
575
|
+
export declare const SubscribeToDatasetRequestFilterSensitiveLog: (
|
|
576
|
+
obj: SubscribeToDatasetRequest
|
|
577
|
+
) => any;
|
|
578
|
+
|
|
579
|
+
export declare const SubscribeToDatasetResponseFilterSensitiveLog: (
|
|
580
|
+
obj: SubscribeToDatasetResponse
|
|
581
|
+
) => any;
|
|
582
|
+
|
|
583
|
+
export declare const UnsubscribeFromDatasetRequestFilterSensitiveLog: (
|
|
584
|
+
obj: UnsubscribeFromDatasetRequest
|
|
585
|
+
) => any;
|
|
586
|
+
|
|
587
|
+
export declare const UnsubscribeFromDatasetResponseFilterSensitiveLog: (
|
|
588
|
+
obj: UnsubscribeFromDatasetResponse
|
|
589
|
+
) => any;
|
|
590
|
+
|
|
591
|
+
export declare const RecordPatchFilterSensitiveLog: (obj: RecordPatch) => any;
|
|
592
|
+
|
|
593
|
+
export declare const UpdateRecordsRequestFilterSensitiveLog: (
|
|
594
|
+
obj: UpdateRecordsRequest
|
|
595
|
+
) => any;
|
|
596
|
+
|
|
597
|
+
export declare const UpdateRecordsResponseFilterSensitiveLog: (
|
|
598
|
+
obj: UpdateRecordsResponse
|
|
599
|
+
) => any;
|