@aws-sdk/client-cognito-identity 3.496.0 → 3.499.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +20 -19
  2. package/package.json +4 -4
package/dist-cjs/index.js CHANGED
@@ -2258,48 +2258,49 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2258
2258
  // Annotate the CommonJS export names for ESM import in node:
2259
2259
 
2260
2260
  0 && (module.exports = {
2261
- AmbiguousRoleResolutionType,
2262
- CognitoIdentity,
2263
- CognitoIdentityClient,
2264
2261
  CognitoIdentityServiceException,
2265
- ConcurrentModificationException,
2262
+ __Client,
2263
+ CognitoIdentityClient,
2264
+ CognitoIdentity,
2265
+ $Command,
2266
2266
  CreateIdentityPoolCommand,
2267
2267
  DeleteIdentitiesCommand,
2268
2268
  DeleteIdentityPoolCommand,
2269
2269
  DescribeIdentityCommand,
2270
2270
  DescribeIdentityPoolCommand,
2271
- DeveloperUserAlreadyRegisteredException,
2272
- ErrorCode,
2273
- ExternalServiceException,
2274
2271
  GetCredentialsForIdentityCommand,
2275
2272
  GetIdCommand,
2276
2273
  GetIdentityPoolRolesCommand,
2277
2274
  GetOpenIdTokenCommand,
2278
2275
  GetOpenIdTokenForDeveloperIdentityCommand,
2279
2276
  GetPrincipalTagAttributeMapCommand,
2280
- InternalErrorException,
2281
- InvalidIdentityPoolConfigurationException,
2282
- InvalidParameterException,
2283
- LimitExceededException,
2284
2277
  ListIdentitiesCommand,
2285
2278
  ListIdentityPoolsCommand,
2286
2279
  ListTagsForResourceCommand,
2287
2280
  LookupDeveloperIdentityCommand,
2288
- MappingRuleMatchType,
2289
2281
  MergeDeveloperIdentitiesCommand,
2290
- NotAuthorizedException,
2291
- ResourceConflictException,
2292
- ResourceNotFoundException,
2293
- RoleMappingType,
2294
2282
  SetIdentityPoolRolesCommand,
2295
2283
  SetPrincipalTagAttributeMapCommand,
2296
2284
  TagResourceCommand,
2297
- TooManyRequestsException,
2298
2285
  UnlinkDeveloperIdentityCommand,
2299
2286
  UnlinkIdentityCommand,
2300
2287
  UntagResourceCommand,
2301
2288
  UpdateIdentityPoolCommand,
2302
- __Client,
2303
- paginateListIdentityPools
2289
+ paginateListIdentityPools,
2290
+ AmbiguousRoleResolutionType,
2291
+ InternalErrorException,
2292
+ InvalidParameterException,
2293
+ LimitExceededException,
2294
+ NotAuthorizedException,
2295
+ ResourceConflictException,
2296
+ TooManyRequestsException,
2297
+ ErrorCode,
2298
+ ResourceNotFoundException,
2299
+ ExternalServiceException,
2300
+ InvalidIdentityPoolConfigurationException,
2301
+ MappingRuleMatchType,
2302
+ RoleMappingType,
2303
+ DeveloperUserAlreadyRegisteredException,
2304
+ ConcurrentModificationException
2304
2305
  });
2305
2306
 
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.496.0",
4
+ "version": "3.499.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cognito-identity",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.496.0",
24
+ "@aws-sdk/client-sts": "3.499.0",
25
25
  "@aws-sdk/core": "3.496.0",
26
- "@aws-sdk/credential-provider-node": "3.496.0",
26
+ "@aws-sdk/credential-provider-node": "3.499.0",
27
27
  "@aws-sdk/middleware-host-header": "3.496.0",
28
28
  "@aws-sdk/middleware-logger": "3.496.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.496.0",
@@ -61,7 +61,7 @@
61
61
  "tslib": "^2.5.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@aws-sdk/client-iam": "3.496.0",
64
+ "@aws-sdk/client-iam": "3.499.0",
65
65
  "@smithy/service-client-documentation-generator": "^2.1.1",
66
66
  "@tsconfig/node14": "1.0.3",
67
67
  "@types/chai": "^4.2.11",