@aws-sdk/client-cognito-identity 3.987.0 → 3.988.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.
@@ -146,12 +146,86 @@ const _c = "client";
146
146
  const _e = "error";
147
147
  const _hE = "httpError";
148
148
  const _m = "message";
149
- const _s = "server";
150
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.cognitoidentity";
149
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.cognitoidentity";
150
+ const _se = "server";
151
151
  const n0 = "com.amazonaws.cognitoidentity";
152
152
  import { TypeRegistry } from "@smithy/core/schema";
153
153
  import { CognitoIdentityServiceException } from "../models/CognitoIdentityServiceException";
154
154
  import { ConcurrentModificationException, DeveloperUserAlreadyRegisteredException, ExternalServiceException, InternalErrorException, InvalidIdentityPoolConfigurationException, InvalidParameterException, LimitExceededException, NotAuthorizedException, ResourceConflictException, ResourceNotFoundException, TooManyRequestsException, } from "../models/errors";
155
+ const _s_registry = TypeRegistry.for(_s);
156
+ export var CognitoIdentityServiceException$ = [-3, _s, "CognitoIdentityServiceException", 0, [], []];
157
+ _s_registry.registerError(CognitoIdentityServiceException$, CognitoIdentityServiceException);
158
+ const n0_registry = TypeRegistry.for(n0);
159
+ export var ConcurrentModificationException$ = [-3, n0, _CME,
160
+ { [_e]: _c, [_hE]: 400 },
161
+ [_m],
162
+ [0]
163
+ ];
164
+ n0_registry.registerError(ConcurrentModificationException$, ConcurrentModificationException);
165
+ export var DeveloperUserAlreadyRegisteredException$ = [-3, n0, _DUARE,
166
+ { [_e]: _c, [_hE]: 400 },
167
+ [_m],
168
+ [0]
169
+ ];
170
+ n0_registry.registerError(DeveloperUserAlreadyRegisteredException$, DeveloperUserAlreadyRegisteredException);
171
+ export var ExternalServiceException$ = [-3, n0, _ESE,
172
+ { [_e]: _c, [_hE]: 400 },
173
+ [_m],
174
+ [0]
175
+ ];
176
+ n0_registry.registerError(ExternalServiceException$, ExternalServiceException);
177
+ export var InternalErrorException$ = [-3, n0, _IEE,
178
+ { [_e]: _se },
179
+ [_m],
180
+ [0]
181
+ ];
182
+ n0_registry.registerError(InternalErrorException$, InternalErrorException);
183
+ export var InvalidIdentityPoolConfigurationException$ = [-3, n0, _IIPCE,
184
+ { [_e]: _c, [_hE]: 400 },
185
+ [_m],
186
+ [0]
187
+ ];
188
+ n0_registry.registerError(InvalidIdentityPoolConfigurationException$, InvalidIdentityPoolConfigurationException);
189
+ export var InvalidParameterException$ = [-3, n0, _IPE,
190
+ { [_e]: _c, [_hE]: 400 },
191
+ [_m],
192
+ [0]
193
+ ];
194
+ n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
195
+ export var LimitExceededException$ = [-3, n0, _LEE,
196
+ { [_e]: _c, [_hE]: 400 },
197
+ [_m],
198
+ [0]
199
+ ];
200
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
201
+ export var NotAuthorizedException$ = [-3, n0, _NAE,
202
+ { [_e]: _c, [_hE]: 403 },
203
+ [_m],
204
+ [0]
205
+ ];
206
+ n0_registry.registerError(NotAuthorizedException$, NotAuthorizedException);
207
+ export var ResourceConflictException$ = [-3, n0, _RCE,
208
+ { [_e]: _c, [_hE]: 409 },
209
+ [_m],
210
+ [0]
211
+ ];
212
+ n0_registry.registerError(ResourceConflictException$, ResourceConflictException);
213
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
214
+ { [_e]: _c, [_hE]: 404 },
215
+ [_m],
216
+ [0]
217
+ ];
218
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
219
+ export var TooManyRequestsException$ = [-3, n0, _TMRE,
220
+ { [_e]: _c, [_hE]: 429 },
221
+ [_m],
222
+ [0]
223
+ ];
224
+ n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
225
+ export const errorTypeRegistries = [
226
+ _s_registry,
227
+ n0_registry,
228
+ ];
155
229
  var IdentityProviderToken = [0, n0, _IPT, 8, 0];
156
230
  var OIDCToken = [0, n0, _OIDCT, 8, 0];
157
231
  var SecretKeyString = [0, n0, _SKS, 8, 0];
@@ -160,12 +234,6 @@ export var CognitoIdentityProvider$ = [3, n0, _CIP,
160
234
  [_PN, _CI, _SSTC],
161
235
  [0, 0, 2]
162
236
  ];
163
- export var ConcurrentModificationException$ = [-3, n0, _CME,
164
- { [_e]: _c, [_hE]: 400 },
165
- [_m],
166
- [0]
167
- ];
168
- TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
169
237
  export var CreateIdentityPoolInput$ = [3, n0, _CIPI,
170
238
  0,
171
239
  [_IPN, _AUI, _ACF, _SLP, _DPN, _OICPARN, _CIPo, _SPARN, _IPTd],
@@ -201,18 +269,6 @@ export var DescribeIdentityPoolInput$ = [3, n0, _DIPIe,
201
269
  [_IPI],
202
270
  [0], 1
203
271
  ];
204
- export var DeveloperUserAlreadyRegisteredException$ = [-3, n0, _DUARE,
205
- { [_e]: _c, [_hE]: 400 },
206
- [_m],
207
- [0]
208
- ];
209
- TypeRegistry.for(n0).registerError(DeveloperUserAlreadyRegisteredException$, DeveloperUserAlreadyRegisteredException);
210
- export var ExternalServiceException$ = [-3, n0, _ESE,
211
- { [_e]: _c, [_hE]: 400 },
212
- [_m],
213
- [0]
214
- ];
215
- TypeRegistry.for(n0).registerError(ExternalServiceException$, ExternalServiceException);
216
272
  export var GetCredentialsForIdentityInput$ = [3, n0, _GCFII,
217
273
  0,
218
274
  [_II, _L, _CRA],
@@ -288,30 +344,6 @@ export var IdentityPoolShortDescription$ = [3, n0, _IPSD,
288
344
  [_IPI, _IPN],
289
345
  [0, 0]
290
346
  ];
291
- export var InternalErrorException$ = [-3, n0, _IEE,
292
- { [_e]: _s },
293
- [_m],
294
- [0]
295
- ];
296
- TypeRegistry.for(n0).registerError(InternalErrorException$, InternalErrorException);
297
- export var InvalidIdentityPoolConfigurationException$ = [-3, n0, _IIPCE,
298
- { [_e]: _c, [_hE]: 400 },
299
- [_m],
300
- [0]
301
- ];
302
- TypeRegistry.for(n0).registerError(InvalidIdentityPoolConfigurationException$, InvalidIdentityPoolConfigurationException);
303
- export var InvalidParameterException$ = [-3, n0, _IPE,
304
- { [_e]: _c, [_hE]: 400 },
305
- [_m],
306
- [0]
307
- ];
308
- TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
309
- export var LimitExceededException$ = [-3, n0, _LEE,
310
- { [_e]: _c, [_hE]: 400 },
311
- [_m],
312
- [0]
313
- ];
314
- TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
315
347
  export var ListIdentitiesInput$ = [3, n0, _LII,
316
348
  0,
317
349
  [_IPI, _MR, _NT, _HD],
@@ -367,24 +399,6 @@ export var MergeDeveloperIdentitiesResponse$ = [3, n0, _MDIR,
367
399
  [_II],
368
400
  [0]
369
401
  ];
370
- export var NotAuthorizedException$ = [-3, n0, _NAE,
371
- { [_e]: _c, [_hE]: 403 },
372
- [_m],
373
- [0]
374
- ];
375
- TypeRegistry.for(n0).registerError(NotAuthorizedException$, NotAuthorizedException);
376
- export var ResourceConflictException$ = [-3, n0, _RCE,
377
- { [_e]: _c, [_hE]: 409 },
378
- [_m],
379
- [0]
380
- ];
381
- TypeRegistry.for(n0).registerError(ResourceConflictException$, ResourceConflictException);
382
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
383
- { [_e]: _c, [_hE]: 404 },
384
- [_m],
385
- [0]
386
- ];
387
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
388
402
  export var RoleMapping$ = [3, n0, _RMo,
389
403
  0,
390
404
  [_Ty, _ARR, _RC],
@@ -420,12 +434,6 @@ export var TagResourceResponse$ = [3, n0, _TRR,
420
434
  [],
421
435
  []
422
436
  ];
423
- export var TooManyRequestsException$ = [-3, n0, _TMRE,
424
- { [_e]: _c, [_hE]: 429 },
425
- [_m],
426
- [0]
427
- ];
428
- TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
429
437
  export var UnlinkDeveloperIdentityInput$ = [3, n0, _UDII,
430
438
  0,
431
439
  [_II, _IPI, _DPN, _DUI],
@@ -452,8 +460,6 @@ export var UntagResourceResponse$ = [3, n0, _URR,
452
460
  []
453
461
  ];
454
462
  var __Unit = "unit";
455
- export var CognitoIdentityServiceException$ = [-3, _sm, "CognitoIdentityServiceException", 0, [], []];
456
- TypeRegistry.for(_sm).registerError(CognitoIdentityServiceException$, CognitoIdentityServiceException);
457
463
  var CognitoIdentityProviderList = [1, n0, _CIPL,
458
464
  0, () => CognitoIdentityProvider$
459
465
  ];
@@ -1,6 +1,24 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
2
- export declare var CognitoIdentityProvider$: StaticStructureSchema;
3
+ export declare var CognitoIdentityServiceException$: StaticErrorSchema;
3
4
  export declare var ConcurrentModificationException$: StaticErrorSchema;
5
+ export declare var DeveloperUserAlreadyRegisteredException$: StaticErrorSchema;
6
+ export declare var ExternalServiceException$: StaticErrorSchema;
7
+ export declare var InternalErrorException$: StaticErrorSchema;
8
+ export declare var InvalidIdentityPoolConfigurationException$: StaticErrorSchema;
9
+ export declare var InvalidParameterException$: StaticErrorSchema;
10
+ export declare var LimitExceededException$: StaticErrorSchema;
11
+ export declare var NotAuthorizedException$: StaticErrorSchema;
12
+ export declare var ResourceConflictException$: StaticErrorSchema;
13
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
14
+ export declare var TooManyRequestsException$: StaticErrorSchema;
15
+ /**
16
+ * TypeRegistry instances containing modeled errors.
17
+ * @internal
18
+ *
19
+ */
20
+ export declare const errorTypeRegistries: TypeRegistry[];
21
+ export declare var CognitoIdentityProvider$: StaticStructureSchema;
4
22
  export declare var CreateIdentityPoolInput$: StaticStructureSchema;
5
23
  export declare var Credentials$: StaticStructureSchema;
6
24
  export declare var DeleteIdentitiesInput$: StaticStructureSchema;
@@ -8,8 +26,6 @@ export declare var DeleteIdentitiesResponse$: StaticStructureSchema;
8
26
  export declare var DeleteIdentityPoolInput$: StaticStructureSchema;
9
27
  export declare var DescribeIdentityInput$: StaticStructureSchema;
10
28
  export declare var DescribeIdentityPoolInput$: StaticStructureSchema;
11
- export declare var DeveloperUserAlreadyRegisteredException$: StaticErrorSchema;
12
- export declare var ExternalServiceException$: StaticErrorSchema;
13
29
  export declare var GetCredentialsForIdentityInput$: StaticStructureSchema;
14
30
  export declare var GetCredentialsForIdentityResponse$: StaticStructureSchema;
15
31
  export declare var GetIdentityPoolRolesInput$: StaticStructureSchema;
@@ -25,10 +41,6 @@ export declare var GetPrincipalTagAttributeMapResponse$: StaticStructureSchema;
25
41
  export declare var IdentityDescription$: StaticStructureSchema;
26
42
  export declare var IdentityPool$: StaticStructureSchema;
27
43
  export declare var IdentityPoolShortDescription$: StaticStructureSchema;
28
- export declare var InternalErrorException$: StaticErrorSchema;
29
- export declare var InvalidIdentityPoolConfigurationException$: StaticErrorSchema;
30
- export declare var InvalidParameterException$: StaticErrorSchema;
31
- export declare var LimitExceededException$: StaticErrorSchema;
32
44
  export declare var ListIdentitiesInput$: StaticStructureSchema;
33
45
  export declare var ListIdentitiesResponse$: StaticStructureSchema;
34
46
  export declare var ListIdentityPoolsInput$: StaticStructureSchema;
@@ -40,9 +52,6 @@ export declare var LookupDeveloperIdentityResponse$: StaticStructureSchema;
40
52
  export declare var MappingRule$: StaticStructureSchema;
41
53
  export declare var MergeDeveloperIdentitiesInput$: StaticStructureSchema;
42
54
  export declare var MergeDeveloperIdentitiesResponse$: StaticStructureSchema;
43
- export declare var NotAuthorizedException$: StaticErrorSchema;
44
- export declare var ResourceConflictException$: StaticErrorSchema;
45
- export declare var ResourceNotFoundException$: StaticErrorSchema;
46
55
  export declare var RoleMapping$: StaticStructureSchema;
47
56
  export declare var RulesConfigurationType$: StaticStructureSchema;
48
57
  export declare var SetIdentityPoolRolesInput$: StaticStructureSchema;
@@ -50,13 +59,11 @@ export declare var SetPrincipalTagAttributeMapInput$: StaticStructureSchema;
50
59
  export declare var SetPrincipalTagAttributeMapResponse$: StaticStructureSchema;
51
60
  export declare var TagResourceInput$: StaticStructureSchema;
52
61
  export declare var TagResourceResponse$: StaticStructureSchema;
53
- export declare var TooManyRequestsException$: StaticErrorSchema;
54
62
  export declare var UnlinkDeveloperIdentityInput$: StaticStructureSchema;
55
63
  export declare var UnlinkIdentityInput$: StaticStructureSchema;
56
64
  export declare var UnprocessedIdentityId$: StaticStructureSchema;
57
65
  export declare var UntagResourceInput$: StaticStructureSchema;
58
66
  export declare var UntagResourceResponse$: StaticStructureSchema;
59
- export declare var CognitoIdentityServiceException$: StaticErrorSchema;
60
67
  export declare var CreateIdentityPool$: StaticOperationSchema;
61
68
  export declare var DeleteIdentities$: StaticOperationSchema;
62
69
  export declare var DeleteIdentityPool$: StaticOperationSchema;
@@ -1,10 +1,23 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
6
- export declare var CognitoIdentityProvider$: StaticStructureSchema;
7
+ export declare var CognitoIdentityServiceException$: StaticErrorSchema;
7
8
  export declare var ConcurrentModificationException$: StaticErrorSchema;
9
+ export declare var DeveloperUserAlreadyRegisteredException$: StaticErrorSchema;
10
+ export declare var ExternalServiceException$: StaticErrorSchema;
11
+ export declare var InternalErrorException$: StaticErrorSchema;
12
+ export declare var InvalidIdentityPoolConfigurationException$: StaticErrorSchema;
13
+ export declare var InvalidParameterException$: StaticErrorSchema;
14
+ export declare var LimitExceededException$: StaticErrorSchema;
15
+ export declare var NotAuthorizedException$: StaticErrorSchema;
16
+ export declare var ResourceConflictException$: StaticErrorSchema;
17
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
18
+ export declare var TooManyRequestsException$: StaticErrorSchema;
19
+ export declare const errorTypeRegistries: TypeRegistry[];
20
+ export declare var CognitoIdentityProvider$: StaticStructureSchema;
8
21
  export declare var CreateIdentityPoolInput$: StaticStructureSchema;
9
22
  export declare var Credentials$: StaticStructureSchema;
10
23
  export declare var DeleteIdentitiesInput$: StaticStructureSchema;
@@ -12,8 +25,6 @@ export declare var DeleteIdentitiesResponse$: StaticStructureSchema;
12
25
  export declare var DeleteIdentityPoolInput$: StaticStructureSchema;
13
26
  export declare var DescribeIdentityInput$: StaticStructureSchema;
14
27
  export declare var DescribeIdentityPoolInput$: StaticStructureSchema;
15
- export declare var DeveloperUserAlreadyRegisteredException$: StaticErrorSchema;
16
- export declare var ExternalServiceException$: StaticErrorSchema;
17
28
  export declare var GetCredentialsForIdentityInput$: StaticStructureSchema;
18
29
  export declare var GetCredentialsForIdentityResponse$: StaticStructureSchema;
19
30
  export declare var GetIdentityPoolRolesInput$: StaticStructureSchema;
@@ -29,10 +40,6 @@ export declare var GetPrincipalTagAttributeMapResponse$: StaticStructureSchema;
29
40
  export declare var IdentityDescription$: StaticStructureSchema;
30
41
  export declare var IdentityPool$: StaticStructureSchema;
31
42
  export declare var IdentityPoolShortDescription$: StaticStructureSchema;
32
- export declare var InternalErrorException$: StaticErrorSchema;
33
- export declare var InvalidIdentityPoolConfigurationException$: StaticErrorSchema;
34
- export declare var InvalidParameterException$: StaticErrorSchema;
35
- export declare var LimitExceededException$: StaticErrorSchema;
36
43
  export declare var ListIdentitiesInput$: StaticStructureSchema;
37
44
  export declare var ListIdentitiesResponse$: StaticStructureSchema;
38
45
  export declare var ListIdentityPoolsInput$: StaticStructureSchema;
@@ -44,9 +51,6 @@ export declare var LookupDeveloperIdentityResponse$: StaticStructureSchema;
44
51
  export declare var MappingRule$: StaticStructureSchema;
45
52
  export declare var MergeDeveloperIdentitiesInput$: StaticStructureSchema;
46
53
  export declare var MergeDeveloperIdentitiesResponse$: StaticStructureSchema;
47
- export declare var NotAuthorizedException$: StaticErrorSchema;
48
- export declare var ResourceConflictException$: StaticErrorSchema;
49
- export declare var ResourceNotFoundException$: StaticErrorSchema;
50
54
  export declare var RoleMapping$: StaticStructureSchema;
51
55
  export declare var RulesConfigurationType$: StaticStructureSchema;
52
56
  export declare var SetIdentityPoolRolesInput$: StaticStructureSchema;
@@ -54,13 +58,11 @@ export declare var SetPrincipalTagAttributeMapInput$: StaticStructureSchema;
54
58
  export declare var SetPrincipalTagAttributeMapResponse$: StaticStructureSchema;
55
59
  export declare var TagResourceInput$: StaticStructureSchema;
56
60
  export declare var TagResourceResponse$: StaticStructureSchema;
57
- export declare var TooManyRequestsException$: StaticErrorSchema;
58
61
  export declare var UnlinkDeveloperIdentityInput$: StaticStructureSchema;
59
62
  export declare var UnlinkIdentityInput$: StaticStructureSchema;
60
63
  export declare var UnprocessedIdentityId$: StaticStructureSchema;
61
64
  export declare var UntagResourceInput$: StaticStructureSchema;
62
65
  export declare var UntagResourceResponse$: StaticStructureSchema;
63
- export declare var CognitoIdentityServiceException$: StaticErrorSchema;
64
66
  export declare var CreateIdentityPool$: StaticOperationSchema;
65
67
  export declare var DeleteIdentities$: StaticOperationSchema;
66
68
  export declare var DeleteIdentityPool$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cognito-identity",
3
3
  "description": "AWS SDK for JavaScript Cognito Identity Client for Node.js, Browser and React Native",
4
- "version": "3.987.0",
4
+ "version": "3.988.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-identity",
@@ -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.8",
27
+ "@aws-sdk/credential-provider-node": "^3.972.7",
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.8",
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.988.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.6",
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",
@@ -62,7 +62,7 @@
62
62
  "tslib": "^2.6.2"
63
63
  },
64
64
  "devDependencies": {
65
- "@aws-sdk/client-iam": "3.987.0",
65
+ "@aws-sdk/client-iam": "3.988.0",
66
66
  "@tsconfig/node20": "20.1.8",
67
67
  "@types/chai": "^4.2.11",
68
68
  "@types/node": "^20.14.8",