@aws-sdk/client-cognito-identity 3.495.0 → 3.498.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 +22 -19
  2. package/package.json +40 -40
package/dist-cjs/index.js CHANGED
@@ -2256,48 +2256,51 @@ var paginateListIdentityPools = (0, import_core.createPaginator)(CognitoIdentity
2256
2256
  // src/index.ts
2257
2257
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
2258
2258
  // Annotate the CommonJS export names for ESM import in node:
2259
+
2259
2260
  0 && (module.exports = {
2260
- AmbiguousRoleResolutionType,
2261
- CognitoIdentity,
2262
- CognitoIdentityClient,
2263
2261
  CognitoIdentityServiceException,
2264
- ConcurrentModificationException,
2262
+ __Client,
2263
+ CognitoIdentityClient,
2264
+ CognitoIdentity,
2265
+ $Command,
2265
2266
  CreateIdentityPoolCommand,
2266
2267
  DeleteIdentitiesCommand,
2267
2268
  DeleteIdentityPoolCommand,
2268
2269
  DescribeIdentityCommand,
2269
2270
  DescribeIdentityPoolCommand,
2270
- DeveloperUserAlreadyRegisteredException,
2271
- ErrorCode,
2272
- ExternalServiceException,
2273
2271
  GetCredentialsForIdentityCommand,
2274
2272
  GetIdCommand,
2275
2273
  GetIdentityPoolRolesCommand,
2276
2274
  GetOpenIdTokenCommand,
2277
2275
  GetOpenIdTokenForDeveloperIdentityCommand,
2278
2276
  GetPrincipalTagAttributeMapCommand,
2279
- InternalErrorException,
2280
- InvalidIdentityPoolConfigurationException,
2281
- InvalidParameterException,
2282
- LimitExceededException,
2283
2277
  ListIdentitiesCommand,
2284
2278
  ListIdentityPoolsCommand,
2285
2279
  ListTagsForResourceCommand,
2286
2280
  LookupDeveloperIdentityCommand,
2287
- MappingRuleMatchType,
2288
2281
  MergeDeveloperIdentitiesCommand,
2289
- NotAuthorizedException,
2290
- ResourceConflictException,
2291
- ResourceNotFoundException,
2292
- RoleMappingType,
2293
2282
  SetIdentityPoolRolesCommand,
2294
2283
  SetPrincipalTagAttributeMapCommand,
2295
2284
  TagResourceCommand,
2296
- TooManyRequestsException,
2297
2285
  UnlinkDeveloperIdentityCommand,
2298
2286
  UnlinkIdentityCommand,
2299
2287
  UntagResourceCommand,
2300
2288
  UpdateIdentityPoolCommand,
2301
- __Client,
2302
- 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
2303
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.495.0",
4
+ "version": "3.498.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,48 +21,48 @@
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.495.0",
25
- "@aws-sdk/core": "3.495.0",
26
- "@aws-sdk/credential-provider-node": "3.495.0",
27
- "@aws-sdk/middleware-host-header": "3.495.0",
28
- "@aws-sdk/middleware-logger": "3.495.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
30
- "@aws-sdk/middleware-signing": "3.495.0",
31
- "@aws-sdk/middleware-user-agent": "3.495.0",
32
- "@aws-sdk/region-config-resolver": "3.495.0",
33
- "@aws-sdk/types": "3.495.0",
34
- "@aws-sdk/util-endpoints": "3.495.0",
35
- "@aws-sdk/util-user-agent-browser": "3.495.0",
36
- "@aws-sdk/util-user-agent-node": "3.495.0",
37
- "@smithy/config-resolver": "^2.1.0",
38
- "@smithy/core": "^1.3.0",
39
- "@smithy/fetch-http-handler": "^2.4.0",
40
- "@smithy/hash-node": "^2.1.0",
41
- "@smithy/invalid-dependency": "^2.1.0",
42
- "@smithy/middleware-content-length": "^2.1.0",
43
- "@smithy/middleware-endpoint": "^2.4.0",
44
- "@smithy/middleware-retry": "^2.1.0",
45
- "@smithy/middleware-serde": "^2.1.0",
46
- "@smithy/middleware-stack": "^2.1.0",
47
- "@smithy/node-config-provider": "^2.2.0",
48
- "@smithy/node-http-handler": "^2.3.0",
49
- "@smithy/protocol-http": "^3.1.0",
50
- "@smithy/smithy-client": "^2.3.0",
51
- "@smithy/types": "^2.9.0",
52
- "@smithy/url-parser": "^2.1.0",
53
- "@smithy/util-base64": "^2.1.0",
54
- "@smithy/util-body-length-browser": "^2.1.0",
55
- "@smithy/util-body-length-node": "^2.2.0",
56
- "@smithy/util-defaults-mode-browser": "^2.1.0",
57
- "@smithy/util-defaults-mode-node": "^2.1.0",
58
- "@smithy/util-endpoints": "^1.1.0",
59
- "@smithy/util-retry": "^2.1.0",
60
- "@smithy/util-utf8": "^2.1.0",
24
+ "@aws-sdk/client-sts": "3.496.0",
25
+ "@aws-sdk/core": "3.496.0",
26
+ "@aws-sdk/credential-provider-node": "3.496.0",
27
+ "@aws-sdk/middleware-host-header": "3.496.0",
28
+ "@aws-sdk/middleware-logger": "3.496.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
30
+ "@aws-sdk/middleware-signing": "3.496.0",
31
+ "@aws-sdk/middleware-user-agent": "3.496.0",
32
+ "@aws-sdk/region-config-resolver": "3.496.0",
33
+ "@aws-sdk/types": "3.496.0",
34
+ "@aws-sdk/util-endpoints": "3.496.0",
35
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
36
+ "@aws-sdk/util-user-agent-node": "3.496.0",
37
+ "@smithy/config-resolver": "^2.1.1",
38
+ "@smithy/core": "^1.3.1",
39
+ "@smithy/fetch-http-handler": "^2.4.1",
40
+ "@smithy/hash-node": "^2.1.1",
41
+ "@smithy/invalid-dependency": "^2.1.1",
42
+ "@smithy/middleware-content-length": "^2.1.1",
43
+ "@smithy/middleware-endpoint": "^2.4.1",
44
+ "@smithy/middleware-retry": "^2.1.1",
45
+ "@smithy/middleware-serde": "^2.1.1",
46
+ "@smithy/middleware-stack": "^2.1.1",
47
+ "@smithy/node-config-provider": "^2.2.1",
48
+ "@smithy/node-http-handler": "^2.3.1",
49
+ "@smithy/protocol-http": "^3.1.1",
50
+ "@smithy/smithy-client": "^2.3.1",
51
+ "@smithy/types": "^2.9.1",
52
+ "@smithy/url-parser": "^2.1.1",
53
+ "@smithy/util-base64": "^2.1.1",
54
+ "@smithy/util-body-length-browser": "^2.1.1",
55
+ "@smithy/util-body-length-node": "^2.2.1",
56
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
57
+ "@smithy/util-defaults-mode-node": "^2.1.1",
58
+ "@smithy/util-endpoints": "^1.1.1",
59
+ "@smithy/util-retry": "^2.1.1",
60
+ "@smithy/util-utf8": "^2.1.1",
61
61
  "tslib": "^2.5.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@aws-sdk/client-iam": "3.495.0",
65
- "@smithy/service-client-documentation-generator": "^2.1.0",
64
+ "@aws-sdk/client-iam": "3.498.0",
65
+ "@smithy/service-client-documentation-generator": "^2.1.1",
66
66
  "@tsconfig/node14": "1.0.3",
67
67
  "@types/chai": "^4.2.11",
68
68
  "@types/mocha": "^8.0.4",