@aws-sdk/client-cognito-sync 3.952.0 → 3.954.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 +263 -185
- package/dist-cjs/runtimeConfig.shared.js +7 -1
- package/dist-es/commands/BulkPublishCommand.js +2 -2
- package/dist-es/commands/DeleteDatasetCommand.js +2 -2
- package/dist-es/commands/DescribeDatasetCommand.js +2 -2
- package/dist-es/commands/DescribeIdentityPoolUsageCommand.js +2 -2
- package/dist-es/commands/DescribeIdentityUsageCommand.js +2 -2
- package/dist-es/commands/GetBulkPublishDetailsCommand.js +2 -2
- package/dist-es/commands/GetCognitoEventsCommand.js +2 -2
- package/dist-es/commands/GetIdentityPoolConfigurationCommand.js +2 -2
- package/dist-es/commands/ListDatasetsCommand.js +2 -2
- package/dist-es/commands/ListIdentityPoolUsageCommand.js +2 -2
- package/dist-es/commands/ListRecordsCommand.js +2 -2
- package/dist-es/commands/RegisterDeviceCommand.js +2 -2
- package/dist-es/commands/SetCognitoEventsCommand.js +2 -2
- package/dist-es/commands/SetIdentityPoolConfigurationCommand.js +2 -2
- package/dist-es/commands/SubscribeToDatasetCommand.js +2 -2
- package/dist-es/commands/UnsubscribeFromDatasetCommand.js +2 -2
- package/dist-es/commands/UpdateRecordsCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -1
- package/dist-es/schemas/schemas_0.js +139 -132
- package/dist-types/CognitoSyncClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +72 -80
- package/dist-types/ts3.4/CognitoSyncClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +71 -80
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class CognitoSyncClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class CognitoSyncServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, CognitoSyncServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AlreadyStreamedException extends CognitoSyncServiceException {
|
|
121
121
|
name = "AlreadyStreamedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,8 +128,8 @@ let AlreadyStreamedException$1 = class AlreadyStreamedException extends CognitoS
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, AlreadyStreamedException.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
131
|
+
}
|
|
132
|
+
class DuplicateRequestException extends CognitoSyncServiceException {
|
|
133
133
|
name = "DuplicateRequestException";
|
|
134
134
|
$fault = "client";
|
|
135
135
|
constructor(opts) {
|
|
@@ -140,8 +140,8 @@ let DuplicateRequestException$1 = class DuplicateRequestException extends Cognit
|
|
|
140
140
|
});
|
|
141
141
|
Object.setPrototypeOf(this, DuplicateRequestException.prototype);
|
|
142
142
|
}
|
|
143
|
-
}
|
|
144
|
-
|
|
143
|
+
}
|
|
144
|
+
class InternalErrorException extends CognitoSyncServiceException {
|
|
145
145
|
name = "InternalErrorException";
|
|
146
146
|
$fault = "server";
|
|
147
147
|
constructor(opts) {
|
|
@@ -152,8 +152,8 @@ let InternalErrorException$1 = class InternalErrorException extends CognitoSyncS
|
|
|
152
152
|
});
|
|
153
153
|
Object.setPrototypeOf(this, InternalErrorException.prototype);
|
|
154
154
|
}
|
|
155
|
-
}
|
|
156
|
-
|
|
155
|
+
}
|
|
156
|
+
class InvalidParameterException extends CognitoSyncServiceException {
|
|
157
157
|
name = "InvalidParameterException";
|
|
158
158
|
$fault = "client";
|
|
159
159
|
constructor(opts) {
|
|
@@ -164,8 +164,8 @@ let InvalidParameterException$1 = class InvalidParameterException extends Cognit
|
|
|
164
164
|
});
|
|
165
165
|
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
166
166
|
}
|
|
167
|
-
}
|
|
168
|
-
|
|
167
|
+
}
|
|
168
|
+
class NotAuthorizedException extends CognitoSyncServiceException {
|
|
169
169
|
name = "NotAuthorizedException";
|
|
170
170
|
$fault = "client";
|
|
171
171
|
constructor(opts) {
|
|
@@ -176,8 +176,8 @@ let NotAuthorizedException$1 = class NotAuthorizedException extends CognitoSyncS
|
|
|
176
176
|
});
|
|
177
177
|
Object.setPrototypeOf(this, NotAuthorizedException.prototype);
|
|
178
178
|
}
|
|
179
|
-
}
|
|
180
|
-
|
|
179
|
+
}
|
|
180
|
+
class ResourceNotFoundException extends CognitoSyncServiceException {
|
|
181
181
|
name = "ResourceNotFoundException";
|
|
182
182
|
$fault = "client";
|
|
183
183
|
constructor(opts) {
|
|
@@ -188,8 +188,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Cognit
|
|
|
188
188
|
});
|
|
189
189
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
190
190
|
}
|
|
191
|
-
}
|
|
192
|
-
|
|
191
|
+
}
|
|
192
|
+
class ResourceConflictException extends CognitoSyncServiceException {
|
|
193
193
|
name = "ResourceConflictException";
|
|
194
194
|
$fault = "client";
|
|
195
195
|
constructor(opts) {
|
|
@@ -200,8 +200,8 @@ let ResourceConflictException$1 = class ResourceConflictException extends Cognit
|
|
|
200
200
|
});
|
|
201
201
|
Object.setPrototypeOf(this, ResourceConflictException.prototype);
|
|
202
202
|
}
|
|
203
|
-
}
|
|
204
|
-
|
|
203
|
+
}
|
|
204
|
+
class TooManyRequestsException extends CognitoSyncServiceException {
|
|
205
205
|
name = "TooManyRequestsException";
|
|
206
206
|
$fault = "client";
|
|
207
207
|
constructor(opts) {
|
|
@@ -212,8 +212,8 @@ let TooManyRequestsException$1 = class TooManyRequestsException extends CognitoS
|
|
|
212
212
|
});
|
|
213
213
|
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
214
214
|
}
|
|
215
|
-
}
|
|
216
|
-
|
|
215
|
+
}
|
|
216
|
+
class InvalidConfigurationException extends CognitoSyncServiceException {
|
|
217
217
|
name = "InvalidConfigurationException";
|
|
218
218
|
$fault = "client";
|
|
219
219
|
constructor(opts) {
|
|
@@ -224,8 +224,8 @@ let InvalidConfigurationException$1 = class InvalidConfigurationException extend
|
|
|
224
224
|
});
|
|
225
225
|
Object.setPrototypeOf(this, InvalidConfigurationException.prototype);
|
|
226
226
|
}
|
|
227
|
-
}
|
|
228
|
-
|
|
227
|
+
}
|
|
228
|
+
class ConcurrentModificationException extends CognitoSyncServiceException {
|
|
229
229
|
name = "ConcurrentModificationException";
|
|
230
230
|
$fault = "client";
|
|
231
231
|
constructor(opts) {
|
|
@@ -236,8 +236,8 @@ let ConcurrentModificationException$1 = class ConcurrentModificationException ex
|
|
|
236
236
|
});
|
|
237
237
|
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
238
238
|
}
|
|
239
|
-
}
|
|
240
|
-
|
|
239
|
+
}
|
|
240
|
+
class InvalidLambdaFunctionOutputException extends CognitoSyncServiceException {
|
|
241
241
|
name = "InvalidLambdaFunctionOutputException";
|
|
242
242
|
$fault = "client";
|
|
243
243
|
constructor(opts) {
|
|
@@ -248,8 +248,8 @@ let InvalidLambdaFunctionOutputException$1 = class InvalidLambdaFunctionOutputEx
|
|
|
248
248
|
});
|
|
249
249
|
Object.setPrototypeOf(this, InvalidLambdaFunctionOutputException.prototype);
|
|
250
250
|
}
|
|
251
|
-
}
|
|
252
|
-
|
|
251
|
+
}
|
|
252
|
+
class LambdaThrottledException extends CognitoSyncServiceException {
|
|
253
253
|
name = "LambdaThrottledException";
|
|
254
254
|
$fault = "client";
|
|
255
255
|
constructor(opts) {
|
|
@@ -260,8 +260,8 @@ let LambdaThrottledException$1 = class LambdaThrottledException extends CognitoS
|
|
|
260
260
|
});
|
|
261
261
|
Object.setPrototypeOf(this, LambdaThrottledException.prototype);
|
|
262
262
|
}
|
|
263
|
-
}
|
|
264
|
-
|
|
263
|
+
}
|
|
264
|
+
class LimitExceededException extends CognitoSyncServiceException {
|
|
265
265
|
name = "LimitExceededException";
|
|
266
266
|
$fault = "client";
|
|
267
267
|
constructor(opts) {
|
|
@@ -272,7 +272,7 @@ let LimitExceededException$1 = class LimitExceededException extends CognitoSyncS
|
|
|
272
272
|
});
|
|
273
273
|
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
274
274
|
}
|
|
275
|
-
}
|
|
275
|
+
}
|
|
276
276
|
|
|
277
277
|
const _AA = "ApplicationArns";
|
|
278
278
|
const _ASE = "AlreadyStreamedException";
|
|
@@ -405,7 +405,7 @@ const _sST = "syncSessionToken";
|
|
|
405
405
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.cognitosync";
|
|
406
406
|
const _xaCC = "x-amz-Client-Context";
|
|
407
407
|
const n0 = "com.amazonaws.cognitosync";
|
|
408
|
-
var AlreadyStreamedException = [
|
|
408
|
+
var AlreadyStreamedException$ = [
|
|
409
409
|
-3,
|
|
410
410
|
n0,
|
|
411
411
|
_ASE,
|
|
@@ -413,11 +413,11 @@ var AlreadyStreamedException = [
|
|
|
413
413
|
[_m],
|
|
414
414
|
[0],
|
|
415
415
|
];
|
|
416
|
-
schema.TypeRegistry.for(n0).registerError(AlreadyStreamedException
|
|
417
|
-
var BulkPublishRequest = [3, n0, _BPR, 0, [_IPI], [[0, 1]]];
|
|
418
|
-
var BulkPublishResponse = [3, n0, _BPRu, 0, [_IPI], [0]];
|
|
419
|
-
var CognitoStreams = [3, n0, _CS, 0, [_SN, _RA, _SS], [0, 0, 0]];
|
|
420
|
-
var ConcurrentModificationException = [
|
|
416
|
+
schema.TypeRegistry.for(n0).registerError(AlreadyStreamedException$, AlreadyStreamedException);
|
|
417
|
+
var BulkPublishRequest$ = [3, n0, _BPR, 0, [_IPI], [[0, 1]]];
|
|
418
|
+
var BulkPublishResponse$ = [3, n0, _BPRu, 0, [_IPI], [0]];
|
|
419
|
+
var CognitoStreams$ = [3, n0, _CS, 0, [_SN, _RA, _SS], [0, 0, 0]];
|
|
420
|
+
var ConcurrentModificationException$ = [
|
|
421
421
|
-3,
|
|
422
422
|
n0,
|
|
423
423
|
_CME,
|
|
@@ -425,8 +425,8 @@ var ConcurrentModificationException = [
|
|
|
425
425
|
[_m],
|
|
426
426
|
[0],
|
|
427
427
|
];
|
|
428
|
-
schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException
|
|
429
|
-
var Dataset = [
|
|
428
|
+
schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
429
|
+
var Dataset$ = [
|
|
430
430
|
3,
|
|
431
431
|
n0,
|
|
432
432
|
_D,
|
|
@@ -434,7 +434,7 @@ var Dataset = [
|
|
|
434
434
|
[_II, _DN, _CD, _LMD, _LMB, _DS, _NR],
|
|
435
435
|
[0, 0, 4, 4, 0, 1, 1],
|
|
436
436
|
];
|
|
437
|
-
var DeleteDatasetRequest = [
|
|
437
|
+
var DeleteDatasetRequest$ = [
|
|
438
438
|
3,
|
|
439
439
|
n0,
|
|
440
440
|
_DDR,
|
|
@@ -446,8 +446,8 @@ var DeleteDatasetRequest = [
|
|
|
446
446
|
[0, 1],
|
|
447
447
|
],
|
|
448
448
|
];
|
|
449
|
-
var DeleteDatasetResponse = [3, n0, _DDRe, 0, [_D], [() => Dataset]];
|
|
450
|
-
var DescribeDatasetRequest = [
|
|
449
|
+
var DeleteDatasetResponse$ = [3, n0, _DDRe, 0, [_D], [() => Dataset$]];
|
|
450
|
+
var DescribeDatasetRequest$ = [
|
|
451
451
|
3,
|
|
452
452
|
n0,
|
|
453
453
|
_DDRes,
|
|
@@ -459,17 +459,17 @@ var DescribeDatasetRequest = [
|
|
|
459
459
|
[0, 1],
|
|
460
460
|
],
|
|
461
461
|
];
|
|
462
|
-
var DescribeDatasetResponse = [3, n0, _DDResc, 0, [_D], [() => Dataset]];
|
|
463
|
-
var DescribeIdentityPoolUsageRequest = [3, n0, _DIPUR, 0, [_IPI], [[0, 1]]];
|
|
464
|
-
var DescribeIdentityPoolUsageResponse = [
|
|
462
|
+
var DescribeDatasetResponse$ = [3, n0, _DDResc, 0, [_D], [() => Dataset$]];
|
|
463
|
+
var DescribeIdentityPoolUsageRequest$ = [3, n0, _DIPUR, 0, [_IPI], [[0, 1]]];
|
|
464
|
+
var DescribeIdentityPoolUsageResponse$ = [
|
|
465
465
|
3,
|
|
466
466
|
n0,
|
|
467
467
|
_DIPURe,
|
|
468
468
|
0,
|
|
469
469
|
[_IPU],
|
|
470
|
-
[() => IdentityPoolUsage],
|
|
470
|
+
[() => IdentityPoolUsage$],
|
|
471
471
|
];
|
|
472
|
-
var DescribeIdentityUsageRequest = [
|
|
472
|
+
var DescribeIdentityUsageRequest$ = [
|
|
473
473
|
3,
|
|
474
474
|
n0,
|
|
475
475
|
_DIUR,
|
|
@@ -480,8 +480,8 @@ var DescribeIdentityUsageRequest = [
|
|
|
480
480
|
[0, 1],
|
|
481
481
|
],
|
|
482
482
|
];
|
|
483
|
-
var DescribeIdentityUsageResponse = [3, n0, _DIURe, 0, [_IU], [() => IdentityUsage]];
|
|
484
|
-
var DuplicateRequestException = [
|
|
483
|
+
var DescribeIdentityUsageResponse$ = [3, n0, _DIURe, 0, [_IU], [() => IdentityUsage$]];
|
|
484
|
+
var DuplicateRequestException$ = [
|
|
485
485
|
-3,
|
|
486
486
|
n0,
|
|
487
487
|
_DRE,
|
|
@@ -489,9 +489,9 @@ var DuplicateRequestException = [
|
|
|
489
489
|
[_m],
|
|
490
490
|
[0],
|
|
491
491
|
];
|
|
492
|
-
schema.TypeRegistry.for(n0).registerError(DuplicateRequestException
|
|
493
|
-
var GetBulkPublishDetailsRequest = [3, n0, _GBPDR, 0, [_IPI], [[0, 1]]];
|
|
494
|
-
var GetBulkPublishDetailsResponse = [
|
|
492
|
+
schema.TypeRegistry.for(n0).registerError(DuplicateRequestException$, DuplicateRequestException);
|
|
493
|
+
var GetBulkPublishDetailsRequest$ = [3, n0, _GBPDR, 0, [_IPI], [[0, 1]]];
|
|
494
|
+
var GetBulkPublishDetailsResponse$ = [
|
|
495
495
|
3,
|
|
496
496
|
n0,
|
|
497
497
|
_GBPDRe,
|
|
@@ -499,20 +499,20 @@ var GetBulkPublishDetailsResponse = [
|
|
|
499
499
|
[_IPI, _BPST, _BPCT, _BPS, _FM],
|
|
500
500
|
[0, 4, 4, 0, 0],
|
|
501
501
|
];
|
|
502
|
-
var GetCognitoEventsRequest = [3, n0, _GCER, 0, [_IPI], [[0, 1]]];
|
|
503
|
-
var GetCognitoEventsResponse = [3, n0, _GCERe, 0, [_E], [128 | 0]];
|
|
504
|
-
var GetIdentityPoolConfigurationRequest = [3, n0, _GIPCR, 0, [_IPI], [[0, 1]]];
|
|
505
|
-
var GetIdentityPoolConfigurationResponse = [
|
|
502
|
+
var GetCognitoEventsRequest$ = [3, n0, _GCER, 0, [_IPI], [[0, 1]]];
|
|
503
|
+
var GetCognitoEventsResponse$ = [3, n0, _GCERe, 0, [_E], [128 | 0]];
|
|
504
|
+
var GetIdentityPoolConfigurationRequest$ = [3, n0, _GIPCR, 0, [_IPI], [[0, 1]]];
|
|
505
|
+
var GetIdentityPoolConfigurationResponse$ = [
|
|
506
506
|
3,
|
|
507
507
|
n0,
|
|
508
508
|
_GIPCRe,
|
|
509
509
|
0,
|
|
510
510
|
[_IPI, _PS, _CS],
|
|
511
|
-
[0, () => PushSync
|
|
511
|
+
[0, () => PushSync$, () => CognitoStreams$],
|
|
512
512
|
];
|
|
513
|
-
var IdentityPoolUsage = [3, n0, _IPU, 0, [_IPI, _SSC, _DS, _LMD], [0, 1, 1, 4]];
|
|
514
|
-
var IdentityUsage = [3, n0, _IU, 0, [_II, _IPI, _LMD, _DC, _DS], [0, 0, 4, 1, 1]];
|
|
515
|
-
var InternalErrorException = [
|
|
513
|
+
var IdentityPoolUsage$ = [3, n0, _IPU, 0, [_IPI, _SSC, _DS, _LMD], [0, 1, 1, 4]];
|
|
514
|
+
var IdentityUsage$ = [3, n0, _IU, 0, [_II, _IPI, _LMD, _DC, _DS], [0, 0, 4, 1, 1]];
|
|
515
|
+
var InternalErrorException$ = [
|
|
516
516
|
-3,
|
|
517
517
|
n0,
|
|
518
518
|
_IEE,
|
|
@@ -520,8 +520,8 @@ var InternalErrorException = [
|
|
|
520
520
|
[_m],
|
|
521
521
|
[0],
|
|
522
522
|
];
|
|
523
|
-
schema.TypeRegistry.for(n0).registerError(InternalErrorException
|
|
524
|
-
var InvalidConfigurationException = [
|
|
523
|
+
schema.TypeRegistry.for(n0).registerError(InternalErrorException$, InternalErrorException);
|
|
524
|
+
var InvalidConfigurationException$ = [
|
|
525
525
|
-3,
|
|
526
526
|
n0,
|
|
527
527
|
_ICE,
|
|
@@ -529,8 +529,8 @@ var InvalidConfigurationException = [
|
|
|
529
529
|
[_m],
|
|
530
530
|
[0],
|
|
531
531
|
];
|
|
532
|
-
schema.TypeRegistry.for(n0).registerError(InvalidConfigurationException
|
|
533
|
-
var InvalidLambdaFunctionOutputException = [
|
|
532
|
+
schema.TypeRegistry.for(n0).registerError(InvalidConfigurationException$, InvalidConfigurationException);
|
|
533
|
+
var InvalidLambdaFunctionOutputException$ = [
|
|
534
534
|
-3,
|
|
535
535
|
n0,
|
|
536
536
|
_ILFOE,
|
|
@@ -538,8 +538,8 @@ var InvalidLambdaFunctionOutputException = [
|
|
|
538
538
|
[_m],
|
|
539
539
|
[0],
|
|
540
540
|
];
|
|
541
|
-
schema.TypeRegistry.for(n0).registerError(InvalidLambdaFunctionOutputException
|
|
542
|
-
var InvalidParameterException = [
|
|
541
|
+
schema.TypeRegistry.for(n0).registerError(InvalidLambdaFunctionOutputException$, InvalidLambdaFunctionOutputException);
|
|
542
|
+
var InvalidParameterException$ = [
|
|
543
543
|
-3,
|
|
544
544
|
n0,
|
|
545
545
|
_IPE,
|
|
@@ -547,8 +547,8 @@ var InvalidParameterException = [
|
|
|
547
547
|
[_m],
|
|
548
548
|
[0],
|
|
549
549
|
];
|
|
550
|
-
schema.TypeRegistry.for(n0).registerError(InvalidParameterException
|
|
551
|
-
var LambdaThrottledException = [
|
|
550
|
+
schema.TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
551
|
+
var LambdaThrottledException$ = [
|
|
552
552
|
-3,
|
|
553
553
|
n0,
|
|
554
554
|
_LTE,
|
|
@@ -556,8 +556,8 @@ var LambdaThrottledException = [
|
|
|
556
556
|
[_m],
|
|
557
557
|
[0],
|
|
558
558
|
];
|
|
559
|
-
schema.TypeRegistry.for(n0).registerError(LambdaThrottledException
|
|
560
|
-
var LimitExceededException = [
|
|
559
|
+
schema.TypeRegistry.for(n0).registerError(LambdaThrottledException$, LambdaThrottledException);
|
|
560
|
+
var LimitExceededException$ = [
|
|
561
561
|
-3,
|
|
562
562
|
n0,
|
|
563
563
|
_LEE,
|
|
@@ -565,8 +565,8 @@ var LimitExceededException = [
|
|
|
565
565
|
[_m],
|
|
566
566
|
[0],
|
|
567
567
|
];
|
|
568
|
-
schema.TypeRegistry.for(n0).registerError(LimitExceededException
|
|
569
|
-
var ListDatasetsRequest = [
|
|
568
|
+
schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
569
|
+
var ListDatasetsRequest$ = [
|
|
570
570
|
3,
|
|
571
571
|
n0,
|
|
572
572
|
_LDR,
|
|
@@ -579,8 +579,8 @@ var ListDatasetsRequest = [
|
|
|
579
579
|
[1, { [_hQ]: _mR }],
|
|
580
580
|
],
|
|
581
581
|
];
|
|
582
|
-
var ListDatasetsResponse = [3, n0, _LDRi, 0, [_Da, _C, _NT], [() => DatasetList, 1, 0]];
|
|
583
|
-
var ListIdentityPoolUsageRequest = [
|
|
582
|
+
var ListDatasetsResponse$ = [3, n0, _LDRi, 0, [_Da, _C, _NT], [() => DatasetList, 1, 0]];
|
|
583
|
+
var ListIdentityPoolUsageRequest$ = [
|
|
584
584
|
3,
|
|
585
585
|
n0,
|
|
586
586
|
_LIPUR,
|
|
@@ -591,7 +591,7 @@ var ListIdentityPoolUsageRequest = [
|
|
|
591
591
|
[1, { [_hQ]: _mR }],
|
|
592
592
|
],
|
|
593
593
|
];
|
|
594
|
-
var ListIdentityPoolUsageResponse = [
|
|
594
|
+
var ListIdentityPoolUsageResponse$ = [
|
|
595
595
|
3,
|
|
596
596
|
n0,
|
|
597
597
|
_LIPURi,
|
|
@@ -599,7 +599,7 @@ var ListIdentityPoolUsageResponse = [
|
|
|
599
599
|
[_IPUd, _MR, _C, _NT],
|
|
600
600
|
[() => IdentityPoolUsageList, 1, 1, 0],
|
|
601
601
|
];
|
|
602
|
-
var ListRecordsRequest = [
|
|
602
|
+
var ListRecordsRequest$ = [
|
|
603
603
|
3,
|
|
604
604
|
n0,
|
|
605
605
|
_LRR,
|
|
@@ -615,7 +615,7 @@ var ListRecordsRequest = [
|
|
|
615
615
|
[0, { [_hQ]: _sST }],
|
|
616
616
|
],
|
|
617
617
|
];
|
|
618
|
-
var ListRecordsResponse = [
|
|
618
|
+
var ListRecordsResponse$ = [
|
|
619
619
|
3,
|
|
620
620
|
n0,
|
|
621
621
|
_LRRi,
|
|
@@ -623,7 +623,7 @@ var ListRecordsResponse = [
|
|
|
623
623
|
[_R, _NT, _C, _DSC, _LMB, _MDN, _DE, _DDARSC, _SST],
|
|
624
624
|
[() => RecordList, 0, 1, 1, 0, 64 | 0, 2, 2, 0],
|
|
625
625
|
];
|
|
626
|
-
var NotAuthorizedException = [
|
|
626
|
+
var NotAuthorizedException$ = [
|
|
627
627
|
-3,
|
|
628
628
|
n0,
|
|
629
629
|
_NAE,
|
|
@@ -631,13 +631,20 @@ var NotAuthorizedException = [
|
|
|
631
631
|
[_m],
|
|
632
632
|
[0],
|
|
633
633
|
];
|
|
634
|
-
schema.TypeRegistry.for(n0).registerError(NotAuthorizedException
|
|
635
|
-
var PushSync = [3, n0, _PS, 0, [_AA, _RA], [64 | 0, 0]];
|
|
636
|
-
var _Record = [3, n0, _Re, 0, [_K, _V, _SC, _LMD, _LMB, _DLMD], [0, 0, 1, 4, 0, 4]];
|
|
637
|
-
var RecordPatch = [3, n0, _RP, 0, [_O, _K, _V, _SC, _DLMD], [0, 0, 0, 1, 4]];
|
|
638
|
-
var RegisterDeviceRequest = [
|
|
639
|
-
|
|
640
|
-
|
|
634
|
+
schema.TypeRegistry.for(n0).registerError(NotAuthorizedException$, NotAuthorizedException);
|
|
635
|
+
var PushSync$ = [3, n0, _PS, 0, [_AA, _RA], [64 | 0, 0]];
|
|
636
|
+
var _Record$ = [3, n0, _Re, 0, [_K, _V, _SC, _LMD, _LMB, _DLMD], [0, 0, 1, 4, 0, 4]];
|
|
637
|
+
var RecordPatch$ = [3, n0, _RP, 0, [_O, _K, _V, _SC, _DLMD], [0, 0, 0, 1, 4]];
|
|
638
|
+
var RegisterDeviceRequest$ = [
|
|
639
|
+
3,
|
|
640
|
+
n0,
|
|
641
|
+
_RDR,
|
|
642
|
+
0,
|
|
643
|
+
[_IPI, _II, _P, _T],
|
|
644
|
+
[[0, 1], [0, 1], 0, 0],
|
|
645
|
+
];
|
|
646
|
+
var RegisterDeviceResponse$ = [3, n0, _RDRe, 0, [_DI], [0]];
|
|
647
|
+
var ResourceConflictException$ = [
|
|
641
648
|
-3,
|
|
642
649
|
n0,
|
|
643
650
|
_RCE,
|
|
@@ -645,8 +652,8 @@ var ResourceConflictException = [
|
|
|
645
652
|
[_m],
|
|
646
653
|
[0],
|
|
647
654
|
];
|
|
648
|
-
schema.TypeRegistry.for(n0).registerError(ResourceConflictException
|
|
649
|
-
var ResourceNotFoundException = [
|
|
655
|
+
schema.TypeRegistry.for(n0).registerError(ResourceConflictException$, ResourceConflictException);
|
|
656
|
+
var ResourceNotFoundException$ = [
|
|
650
657
|
-3,
|
|
651
658
|
n0,
|
|
652
659
|
_RNFE,
|
|
@@ -654,25 +661,25 @@ var ResourceNotFoundException = [
|
|
|
654
661
|
[_m],
|
|
655
662
|
[0],
|
|
656
663
|
];
|
|
657
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
658
|
-
var SetCognitoEventsRequest = [3, n0, _SCER, 0, [_IPI, _E], [[0, 1], 128 | 0]];
|
|
659
|
-
var SetIdentityPoolConfigurationRequest = [
|
|
664
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
665
|
+
var SetCognitoEventsRequest$ = [3, n0, _SCER, 0, [_IPI, _E], [[0, 1], 128 | 0]];
|
|
666
|
+
var SetIdentityPoolConfigurationRequest$ = [
|
|
660
667
|
3,
|
|
661
668
|
n0,
|
|
662
669
|
_SIPCR,
|
|
663
670
|
0,
|
|
664
671
|
[_IPI, _PS, _CS],
|
|
665
|
-
[[0, 1], () => PushSync
|
|
672
|
+
[[0, 1], () => PushSync$, () => CognitoStreams$],
|
|
666
673
|
];
|
|
667
|
-
var SetIdentityPoolConfigurationResponse = [
|
|
674
|
+
var SetIdentityPoolConfigurationResponse$ = [
|
|
668
675
|
3,
|
|
669
676
|
n0,
|
|
670
677
|
_SIPCRe,
|
|
671
678
|
0,
|
|
672
679
|
[_IPI, _PS, _CS],
|
|
673
|
-
[0, () => PushSync
|
|
680
|
+
[0, () => PushSync$, () => CognitoStreams$],
|
|
674
681
|
];
|
|
675
|
-
var SubscribeToDatasetRequest = [
|
|
682
|
+
var SubscribeToDatasetRequest$ = [
|
|
676
683
|
3,
|
|
677
684
|
n0,
|
|
678
685
|
_STDR,
|
|
@@ -685,8 +692,8 @@ var SubscribeToDatasetRequest = [
|
|
|
685
692
|
[0, 1],
|
|
686
693
|
],
|
|
687
694
|
];
|
|
688
|
-
var SubscribeToDatasetResponse = [3, n0, _STDRu, 0, [], []];
|
|
689
|
-
var TooManyRequestsException = [
|
|
695
|
+
var SubscribeToDatasetResponse$ = [3, n0, _STDRu, 0, [], []];
|
|
696
|
+
var TooManyRequestsException$ = [
|
|
690
697
|
-3,
|
|
691
698
|
n0,
|
|
692
699
|
_TMRE,
|
|
@@ -694,8 +701,8 @@ var TooManyRequestsException = [
|
|
|
694
701
|
[_m],
|
|
695
702
|
[0],
|
|
696
703
|
];
|
|
697
|
-
schema.TypeRegistry.for(n0).registerError(TooManyRequestsException
|
|
698
|
-
var UnsubscribeFromDatasetRequest = [
|
|
704
|
+
schema.TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
705
|
+
var UnsubscribeFromDatasetRequest$ = [
|
|
699
706
|
3,
|
|
700
707
|
n0,
|
|
701
708
|
_UFDR,
|
|
@@ -708,8 +715,8 @@ var UnsubscribeFromDatasetRequest = [
|
|
|
708
715
|
[0, 1],
|
|
709
716
|
],
|
|
710
717
|
];
|
|
711
|
-
var UnsubscribeFromDatasetResponse = [3, n0, _UFDRn, 0, [], []];
|
|
712
|
-
var UpdateRecordsRequest = [
|
|
718
|
+
var UnsubscribeFromDatasetResponse$ = [3, n0, _UFDRn, 0, [], []];
|
|
719
|
+
var UpdateRecordsRequest$ = [
|
|
713
720
|
3,
|
|
714
721
|
n0,
|
|
715
722
|
_URR,
|
|
@@ -717,127 +724,127 @@ var UpdateRecordsRequest = [
|
|
|
717
724
|
[_IPI, _II, _DN, _DI, _RPe, _SST, _CC],
|
|
718
725
|
[[0, 1], [0, 1], [0, 1], 0, () => RecordPatchList, 0, [0, { [_hH]: _xaCC }]],
|
|
719
726
|
];
|
|
720
|
-
var UpdateRecordsResponse = [3, n0, _URRp, 0, [_R], [() => RecordList]];
|
|
727
|
+
var UpdateRecordsResponse$ = [3, n0, _URRp, 0, [_R], [() => RecordList]];
|
|
721
728
|
var __Unit = "unit";
|
|
722
|
-
var CognitoSyncServiceException = [-3, _sm, "CognitoSyncServiceException", 0, [], []];
|
|
723
|
-
schema.TypeRegistry.for(_sm).registerError(CognitoSyncServiceException
|
|
724
|
-
var DatasetList = [1, n0, _DL, 0, () => Dataset];
|
|
725
|
-
var IdentityPoolUsageList = [1, n0, _IPUL, 0, () => IdentityPoolUsage];
|
|
726
|
-
var RecordList = [1, n0, _RL, 0, () => _Record];
|
|
727
|
-
var RecordPatchList = [1, n0, _RPL, 0, () => RecordPatch];
|
|
728
|
-
var BulkPublish = [
|
|
729
|
+
var CognitoSyncServiceException$ = [-3, _sm, "CognitoSyncServiceException", 0, [], []];
|
|
730
|
+
schema.TypeRegistry.for(_sm).registerError(CognitoSyncServiceException$, CognitoSyncServiceException);
|
|
731
|
+
var DatasetList = [1, n0, _DL, 0, () => Dataset$];
|
|
732
|
+
var IdentityPoolUsageList = [1, n0, _IPUL, 0, () => IdentityPoolUsage$];
|
|
733
|
+
var RecordList = [1, n0, _RL, 0, () => _Record$];
|
|
734
|
+
var RecordPatchList = [1, n0, _RPL, 0, () => RecordPatch$];
|
|
735
|
+
var BulkPublish$ = [
|
|
729
736
|
9,
|
|
730
737
|
n0,
|
|
731
738
|
_BP,
|
|
732
739
|
{ [_h]: ["POST", "/identitypools/{IdentityPoolId}/bulkpublish", 200] },
|
|
733
|
-
() => BulkPublishRequest
|
|
734
|
-
() => BulkPublishResponse
|
|
740
|
+
() => BulkPublishRequest$,
|
|
741
|
+
() => BulkPublishResponse$,
|
|
735
742
|
];
|
|
736
|
-
var DeleteDataset = [
|
|
743
|
+
var DeleteDataset$ = [
|
|
737
744
|
9,
|
|
738
745
|
n0,
|
|
739
746
|
_DD,
|
|
740
747
|
{ [_h]: ["DELETE", "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}", 200] },
|
|
741
|
-
() => DeleteDatasetRequest
|
|
742
|
-
() => DeleteDatasetResponse
|
|
748
|
+
() => DeleteDatasetRequest$,
|
|
749
|
+
() => DeleteDatasetResponse$,
|
|
743
750
|
];
|
|
744
|
-
var DescribeDataset = [
|
|
751
|
+
var DescribeDataset$ = [
|
|
745
752
|
9,
|
|
746
753
|
n0,
|
|
747
754
|
_DDe,
|
|
748
755
|
{ [_h]: ["GET", "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}", 200] },
|
|
749
|
-
() => DescribeDatasetRequest
|
|
750
|
-
() => DescribeDatasetResponse
|
|
756
|
+
() => DescribeDatasetRequest$,
|
|
757
|
+
() => DescribeDatasetResponse$,
|
|
751
758
|
];
|
|
752
|
-
var DescribeIdentityPoolUsage = [
|
|
759
|
+
var DescribeIdentityPoolUsage$ = [
|
|
753
760
|
9,
|
|
754
761
|
n0,
|
|
755
762
|
_DIPU,
|
|
756
763
|
{ [_h]: ["GET", "/identitypools/{IdentityPoolId}", 200] },
|
|
757
|
-
() => DescribeIdentityPoolUsageRequest
|
|
758
|
-
() => DescribeIdentityPoolUsageResponse
|
|
764
|
+
() => DescribeIdentityPoolUsageRequest$,
|
|
765
|
+
() => DescribeIdentityPoolUsageResponse$,
|
|
759
766
|
];
|
|
760
|
-
var DescribeIdentityUsage = [
|
|
767
|
+
var DescribeIdentityUsage$ = [
|
|
761
768
|
9,
|
|
762
769
|
n0,
|
|
763
770
|
_DIU,
|
|
764
771
|
{ [_h]: ["GET", "/identitypools/{IdentityPoolId}/identities/{IdentityId}", 200] },
|
|
765
|
-
() => DescribeIdentityUsageRequest
|
|
766
|
-
() => DescribeIdentityUsageResponse
|
|
772
|
+
() => DescribeIdentityUsageRequest$,
|
|
773
|
+
() => DescribeIdentityUsageResponse$,
|
|
767
774
|
];
|
|
768
|
-
var GetBulkPublishDetails = [
|
|
775
|
+
var GetBulkPublishDetails$ = [
|
|
769
776
|
9,
|
|
770
777
|
n0,
|
|
771
778
|
_GBPD,
|
|
772
779
|
{ [_h]: ["POST", "/identitypools/{IdentityPoolId}/getBulkPublishDetails", 200] },
|
|
773
|
-
() => GetBulkPublishDetailsRequest
|
|
774
|
-
() => GetBulkPublishDetailsResponse
|
|
780
|
+
() => GetBulkPublishDetailsRequest$,
|
|
781
|
+
() => GetBulkPublishDetailsResponse$,
|
|
775
782
|
];
|
|
776
|
-
var GetCognitoEvents = [
|
|
783
|
+
var GetCognitoEvents$ = [
|
|
777
784
|
9,
|
|
778
785
|
n0,
|
|
779
786
|
_GCE,
|
|
780
787
|
{ [_h]: ["GET", "/identitypools/{IdentityPoolId}/events", 200] },
|
|
781
|
-
() => GetCognitoEventsRequest
|
|
782
|
-
() => GetCognitoEventsResponse
|
|
788
|
+
() => GetCognitoEventsRequest$,
|
|
789
|
+
() => GetCognitoEventsResponse$,
|
|
783
790
|
];
|
|
784
|
-
var GetIdentityPoolConfiguration = [
|
|
791
|
+
var GetIdentityPoolConfiguration$ = [
|
|
785
792
|
9,
|
|
786
793
|
n0,
|
|
787
794
|
_GIPC,
|
|
788
795
|
{ [_h]: ["GET", "/identitypools/{IdentityPoolId}/configuration", 200] },
|
|
789
|
-
() => GetIdentityPoolConfigurationRequest
|
|
790
|
-
() => GetIdentityPoolConfigurationResponse
|
|
796
|
+
() => GetIdentityPoolConfigurationRequest$,
|
|
797
|
+
() => GetIdentityPoolConfigurationResponse$,
|
|
791
798
|
];
|
|
792
|
-
var ListDatasets = [
|
|
799
|
+
var ListDatasets$ = [
|
|
793
800
|
9,
|
|
794
801
|
n0,
|
|
795
802
|
_LD,
|
|
796
803
|
{ [_h]: ["GET", "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets", 200] },
|
|
797
|
-
() => ListDatasetsRequest
|
|
798
|
-
() => ListDatasetsResponse
|
|
804
|
+
() => ListDatasetsRequest$,
|
|
805
|
+
() => ListDatasetsResponse$,
|
|
799
806
|
];
|
|
800
|
-
var ListIdentityPoolUsage = [
|
|
807
|
+
var ListIdentityPoolUsage$ = [
|
|
801
808
|
9,
|
|
802
809
|
n0,
|
|
803
810
|
_LIPU,
|
|
804
811
|
{ [_h]: ["GET", "/identitypools", 200] },
|
|
805
|
-
() => ListIdentityPoolUsageRequest
|
|
806
|
-
() => ListIdentityPoolUsageResponse
|
|
812
|
+
() => ListIdentityPoolUsageRequest$,
|
|
813
|
+
() => ListIdentityPoolUsageResponse$,
|
|
807
814
|
];
|
|
808
|
-
var ListRecords = [
|
|
815
|
+
var ListRecords$ = [
|
|
809
816
|
9,
|
|
810
817
|
n0,
|
|
811
818
|
_LR,
|
|
812
819
|
{ [_h]: ["GET", "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}/records", 200] },
|
|
813
|
-
() => ListRecordsRequest
|
|
814
|
-
() => ListRecordsResponse
|
|
820
|
+
() => ListRecordsRequest$,
|
|
821
|
+
() => ListRecordsResponse$,
|
|
815
822
|
];
|
|
816
|
-
var RegisterDevice = [
|
|
823
|
+
var RegisterDevice$ = [
|
|
817
824
|
9,
|
|
818
825
|
n0,
|
|
819
826
|
_RD,
|
|
820
827
|
{ [_h]: ["POST", "/identitypools/{IdentityPoolId}/identity/{IdentityId}/device", 200] },
|
|
821
|
-
() => RegisterDeviceRequest
|
|
822
|
-
() => RegisterDeviceResponse
|
|
828
|
+
() => RegisterDeviceRequest$,
|
|
829
|
+
() => RegisterDeviceResponse$,
|
|
823
830
|
];
|
|
824
|
-
var SetCognitoEvents = [
|
|
831
|
+
var SetCognitoEvents$ = [
|
|
825
832
|
9,
|
|
826
833
|
n0,
|
|
827
834
|
_SCE,
|
|
828
835
|
{ [_h]: ["POST", "/identitypools/{IdentityPoolId}/events", 200] },
|
|
829
|
-
() => SetCognitoEventsRequest
|
|
836
|
+
() => SetCognitoEventsRequest$,
|
|
830
837
|
() => __Unit,
|
|
831
838
|
];
|
|
832
|
-
var SetIdentityPoolConfiguration = [
|
|
839
|
+
var SetIdentityPoolConfiguration$ = [
|
|
833
840
|
9,
|
|
834
841
|
n0,
|
|
835
842
|
_SIPC,
|
|
836
843
|
{ [_h]: ["POST", "/identitypools/{IdentityPoolId}/configuration", 200] },
|
|
837
|
-
() => SetIdentityPoolConfigurationRequest
|
|
838
|
-
() => SetIdentityPoolConfigurationResponse
|
|
844
|
+
() => SetIdentityPoolConfigurationRequest$,
|
|
845
|
+
() => SetIdentityPoolConfigurationResponse$,
|
|
839
846
|
];
|
|
840
|
-
var SubscribeToDataset = [
|
|
847
|
+
var SubscribeToDataset$ = [
|
|
841
848
|
9,
|
|
842
849
|
n0,
|
|
843
850
|
_STD,
|
|
@@ -848,10 +855,10 @@ var SubscribeToDataset = [
|
|
|
848
855
|
200,
|
|
849
856
|
],
|
|
850
857
|
},
|
|
851
|
-
() => SubscribeToDatasetRequest
|
|
852
|
-
() => SubscribeToDatasetResponse
|
|
858
|
+
() => SubscribeToDatasetRequest$,
|
|
859
|
+
() => SubscribeToDatasetResponse$,
|
|
853
860
|
];
|
|
854
|
-
var UnsubscribeFromDataset = [
|
|
861
|
+
var UnsubscribeFromDataset$ = [
|
|
855
862
|
9,
|
|
856
863
|
n0,
|
|
857
864
|
_UFD,
|
|
@@ -862,16 +869,16 @@ var UnsubscribeFromDataset = [
|
|
|
862
869
|
200,
|
|
863
870
|
],
|
|
864
871
|
},
|
|
865
|
-
() => UnsubscribeFromDatasetRequest
|
|
866
|
-
() => UnsubscribeFromDatasetResponse
|
|
872
|
+
() => UnsubscribeFromDatasetRequest$,
|
|
873
|
+
() => UnsubscribeFromDatasetResponse$,
|
|
867
874
|
];
|
|
868
|
-
var UpdateRecords = [
|
|
875
|
+
var UpdateRecords$ = [
|
|
869
876
|
9,
|
|
870
877
|
n0,
|
|
871
878
|
_UR,
|
|
872
879
|
{ [_h]: ["POST", "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}", 200] },
|
|
873
|
-
() => UpdateRecordsRequest
|
|
874
|
-
() => UpdateRecordsResponse
|
|
880
|
+
() => UpdateRecordsRequest$,
|
|
881
|
+
() => UpdateRecordsResponse$,
|
|
875
882
|
];
|
|
876
883
|
|
|
877
884
|
class BulkPublishCommand extends smithyClient.Command
|
|
@@ -882,7 +889,7 @@ class BulkPublishCommand extends smithyClient.Command
|
|
|
882
889
|
})
|
|
883
890
|
.s("AWSCognitoSyncService", "BulkPublish", {})
|
|
884
891
|
.n("CognitoSyncClient", "BulkPublishCommand")
|
|
885
|
-
.sc(BulkPublish)
|
|
892
|
+
.sc(BulkPublish$)
|
|
886
893
|
.build() {
|
|
887
894
|
}
|
|
888
895
|
|
|
@@ -894,7 +901,7 @@ class DeleteDatasetCommand extends smithyClient.Command
|
|
|
894
901
|
})
|
|
895
902
|
.s("AWSCognitoSyncService", "DeleteDataset", {})
|
|
896
903
|
.n("CognitoSyncClient", "DeleteDatasetCommand")
|
|
897
|
-
.sc(DeleteDataset)
|
|
904
|
+
.sc(DeleteDataset$)
|
|
898
905
|
.build() {
|
|
899
906
|
}
|
|
900
907
|
|
|
@@ -906,7 +913,7 @@ class DescribeDatasetCommand extends smithyClient.Command
|
|
|
906
913
|
})
|
|
907
914
|
.s("AWSCognitoSyncService", "DescribeDataset", {})
|
|
908
915
|
.n("CognitoSyncClient", "DescribeDatasetCommand")
|
|
909
|
-
.sc(DescribeDataset)
|
|
916
|
+
.sc(DescribeDataset$)
|
|
910
917
|
.build() {
|
|
911
918
|
}
|
|
912
919
|
|
|
@@ -918,7 +925,7 @@ class DescribeIdentityPoolUsageCommand extends smithyClient.Command
|
|
|
918
925
|
})
|
|
919
926
|
.s("AWSCognitoSyncService", "DescribeIdentityPoolUsage", {})
|
|
920
927
|
.n("CognitoSyncClient", "DescribeIdentityPoolUsageCommand")
|
|
921
|
-
.sc(DescribeIdentityPoolUsage)
|
|
928
|
+
.sc(DescribeIdentityPoolUsage$)
|
|
922
929
|
.build() {
|
|
923
930
|
}
|
|
924
931
|
|
|
@@ -930,7 +937,7 @@ class DescribeIdentityUsageCommand extends smithyClient.Command
|
|
|
930
937
|
})
|
|
931
938
|
.s("AWSCognitoSyncService", "DescribeIdentityUsage", {})
|
|
932
939
|
.n("CognitoSyncClient", "DescribeIdentityUsageCommand")
|
|
933
|
-
.sc(DescribeIdentityUsage)
|
|
940
|
+
.sc(DescribeIdentityUsage$)
|
|
934
941
|
.build() {
|
|
935
942
|
}
|
|
936
943
|
|
|
@@ -942,7 +949,7 @@ class GetBulkPublishDetailsCommand extends smithyClient.Command
|
|
|
942
949
|
})
|
|
943
950
|
.s("AWSCognitoSyncService", "GetBulkPublishDetails", {})
|
|
944
951
|
.n("CognitoSyncClient", "GetBulkPublishDetailsCommand")
|
|
945
|
-
.sc(GetBulkPublishDetails)
|
|
952
|
+
.sc(GetBulkPublishDetails$)
|
|
946
953
|
.build() {
|
|
947
954
|
}
|
|
948
955
|
|
|
@@ -954,7 +961,7 @@ class GetCognitoEventsCommand extends smithyClient.Command
|
|
|
954
961
|
})
|
|
955
962
|
.s("AWSCognitoSyncService", "GetCognitoEvents", {})
|
|
956
963
|
.n("CognitoSyncClient", "GetCognitoEventsCommand")
|
|
957
|
-
.sc(GetCognitoEvents)
|
|
964
|
+
.sc(GetCognitoEvents$)
|
|
958
965
|
.build() {
|
|
959
966
|
}
|
|
960
967
|
|
|
@@ -966,7 +973,7 @@ class GetIdentityPoolConfigurationCommand extends smithyClient.Command
|
|
|
966
973
|
})
|
|
967
974
|
.s("AWSCognitoSyncService", "GetIdentityPoolConfiguration", {})
|
|
968
975
|
.n("CognitoSyncClient", "GetIdentityPoolConfigurationCommand")
|
|
969
|
-
.sc(GetIdentityPoolConfiguration)
|
|
976
|
+
.sc(GetIdentityPoolConfiguration$)
|
|
970
977
|
.build() {
|
|
971
978
|
}
|
|
972
979
|
|
|
@@ -978,7 +985,7 @@ class ListDatasetsCommand extends smithyClient.Command
|
|
|
978
985
|
})
|
|
979
986
|
.s("AWSCognitoSyncService", "ListDatasets", {})
|
|
980
987
|
.n("CognitoSyncClient", "ListDatasetsCommand")
|
|
981
|
-
.sc(ListDatasets)
|
|
988
|
+
.sc(ListDatasets$)
|
|
982
989
|
.build() {
|
|
983
990
|
}
|
|
984
991
|
|
|
@@ -990,7 +997,7 @@ class ListIdentityPoolUsageCommand extends smithyClient.Command
|
|
|
990
997
|
})
|
|
991
998
|
.s("AWSCognitoSyncService", "ListIdentityPoolUsage", {})
|
|
992
999
|
.n("CognitoSyncClient", "ListIdentityPoolUsageCommand")
|
|
993
|
-
.sc(ListIdentityPoolUsage)
|
|
1000
|
+
.sc(ListIdentityPoolUsage$)
|
|
994
1001
|
.build() {
|
|
995
1002
|
}
|
|
996
1003
|
|
|
@@ -1002,7 +1009,7 @@ class ListRecordsCommand extends smithyClient.Command
|
|
|
1002
1009
|
})
|
|
1003
1010
|
.s("AWSCognitoSyncService", "ListRecords", {})
|
|
1004
1011
|
.n("CognitoSyncClient", "ListRecordsCommand")
|
|
1005
|
-
.sc(ListRecords)
|
|
1012
|
+
.sc(ListRecords$)
|
|
1006
1013
|
.build() {
|
|
1007
1014
|
}
|
|
1008
1015
|
|
|
@@ -1014,7 +1021,7 @@ class RegisterDeviceCommand extends smithyClient.Command
|
|
|
1014
1021
|
})
|
|
1015
1022
|
.s("AWSCognitoSyncService", "RegisterDevice", {})
|
|
1016
1023
|
.n("CognitoSyncClient", "RegisterDeviceCommand")
|
|
1017
|
-
.sc(RegisterDevice)
|
|
1024
|
+
.sc(RegisterDevice$)
|
|
1018
1025
|
.build() {
|
|
1019
1026
|
}
|
|
1020
1027
|
|
|
@@ -1026,7 +1033,7 @@ class SetCognitoEventsCommand extends smithyClient.Command
|
|
|
1026
1033
|
})
|
|
1027
1034
|
.s("AWSCognitoSyncService", "SetCognitoEvents", {})
|
|
1028
1035
|
.n("CognitoSyncClient", "SetCognitoEventsCommand")
|
|
1029
|
-
.sc(SetCognitoEvents)
|
|
1036
|
+
.sc(SetCognitoEvents$)
|
|
1030
1037
|
.build() {
|
|
1031
1038
|
}
|
|
1032
1039
|
|
|
@@ -1038,7 +1045,7 @@ class SetIdentityPoolConfigurationCommand extends smithyClient.Command
|
|
|
1038
1045
|
})
|
|
1039
1046
|
.s("AWSCognitoSyncService", "SetIdentityPoolConfiguration", {})
|
|
1040
1047
|
.n("CognitoSyncClient", "SetIdentityPoolConfigurationCommand")
|
|
1041
|
-
.sc(SetIdentityPoolConfiguration)
|
|
1048
|
+
.sc(SetIdentityPoolConfiguration$)
|
|
1042
1049
|
.build() {
|
|
1043
1050
|
}
|
|
1044
1051
|
|
|
@@ -1050,7 +1057,7 @@ class SubscribeToDatasetCommand extends smithyClient.Command
|
|
|
1050
1057
|
})
|
|
1051
1058
|
.s("AWSCognitoSyncService", "SubscribeToDataset", {})
|
|
1052
1059
|
.n("CognitoSyncClient", "SubscribeToDatasetCommand")
|
|
1053
|
-
.sc(SubscribeToDataset)
|
|
1060
|
+
.sc(SubscribeToDataset$)
|
|
1054
1061
|
.build() {
|
|
1055
1062
|
}
|
|
1056
1063
|
|
|
@@ -1062,7 +1069,7 @@ class UnsubscribeFromDatasetCommand extends smithyClient.Command
|
|
|
1062
1069
|
})
|
|
1063
1070
|
.s("AWSCognitoSyncService", "UnsubscribeFromDataset", {})
|
|
1064
1071
|
.n("CognitoSyncClient", "UnsubscribeFromDatasetCommand")
|
|
1065
|
-
.sc(UnsubscribeFromDataset)
|
|
1072
|
+
.sc(UnsubscribeFromDataset$)
|
|
1066
1073
|
.build() {
|
|
1067
1074
|
}
|
|
1068
1075
|
|
|
@@ -1074,7 +1081,7 @@ class UpdateRecordsCommand extends smithyClient.Command
|
|
|
1074
1081
|
})
|
|
1075
1082
|
.s("AWSCognitoSyncService", "UpdateRecords", {})
|
|
1076
1083
|
.n("CognitoSyncClient", "UpdateRecordsCommand")
|
|
1077
|
-
.sc(UpdateRecords)
|
|
1084
|
+
.sc(UpdateRecords$)
|
|
1078
1085
|
.build() {
|
|
1079
1086
|
}
|
|
1080
1087
|
|
|
@@ -1130,40 +1137,111 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1130
1137
|
enumerable: true,
|
|
1131
1138
|
get: function () { return smithyClient.Client; }
|
|
1132
1139
|
});
|
|
1133
|
-
exports.AlreadyStreamedException = AlreadyStreamedException
|
|
1140
|
+
exports.AlreadyStreamedException = AlreadyStreamedException;
|
|
1141
|
+
exports.AlreadyStreamedException$ = AlreadyStreamedException$;
|
|
1142
|
+
exports.BulkPublish$ = BulkPublish$;
|
|
1134
1143
|
exports.BulkPublishCommand = BulkPublishCommand;
|
|
1144
|
+
exports.BulkPublishRequest$ = BulkPublishRequest$;
|
|
1145
|
+
exports.BulkPublishResponse$ = BulkPublishResponse$;
|
|
1135
1146
|
exports.BulkPublishStatus = BulkPublishStatus;
|
|
1147
|
+
exports.CognitoStreams$ = CognitoStreams$;
|
|
1136
1148
|
exports.CognitoSync = CognitoSync;
|
|
1137
1149
|
exports.CognitoSyncClient = CognitoSyncClient;
|
|
1138
|
-
exports.CognitoSyncServiceException = CognitoSyncServiceException
|
|
1139
|
-
exports.
|
|
1150
|
+
exports.CognitoSyncServiceException = CognitoSyncServiceException;
|
|
1151
|
+
exports.CognitoSyncServiceException$ = CognitoSyncServiceException$;
|
|
1152
|
+
exports.ConcurrentModificationException = ConcurrentModificationException;
|
|
1153
|
+
exports.ConcurrentModificationException$ = ConcurrentModificationException$;
|
|
1154
|
+
exports.Dataset$ = Dataset$;
|
|
1155
|
+
exports.DeleteDataset$ = DeleteDataset$;
|
|
1140
1156
|
exports.DeleteDatasetCommand = DeleteDatasetCommand;
|
|
1157
|
+
exports.DeleteDatasetRequest$ = DeleteDatasetRequest$;
|
|
1158
|
+
exports.DeleteDatasetResponse$ = DeleteDatasetResponse$;
|
|
1159
|
+
exports.DescribeDataset$ = DescribeDataset$;
|
|
1141
1160
|
exports.DescribeDatasetCommand = DescribeDatasetCommand;
|
|
1161
|
+
exports.DescribeDatasetRequest$ = DescribeDatasetRequest$;
|
|
1162
|
+
exports.DescribeDatasetResponse$ = DescribeDatasetResponse$;
|
|
1163
|
+
exports.DescribeIdentityPoolUsage$ = DescribeIdentityPoolUsage$;
|
|
1142
1164
|
exports.DescribeIdentityPoolUsageCommand = DescribeIdentityPoolUsageCommand;
|
|
1165
|
+
exports.DescribeIdentityPoolUsageRequest$ = DescribeIdentityPoolUsageRequest$;
|
|
1166
|
+
exports.DescribeIdentityPoolUsageResponse$ = DescribeIdentityPoolUsageResponse$;
|
|
1167
|
+
exports.DescribeIdentityUsage$ = DescribeIdentityUsage$;
|
|
1143
1168
|
exports.DescribeIdentityUsageCommand = DescribeIdentityUsageCommand;
|
|
1144
|
-
exports.
|
|
1169
|
+
exports.DescribeIdentityUsageRequest$ = DescribeIdentityUsageRequest$;
|
|
1170
|
+
exports.DescribeIdentityUsageResponse$ = DescribeIdentityUsageResponse$;
|
|
1171
|
+
exports.DuplicateRequestException = DuplicateRequestException;
|
|
1172
|
+
exports.DuplicateRequestException$ = DuplicateRequestException$;
|
|
1173
|
+
exports.GetBulkPublishDetails$ = GetBulkPublishDetails$;
|
|
1145
1174
|
exports.GetBulkPublishDetailsCommand = GetBulkPublishDetailsCommand;
|
|
1175
|
+
exports.GetBulkPublishDetailsRequest$ = GetBulkPublishDetailsRequest$;
|
|
1176
|
+
exports.GetBulkPublishDetailsResponse$ = GetBulkPublishDetailsResponse$;
|
|
1177
|
+
exports.GetCognitoEvents$ = GetCognitoEvents$;
|
|
1146
1178
|
exports.GetCognitoEventsCommand = GetCognitoEventsCommand;
|
|
1179
|
+
exports.GetCognitoEventsRequest$ = GetCognitoEventsRequest$;
|
|
1180
|
+
exports.GetCognitoEventsResponse$ = GetCognitoEventsResponse$;
|
|
1181
|
+
exports.GetIdentityPoolConfiguration$ = GetIdentityPoolConfiguration$;
|
|
1147
1182
|
exports.GetIdentityPoolConfigurationCommand = GetIdentityPoolConfigurationCommand;
|
|
1148
|
-
exports.
|
|
1149
|
-
exports.
|
|
1150
|
-
exports.
|
|
1151
|
-
exports.
|
|
1152
|
-
exports.
|
|
1153
|
-
exports.
|
|
1183
|
+
exports.GetIdentityPoolConfigurationRequest$ = GetIdentityPoolConfigurationRequest$;
|
|
1184
|
+
exports.GetIdentityPoolConfigurationResponse$ = GetIdentityPoolConfigurationResponse$;
|
|
1185
|
+
exports.IdentityPoolUsage$ = IdentityPoolUsage$;
|
|
1186
|
+
exports.IdentityUsage$ = IdentityUsage$;
|
|
1187
|
+
exports.InternalErrorException = InternalErrorException;
|
|
1188
|
+
exports.InternalErrorException$ = InternalErrorException$;
|
|
1189
|
+
exports.InvalidConfigurationException = InvalidConfigurationException;
|
|
1190
|
+
exports.InvalidConfigurationException$ = InvalidConfigurationException$;
|
|
1191
|
+
exports.InvalidLambdaFunctionOutputException = InvalidLambdaFunctionOutputException;
|
|
1192
|
+
exports.InvalidLambdaFunctionOutputException$ = InvalidLambdaFunctionOutputException$;
|
|
1193
|
+
exports.InvalidParameterException = InvalidParameterException;
|
|
1194
|
+
exports.InvalidParameterException$ = InvalidParameterException$;
|
|
1195
|
+
exports.LambdaThrottledException = LambdaThrottledException;
|
|
1196
|
+
exports.LambdaThrottledException$ = LambdaThrottledException$;
|
|
1197
|
+
exports.LimitExceededException = LimitExceededException;
|
|
1198
|
+
exports.LimitExceededException$ = LimitExceededException$;
|
|
1199
|
+
exports.ListDatasets$ = ListDatasets$;
|
|
1154
1200
|
exports.ListDatasetsCommand = ListDatasetsCommand;
|
|
1201
|
+
exports.ListDatasetsRequest$ = ListDatasetsRequest$;
|
|
1202
|
+
exports.ListDatasetsResponse$ = ListDatasetsResponse$;
|
|
1203
|
+
exports.ListIdentityPoolUsage$ = ListIdentityPoolUsage$;
|
|
1155
1204
|
exports.ListIdentityPoolUsageCommand = ListIdentityPoolUsageCommand;
|
|
1205
|
+
exports.ListIdentityPoolUsageRequest$ = ListIdentityPoolUsageRequest$;
|
|
1206
|
+
exports.ListIdentityPoolUsageResponse$ = ListIdentityPoolUsageResponse$;
|
|
1207
|
+
exports.ListRecords$ = ListRecords$;
|
|
1156
1208
|
exports.ListRecordsCommand = ListRecordsCommand;
|
|
1157
|
-
exports.
|
|
1209
|
+
exports.ListRecordsRequest$ = ListRecordsRequest$;
|
|
1210
|
+
exports.ListRecordsResponse$ = ListRecordsResponse$;
|
|
1211
|
+
exports.NotAuthorizedException = NotAuthorizedException;
|
|
1212
|
+
exports.NotAuthorizedException$ = NotAuthorizedException$;
|
|
1158
1213
|
exports.Operation = Operation;
|
|
1159
1214
|
exports.Platform = Platform;
|
|
1215
|
+
exports.PushSync$ = PushSync$;
|
|
1216
|
+
exports.RecordPatch$ = RecordPatch$;
|
|
1217
|
+
exports.RegisterDevice$ = RegisterDevice$;
|
|
1160
1218
|
exports.RegisterDeviceCommand = RegisterDeviceCommand;
|
|
1161
|
-
exports.
|
|
1162
|
-
exports.
|
|
1219
|
+
exports.RegisterDeviceRequest$ = RegisterDeviceRequest$;
|
|
1220
|
+
exports.RegisterDeviceResponse$ = RegisterDeviceResponse$;
|
|
1221
|
+
exports.ResourceConflictException = ResourceConflictException;
|
|
1222
|
+
exports.ResourceConflictException$ = ResourceConflictException$;
|
|
1223
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1224
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1225
|
+
exports.SetCognitoEvents$ = SetCognitoEvents$;
|
|
1163
1226
|
exports.SetCognitoEventsCommand = SetCognitoEventsCommand;
|
|
1227
|
+
exports.SetCognitoEventsRequest$ = SetCognitoEventsRequest$;
|
|
1228
|
+
exports.SetIdentityPoolConfiguration$ = SetIdentityPoolConfiguration$;
|
|
1164
1229
|
exports.SetIdentityPoolConfigurationCommand = SetIdentityPoolConfigurationCommand;
|
|
1230
|
+
exports.SetIdentityPoolConfigurationRequest$ = SetIdentityPoolConfigurationRequest$;
|
|
1231
|
+
exports.SetIdentityPoolConfigurationResponse$ = SetIdentityPoolConfigurationResponse$;
|
|
1165
1232
|
exports.StreamingStatus = StreamingStatus;
|
|
1233
|
+
exports.SubscribeToDataset$ = SubscribeToDataset$;
|
|
1166
1234
|
exports.SubscribeToDatasetCommand = SubscribeToDatasetCommand;
|
|
1167
|
-
exports.
|
|
1235
|
+
exports.SubscribeToDatasetRequest$ = SubscribeToDatasetRequest$;
|
|
1236
|
+
exports.SubscribeToDatasetResponse$ = SubscribeToDatasetResponse$;
|
|
1237
|
+
exports.TooManyRequestsException = TooManyRequestsException;
|
|
1238
|
+
exports.TooManyRequestsException$ = TooManyRequestsException$;
|
|
1239
|
+
exports.UnsubscribeFromDataset$ = UnsubscribeFromDataset$;
|
|
1168
1240
|
exports.UnsubscribeFromDatasetCommand = UnsubscribeFromDatasetCommand;
|
|
1241
|
+
exports.UnsubscribeFromDatasetRequest$ = UnsubscribeFromDatasetRequest$;
|
|
1242
|
+
exports.UnsubscribeFromDatasetResponse$ = UnsubscribeFromDatasetResponse$;
|
|
1243
|
+
exports.UpdateRecords$ = UpdateRecords$;
|
|
1169
1244
|
exports.UpdateRecordsCommand = UpdateRecordsCommand;
|
|
1245
|
+
exports.UpdateRecordsRequest$ = UpdateRecordsRequest$;
|
|
1246
|
+
exports.UpdateRecordsResponse$ = UpdateRecordsResponse$;
|
|
1247
|
+
exports._Record$ = _Record$;
|