@aws-sdk/client-cognito-sync 3.987.0 → 3.989.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.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultCognitoSyncHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2014-06-30",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.cognitosync",
30
+ errorTypeRegistries,
29
31
  xmlNamespace: "http://cognito-sync.amazonaws.com/doc/2014-06-30/",
30
32
  version: "2014-06-30",
31
33
  serviceTarget: "AWSCognitoSyncService",
@@ -124,20 +124,100 @@ const _lSC = "lastSyncCount";
124
124
  const _m = "message";
125
125
  const _mR = "maxResults";
126
126
  const _nT = "nextToken";
127
- const _s = "server";
127
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.cognitosync";
128
128
  const _sST = "syncSessionToken";
129
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.cognitosync";
129
+ const _se = "server";
130
130
  const _xaCC = "x-amz-Client-Context";
131
131
  const n0 = "com.amazonaws.cognitosync";
132
132
  import { TypeRegistry } from "@smithy/core/schema";
133
133
  import { CognitoSyncServiceException } from "../models/CognitoSyncServiceException";
134
134
  import { AlreadyStreamedException, ConcurrentModificationException, DuplicateRequestException, InternalErrorException, InvalidConfigurationException, InvalidLambdaFunctionOutputException, InvalidParameterException, LambdaThrottledException, LimitExceededException, NotAuthorizedException, ResourceConflictException, ResourceNotFoundException, TooManyRequestsException, } from "../models/errors";
135
+ const _s_registry = TypeRegistry.for(_s);
136
+ export var CognitoSyncServiceException$ = [-3, _s, "CognitoSyncServiceException", 0, [], []];
137
+ _s_registry.registerError(CognitoSyncServiceException$, CognitoSyncServiceException);
138
+ const n0_registry = TypeRegistry.for(n0);
135
139
  export var AlreadyStreamedException$ = [-3, n0, _ASE,
136
140
  { [_aQE]: [`AlreadyStreamed`, 400], [_e]: _c, [_hE]: 400 },
137
141
  [_m],
138
142
  [0], 1
139
143
  ];
140
- TypeRegistry.for(n0).registerError(AlreadyStreamedException$, AlreadyStreamedException);
144
+ n0_registry.registerError(AlreadyStreamedException$, AlreadyStreamedException);
145
+ export var ConcurrentModificationException$ = [-3, n0, _CME,
146
+ { [_aQE]: [`ConcurrentModification`, 400], [_e]: _c, [_hE]: 400 },
147
+ [_m],
148
+ [0], 1
149
+ ];
150
+ n0_registry.registerError(ConcurrentModificationException$, ConcurrentModificationException);
151
+ export var DuplicateRequestException$ = [-3, n0, _DRE,
152
+ { [_aQE]: [`DuplicateRequest`, 400], [_e]: _c, [_hE]: 400 },
153
+ [_m],
154
+ [0], 1
155
+ ];
156
+ n0_registry.registerError(DuplicateRequestException$, DuplicateRequestException);
157
+ export var InternalErrorException$ = [-3, n0, _IEE,
158
+ { [_aQE]: [`InternalError`, 500], [_e]: _se, [_hE]: 500 },
159
+ [_m],
160
+ [0], 1
161
+ ];
162
+ n0_registry.registerError(InternalErrorException$, InternalErrorException);
163
+ export var InvalidConfigurationException$ = [-3, n0, _ICE,
164
+ { [_aQE]: [`InvalidConfiguration`, 400], [_e]: _c, [_hE]: 400 },
165
+ [_m],
166
+ [0], 1
167
+ ];
168
+ n0_registry.registerError(InvalidConfigurationException$, InvalidConfigurationException);
169
+ export var InvalidLambdaFunctionOutputException$ = [-3, n0, _ILFOE,
170
+ { [_aQE]: [`InvalidLambdaFunctionOutput`, 400], [_e]: _c, [_hE]: 400 },
171
+ [_m],
172
+ [0], 1
173
+ ];
174
+ n0_registry.registerError(InvalidLambdaFunctionOutputException$, InvalidLambdaFunctionOutputException);
175
+ export var InvalidParameterException$ = [-3, n0, _IPE,
176
+ { [_aQE]: [`InvalidParameter`, 400], [_e]: _c, [_hE]: 400 },
177
+ [_m],
178
+ [0], 1
179
+ ];
180
+ n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
181
+ export var LambdaThrottledException$ = [-3, n0, _LTE,
182
+ { [_aQE]: [`LambdaThrottled`, 429], [_e]: _c, [_hE]: 429 },
183
+ [_m],
184
+ [0], 1
185
+ ];
186
+ n0_registry.registerError(LambdaThrottledException$, LambdaThrottledException);
187
+ export var LimitExceededException$ = [-3, n0, _LEE,
188
+ { [_aQE]: [`LimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
189
+ [_m],
190
+ [0], 1
191
+ ];
192
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
193
+ export var NotAuthorizedException$ = [-3, n0, _NAE,
194
+ { [_aQE]: [`NotAuthorizedError`, 403], [_e]: _c, [_hE]: 403 },
195
+ [_m],
196
+ [0], 1
197
+ ];
198
+ n0_registry.registerError(NotAuthorizedException$, NotAuthorizedException);
199
+ export var ResourceConflictException$ = [-3, n0, _RCE,
200
+ { [_aQE]: [`ResourceConflict`, 409], [_e]: _c, [_hE]: 409 },
201
+ [_m],
202
+ [0], 1
203
+ ];
204
+ n0_registry.registerError(ResourceConflictException$, ResourceConflictException);
205
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
206
+ { [_aQE]: [`ResourceNotFound`, 404], [_e]: _c, [_hE]: 404 },
207
+ [_m],
208
+ [0], 1
209
+ ];
210
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
211
+ export var TooManyRequestsException$ = [-3, n0, _TMRE,
212
+ { [_aQE]: [`TooManyRequests`, 429], [_e]: _c, [_hE]: 429 },
213
+ [_m],
214
+ [0], 1
215
+ ];
216
+ n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
217
+ export const errorTypeRegistries = [
218
+ _s_registry,
219
+ n0_registry,
220
+ ];
141
221
  export var BulkPublishRequest$ = [3, n0, _BPR,
142
222
  0,
143
223
  [_IPI],
@@ -153,12 +233,6 @@ export var CognitoStreams$ = [3, n0, _CS,
153
233
  [_SN, _RA, _SS],
154
234
  [0, 0, 0]
155
235
  ];
156
- export var ConcurrentModificationException$ = [-3, n0, _CME,
157
- { [_aQE]: [`ConcurrentModification`, 400], [_e]: _c, [_hE]: 400 },
158
- [_m],
159
- [0], 1
160
- ];
161
- TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
162
236
  export var Dataset$ = [3, n0, _D,
163
237
  0,
164
238
  [_II, _DN, _CD, _LMD, _LMB, _DS, _NR],
@@ -204,12 +278,6 @@ export var DescribeIdentityUsageResponse$ = [3, n0, _DIURe,
204
278
  [_IU],
205
279
  [() => IdentityUsage$]
206
280
  ];
207
- export var DuplicateRequestException$ = [-3, n0, _DRE,
208
- { [_aQE]: [`DuplicateRequest`, 400], [_e]: _c, [_hE]: 400 },
209
- [_m],
210
- [0], 1
211
- ];
212
- TypeRegistry.for(n0).registerError(DuplicateRequestException$, DuplicateRequestException);
213
281
  export var GetBulkPublishDetailsRequest$ = [3, n0, _GBPDR,
214
282
  0,
215
283
  [_IPI],
@@ -250,42 +318,6 @@ export var IdentityUsage$ = [3, n0, _IU,
250
318
  [_II, _IPI, _LMD, _DC, _DS],
251
319
  [0, 0, 4, 1, 1]
252
320
  ];
253
- export var InternalErrorException$ = [-3, n0, _IEE,
254
- { [_aQE]: [`InternalError`, 500], [_e]: _s, [_hE]: 500 },
255
- [_m],
256
- [0], 1
257
- ];
258
- TypeRegistry.for(n0).registerError(InternalErrorException$, InternalErrorException);
259
- export var InvalidConfigurationException$ = [-3, n0, _ICE,
260
- { [_aQE]: [`InvalidConfiguration`, 400], [_e]: _c, [_hE]: 400 },
261
- [_m],
262
- [0], 1
263
- ];
264
- TypeRegistry.for(n0).registerError(InvalidConfigurationException$, InvalidConfigurationException);
265
- export var InvalidLambdaFunctionOutputException$ = [-3, n0, _ILFOE,
266
- { [_aQE]: [`InvalidLambdaFunctionOutput`, 400], [_e]: _c, [_hE]: 400 },
267
- [_m],
268
- [0], 1
269
- ];
270
- TypeRegistry.for(n0).registerError(InvalidLambdaFunctionOutputException$, InvalidLambdaFunctionOutputException);
271
- export var InvalidParameterException$ = [-3, n0, _IPE,
272
- { [_aQE]: [`InvalidParameter`, 400], [_e]: _c, [_hE]: 400 },
273
- [_m],
274
- [0], 1
275
- ];
276
- TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
277
- export var LambdaThrottledException$ = [-3, n0, _LTE,
278
- { [_aQE]: [`LambdaThrottled`, 429], [_e]: _c, [_hE]: 429 },
279
- [_m],
280
- [0], 1
281
- ];
282
- TypeRegistry.for(n0).registerError(LambdaThrottledException$, LambdaThrottledException);
283
- export var LimitExceededException$ = [-3, n0, _LEE,
284
- { [_aQE]: [`LimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
285
- [_m],
286
- [0], 1
287
- ];
288
- TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
289
321
  export var ListDatasetsRequest$ = [3, n0, _LDR,
290
322
  0,
291
323
  [_IPI, _II, _NT, _MR],
@@ -316,12 +348,6 @@ export var ListRecordsResponse$ = [3, n0, _LRRi,
316
348
  [_R, _NT, _C, _DSC, _LMB, _MDN, _DE, _DDARSC, _SST],
317
349
  [() => RecordList, 0, 1, 1, 0, 64 | 0, 2, 2, 0]
318
350
  ];
319
- export var NotAuthorizedException$ = [-3, n0, _NAE,
320
- { [_aQE]: [`NotAuthorizedError`, 403], [_e]: _c, [_hE]: 403 },
321
- [_m],
322
- [0], 1
323
- ];
324
- TypeRegistry.for(n0).registerError(NotAuthorizedException$, NotAuthorizedException);
325
351
  export var PushSync$ = [3, n0, _PS,
326
352
  0,
327
353
  [_AA, _RA],
@@ -347,18 +373,6 @@ export var RegisterDeviceResponse$ = [3, n0, _RDRe,
347
373
  [_DI],
348
374
  [0]
349
375
  ];
350
- export var ResourceConflictException$ = [-3, n0, _RCE,
351
- { [_aQE]: [`ResourceConflict`, 409], [_e]: _c, [_hE]: 409 },
352
- [_m],
353
- [0], 1
354
- ];
355
- TypeRegistry.for(n0).registerError(ResourceConflictException$, ResourceConflictException);
356
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
357
- { [_aQE]: [`ResourceNotFound`, 404], [_e]: _c, [_hE]: 404 },
358
- [_m],
359
- [0], 1
360
- ];
361
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
362
376
  export var SetCognitoEventsRequest$ = [3, n0, _SCER,
363
377
  0,
364
378
  [_IPI, _E],
@@ -384,12 +398,6 @@ export var SubscribeToDatasetResponse$ = [3, n0, _STDRu,
384
398
  [],
385
399
  []
386
400
  ];
387
- export var TooManyRequestsException$ = [-3, n0, _TMRE,
388
- { [_aQE]: [`TooManyRequests`, 429], [_e]: _c, [_hE]: 429 },
389
- [_m],
390
- [0], 1
391
- ];
392
- TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
393
401
  export var UnsubscribeFromDatasetRequest$ = [3, n0, _UFDR,
394
402
  0,
395
403
  [_IPI, _II, _DN, _DI],
@@ -411,8 +419,6 @@ export var UpdateRecordsResponse$ = [3, n0, _URRp,
411
419
  [() => RecordList]
412
420
  ];
413
421
  var __Unit = "unit";
414
- export var CognitoSyncServiceException$ = [-3, _sm, "CognitoSyncServiceException", 0, [], []];
415
- TypeRegistry.for(_sm).registerError(CognitoSyncServiceException$, CognitoSyncServiceException);
416
422
  var ApplicationArnList = 64 | 0;
417
423
  var DatasetList = [1, n0, _DL,
418
424
  0, () => Dataset$
@@ -1,9 +1,28 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var CognitoSyncServiceException$: StaticErrorSchema;
2
4
  export declare var AlreadyStreamedException$: StaticErrorSchema;
5
+ export declare var ConcurrentModificationException$: StaticErrorSchema;
6
+ export declare var DuplicateRequestException$: StaticErrorSchema;
7
+ export declare var InternalErrorException$: StaticErrorSchema;
8
+ export declare var InvalidConfigurationException$: StaticErrorSchema;
9
+ export declare var InvalidLambdaFunctionOutputException$: StaticErrorSchema;
10
+ export declare var InvalidParameterException$: StaticErrorSchema;
11
+ export declare var LambdaThrottledException$: StaticErrorSchema;
12
+ export declare var LimitExceededException$: StaticErrorSchema;
13
+ export declare var NotAuthorizedException$: StaticErrorSchema;
14
+ export declare var ResourceConflictException$: StaticErrorSchema;
15
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
16
+ export declare var TooManyRequestsException$: StaticErrorSchema;
17
+ /**
18
+ * TypeRegistry instances containing modeled errors.
19
+ * @internal
20
+ *
21
+ */
22
+ export declare const errorTypeRegistries: TypeRegistry[];
3
23
  export declare var BulkPublishRequest$: StaticStructureSchema;
4
24
  export declare var BulkPublishResponse$: StaticStructureSchema;
5
25
  export declare var CognitoStreams$: StaticStructureSchema;
6
- export declare var ConcurrentModificationException$: StaticErrorSchema;
7
26
  export declare var Dataset$: StaticStructureSchema;
8
27
  export declare var DeleteDatasetRequest$: StaticStructureSchema;
9
28
  export declare var DeleteDatasetResponse$: StaticStructureSchema;
@@ -13,7 +32,6 @@ export declare var DescribeIdentityPoolUsageRequest$: StaticStructureSchema;
13
32
  export declare var DescribeIdentityPoolUsageResponse$: StaticStructureSchema;
14
33
  export declare var DescribeIdentityUsageRequest$: StaticStructureSchema;
15
34
  export declare var DescribeIdentityUsageResponse$: StaticStructureSchema;
16
- export declare var DuplicateRequestException$: StaticErrorSchema;
17
35
  export declare var GetBulkPublishDetailsRequest$: StaticStructureSchema;
18
36
  export declare var GetBulkPublishDetailsResponse$: StaticStructureSchema;
19
37
  export declare var GetCognitoEventsRequest$: StaticStructureSchema;
@@ -22,37 +40,26 @@ export declare var GetIdentityPoolConfigurationRequest$: StaticStructureSchema;
22
40
  export declare var GetIdentityPoolConfigurationResponse$: StaticStructureSchema;
23
41
  export declare var IdentityPoolUsage$: StaticStructureSchema;
24
42
  export declare var IdentityUsage$: StaticStructureSchema;
25
- export declare var InternalErrorException$: StaticErrorSchema;
26
- export declare var InvalidConfigurationException$: StaticErrorSchema;
27
- export declare var InvalidLambdaFunctionOutputException$: StaticErrorSchema;
28
- export declare var InvalidParameterException$: StaticErrorSchema;
29
- export declare var LambdaThrottledException$: StaticErrorSchema;
30
- export declare var LimitExceededException$: StaticErrorSchema;
31
43
  export declare var ListDatasetsRequest$: StaticStructureSchema;
32
44
  export declare var ListDatasetsResponse$: StaticStructureSchema;
33
45
  export declare var ListIdentityPoolUsageRequest$: StaticStructureSchema;
34
46
  export declare var ListIdentityPoolUsageResponse$: StaticStructureSchema;
35
47
  export declare var ListRecordsRequest$: StaticStructureSchema;
36
48
  export declare var ListRecordsResponse$: StaticStructureSchema;
37
- export declare var NotAuthorizedException$: StaticErrorSchema;
38
49
  export declare var PushSync$: StaticStructureSchema;
39
50
  export declare var _Record$: StaticStructureSchema;
40
51
  export declare var RecordPatch$: StaticStructureSchema;
41
52
  export declare var RegisterDeviceRequest$: StaticStructureSchema;
42
53
  export declare var RegisterDeviceResponse$: StaticStructureSchema;
43
- export declare var ResourceConflictException$: StaticErrorSchema;
44
- export declare var ResourceNotFoundException$: StaticErrorSchema;
45
54
  export declare var SetCognitoEventsRequest$: StaticStructureSchema;
46
55
  export declare var SetIdentityPoolConfigurationRequest$: StaticStructureSchema;
47
56
  export declare var SetIdentityPoolConfigurationResponse$: StaticStructureSchema;
48
57
  export declare var SubscribeToDatasetRequest$: StaticStructureSchema;
49
58
  export declare var SubscribeToDatasetResponse$: StaticStructureSchema;
50
- export declare var TooManyRequestsException$: StaticErrorSchema;
51
59
  export declare var UnsubscribeFromDatasetRequest$: StaticStructureSchema;
52
60
  export declare var UnsubscribeFromDatasetResponse$: StaticStructureSchema;
53
61
  export declare var UpdateRecordsRequest$: StaticStructureSchema;
54
62
  export declare var UpdateRecordsResponse$: StaticStructureSchema;
55
- export declare var CognitoSyncServiceException$: StaticErrorSchema;
56
63
  export declare var BulkPublish$: StaticOperationSchema;
57
64
  export declare var DeleteDataset$: StaticOperationSchema;
58
65
  export declare var DescribeDataset$: StaticOperationSchema;
@@ -1,13 +1,27 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
7
+ export declare var CognitoSyncServiceException$: StaticErrorSchema;
6
8
  export declare var AlreadyStreamedException$: StaticErrorSchema;
9
+ export declare var ConcurrentModificationException$: StaticErrorSchema;
10
+ export declare var DuplicateRequestException$: StaticErrorSchema;
11
+ export declare var InternalErrorException$: StaticErrorSchema;
12
+ export declare var InvalidConfigurationException$: StaticErrorSchema;
13
+ export declare var InvalidLambdaFunctionOutputException$: StaticErrorSchema;
14
+ export declare var InvalidParameterException$: StaticErrorSchema;
15
+ export declare var LambdaThrottledException$: StaticErrorSchema;
16
+ export declare var LimitExceededException$: StaticErrorSchema;
17
+ export declare var NotAuthorizedException$: StaticErrorSchema;
18
+ export declare var ResourceConflictException$: StaticErrorSchema;
19
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
20
+ export declare var TooManyRequestsException$: StaticErrorSchema;
21
+ export declare const errorTypeRegistries: TypeRegistry[];
7
22
  export declare var BulkPublishRequest$: StaticStructureSchema;
8
23
  export declare var BulkPublishResponse$: StaticStructureSchema;
9
24
  export declare var CognitoStreams$: StaticStructureSchema;
10
- export declare var ConcurrentModificationException$: StaticErrorSchema;
11
25
  export declare var Dataset$: StaticStructureSchema;
12
26
  export declare var DeleteDatasetRequest$: StaticStructureSchema;
13
27
  export declare var DeleteDatasetResponse$: StaticStructureSchema;
@@ -17,7 +31,6 @@ export declare var DescribeIdentityPoolUsageRequest$: StaticStructureSchema;
17
31
  export declare var DescribeIdentityPoolUsageResponse$: StaticStructureSchema;
18
32
  export declare var DescribeIdentityUsageRequest$: StaticStructureSchema;
19
33
  export declare var DescribeIdentityUsageResponse$: StaticStructureSchema;
20
- export declare var DuplicateRequestException$: StaticErrorSchema;
21
34
  export declare var GetBulkPublishDetailsRequest$: StaticStructureSchema;
22
35
  export declare var GetBulkPublishDetailsResponse$: StaticStructureSchema;
23
36
  export declare var GetCognitoEventsRequest$: StaticStructureSchema;
@@ -26,37 +39,26 @@ export declare var GetIdentityPoolConfigurationRequest$: StaticStructureSchema;
26
39
  export declare var GetIdentityPoolConfigurationResponse$: StaticStructureSchema;
27
40
  export declare var IdentityPoolUsage$: StaticStructureSchema;
28
41
  export declare var IdentityUsage$: StaticStructureSchema;
29
- export declare var InternalErrorException$: StaticErrorSchema;
30
- export declare var InvalidConfigurationException$: StaticErrorSchema;
31
- export declare var InvalidLambdaFunctionOutputException$: StaticErrorSchema;
32
- export declare var InvalidParameterException$: StaticErrorSchema;
33
- export declare var LambdaThrottledException$: StaticErrorSchema;
34
- export declare var LimitExceededException$: StaticErrorSchema;
35
42
  export declare var ListDatasetsRequest$: StaticStructureSchema;
36
43
  export declare var ListDatasetsResponse$: StaticStructureSchema;
37
44
  export declare var ListIdentityPoolUsageRequest$: StaticStructureSchema;
38
45
  export declare var ListIdentityPoolUsageResponse$: StaticStructureSchema;
39
46
  export declare var ListRecordsRequest$: StaticStructureSchema;
40
47
  export declare var ListRecordsResponse$: StaticStructureSchema;
41
- export declare var NotAuthorizedException$: StaticErrorSchema;
42
48
  export declare var PushSync$: StaticStructureSchema;
43
49
  export declare var _Record$: StaticStructureSchema;
44
50
  export declare var RecordPatch$: StaticStructureSchema;
45
51
  export declare var RegisterDeviceRequest$: StaticStructureSchema;
46
52
  export declare var RegisterDeviceResponse$: StaticStructureSchema;
47
- export declare var ResourceConflictException$: StaticErrorSchema;
48
- export declare var ResourceNotFoundException$: StaticErrorSchema;
49
53
  export declare var SetCognitoEventsRequest$: StaticStructureSchema;
50
54
  export declare var SetIdentityPoolConfigurationRequest$: StaticStructureSchema;
51
55
  export declare var SetIdentityPoolConfigurationResponse$: StaticStructureSchema;
52
56
  export declare var SubscribeToDatasetRequest$: StaticStructureSchema;
53
57
  export declare var SubscribeToDatasetResponse$: StaticStructureSchema;
54
- export declare var TooManyRequestsException$: StaticErrorSchema;
55
58
  export declare var UnsubscribeFromDatasetRequest$: StaticStructureSchema;
56
59
  export declare var UnsubscribeFromDatasetResponse$: StaticStructureSchema;
57
60
  export declare var UpdateRecordsRequest$: StaticStructureSchema;
58
61
  export declare var UpdateRecordsResponse$: StaticStructureSchema;
59
- export declare var CognitoSyncServiceException$: StaticErrorSchema;
60
62
  export declare var BulkPublish$: StaticOperationSchema;
61
63
  export declare var DeleteDataset$: StaticOperationSchema;
62
64
  export declare var DescribeDataset$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cognito-sync",
3
3
  "description": "AWS SDK for JavaScript Cognito Sync Client for Node.js, Browser and React Native",
4
- "version": "3.987.0",
4
+ "version": "3.989.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cognito-sync",
@@ -23,38 +23,38 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.973.7",
27
- "@aws-sdk/credential-provider-node": "^3.972.6",
26
+ "@aws-sdk/core": "^3.973.9",
27
+ "@aws-sdk/credential-provider-node": "^3.972.8",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.3",
29
29
  "@aws-sdk/middleware-logger": "^3.972.3",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
31
- "@aws-sdk/middleware-user-agent": "^3.972.7",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.9",
32
32
  "@aws-sdk/region-config-resolver": "^3.972.3",
33
33
  "@aws-sdk/types": "^3.973.1",
34
- "@aws-sdk/util-endpoints": "3.987.0",
34
+ "@aws-sdk/util-endpoints": "3.989.0",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
36
- "@aws-sdk/util-user-agent-node": "^3.972.5",
36
+ "@aws-sdk/util-user-agent-node": "^3.972.7",
37
37
  "@smithy/config-resolver": "^4.4.6",
38
- "@smithy/core": "^3.22.1",
38
+ "@smithy/core": "^3.23.0",
39
39
  "@smithy/fetch-http-handler": "^5.3.9",
40
40
  "@smithy/hash-node": "^4.2.8",
41
41
  "@smithy/invalid-dependency": "^4.2.8",
42
42
  "@smithy/middleware-content-length": "^4.2.8",
43
- "@smithy/middleware-endpoint": "^4.4.13",
44
- "@smithy/middleware-retry": "^4.4.30",
43
+ "@smithy/middleware-endpoint": "^4.4.14",
44
+ "@smithy/middleware-retry": "^4.4.31",
45
45
  "@smithy/middleware-serde": "^4.2.9",
46
46
  "@smithy/middleware-stack": "^4.2.8",
47
47
  "@smithy/node-config-provider": "^4.3.8",
48
- "@smithy/node-http-handler": "^4.4.9",
48
+ "@smithy/node-http-handler": "^4.4.10",
49
49
  "@smithy/protocol-http": "^5.3.8",
50
- "@smithy/smithy-client": "^4.11.2",
50
+ "@smithy/smithy-client": "^4.11.3",
51
51
  "@smithy/types": "^4.12.0",
52
52
  "@smithy/url-parser": "^4.2.8",
53
53
  "@smithy/util-base64": "^4.3.0",
54
54
  "@smithy/util-body-length-browser": "^4.2.0",
55
55
  "@smithy/util-body-length-node": "^4.2.1",
56
- "@smithy/util-defaults-mode-browser": "^4.3.29",
57
- "@smithy/util-defaults-mode-node": "^4.2.32",
56
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
57
+ "@smithy/util-defaults-mode-node": "^4.2.33",
58
58
  "@smithy/util-endpoints": "^3.2.8",
59
59
  "@smithy/util-middleware": "^4.2.8",
60
60
  "@smithy/util-retry": "^4.2.8",