@aws-sdk/client-cognito-identity-provider 3.806.0 → 3.810.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.
@@ -69,6 +69,10 @@ declare const DeleteWebAuthnCredentialCommand_base: {
69
69
  * <p>This exception is thrown when the Amazon Cognito service encounters an invalid
70
70
  * parameter.</p>
71
71
  *
72
+ * @throws {@link LimitExceededException} (client fault)
73
+ * <p>This exception is thrown when a user exceeds the limit for a requested Amazon Web Services
74
+ * resource.</p>
75
+ *
72
76
  * @throws {@link NotAuthorizedException} (client fault)
73
77
  * <p>This exception is thrown when a user isn't authorized.</p>
74
78
  *
@@ -76,6 +80,10 @@ declare const DeleteWebAuthnCredentialCommand_base: {
76
80
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
77
81
  * resource.</p>
78
82
  *
83
+ * @throws {@link TooManyRequestsException} (client fault)
84
+ * <p>This exception is thrown when the user has made too many requests for a given
85
+ * operation.</p>
86
+ *
79
87
  * @throws {@link CognitoIdentityProviderServiceException}
80
88
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
81
89
  *
@@ -84,9 +84,17 @@ declare const ListWebAuthnCredentialsCommand_base: {
84
84
  * <p>This exception is thrown when the Amazon Cognito service encounters an invalid
85
85
  * parameter.</p>
86
86
  *
87
+ * @throws {@link LimitExceededException} (client fault)
88
+ * <p>This exception is thrown when a user exceeds the limit for a requested Amazon Web Services
89
+ * resource.</p>
90
+ *
87
91
  * @throws {@link NotAuthorizedException} (client fault)
88
92
  * <p>This exception is thrown when a user isn't authorized.</p>
89
93
  *
94
+ * @throws {@link TooManyRequestsException} (client fault)
95
+ * <p>This exception is thrown when the user has made too many requests for a given
96
+ * operation.</p>
97
+ *
90
98
  * @throws {@link CognitoIdentityProviderServiceException}
91
99
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
92
100
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cognito-identity-provider",
3
3
  "description": "AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native",
4
- "version": "3.806.0",
4
+ "version": "3.810.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-provider",
@@ -20,39 +20,39 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.806.0",
24
- "@aws-sdk/credential-provider-node": "3.806.0",
23
+ "@aws-sdk/core": "3.810.0",
24
+ "@aws-sdk/credential-provider-node": "3.810.0",
25
25
  "@aws-sdk/middleware-host-header": "3.804.0",
26
26
  "@aws-sdk/middleware-logger": "3.804.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.804.0",
28
- "@aws-sdk/middleware-user-agent": "3.806.0",
29
- "@aws-sdk/region-config-resolver": "3.806.0",
28
+ "@aws-sdk/middleware-user-agent": "3.810.0",
29
+ "@aws-sdk/region-config-resolver": "3.808.0",
30
30
  "@aws-sdk/types": "3.804.0",
31
- "@aws-sdk/util-endpoints": "3.806.0",
31
+ "@aws-sdk/util-endpoints": "3.808.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.804.0",
33
- "@aws-sdk/util-user-agent-node": "3.806.0",
34
- "@smithy/config-resolver": "^4.1.1",
35
- "@smithy/core": "^3.3.1",
33
+ "@aws-sdk/util-user-agent-node": "3.810.0",
34
+ "@smithy/config-resolver": "^4.1.2",
35
+ "@smithy/core": "^3.3.3",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",
37
37
  "@smithy/hash-node": "^4.0.2",
38
38
  "@smithy/invalid-dependency": "^4.0.2",
39
39
  "@smithy/middleware-content-length": "^4.0.2",
40
- "@smithy/middleware-endpoint": "^4.1.3",
41
- "@smithy/middleware-retry": "^4.1.4",
42
- "@smithy/middleware-serde": "^4.0.3",
40
+ "@smithy/middleware-endpoint": "^4.1.6",
41
+ "@smithy/middleware-retry": "^4.1.7",
42
+ "@smithy/middleware-serde": "^4.0.5",
43
43
  "@smithy/middleware-stack": "^4.0.2",
44
- "@smithy/node-config-provider": "^4.1.0",
44
+ "@smithy/node-config-provider": "^4.1.1",
45
45
  "@smithy/node-http-handler": "^4.0.4",
46
46
  "@smithy/protocol-http": "^5.1.0",
47
- "@smithy/smithy-client": "^4.2.3",
47
+ "@smithy/smithy-client": "^4.2.6",
48
48
  "@smithy/types": "^4.2.0",
49
49
  "@smithy/url-parser": "^4.0.2",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.11",
54
- "@smithy/util-defaults-mode-node": "^4.0.11",
55
- "@smithy/util-endpoints": "^3.0.3",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.14",
54
+ "@smithy/util-defaults-mode-node": "^4.0.14",
55
+ "@smithy/util-endpoints": "^3.0.4",
56
56
  "@smithy/util-middleware": "^4.0.2",
57
57
  "@smithy/util-retry": "^4.0.3",
58
58
  "@smithy/util-utf8": "^4.0.0",