Skip to content

Commit 39b0f93

Browse files
author
AWS
committed
Amazon Cognito Identity Provider Update: Add LimitExceededException to SignUp errors
1 parent 95c7720 commit 39b0f93

File tree

2 files changed

+31
-24
lines changed

2 files changed

+31
-24
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Cognito Identity Provider",
4+
"contributor": "",
5+
"description": "Add LimitExceededException to SignUp errors"
6+
}

services/cognitoidentityprovider/src/main/resources/codegen-resources/service-2.json

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1760,6 +1760,7 @@
17601760
{"shape":"UsernameExistsException"},
17611761
{"shape":"TooManyRequestsException"},
17621762
{"shape":"InternalErrorException"},
1763+
{"shape":"LimitExceededException"},
17631764
{"shape":"InvalidSmsRoleAccessPolicyException"},
17641765
{"shape":"InvalidSmsRoleTrustRelationshipException"},
17651766
{"shape":"InvalidEmailRoleAccessPolicyException"},
@@ -2526,7 +2527,7 @@
25262527
},
25272528
"UserLastModifiedDate":{
25282529
"shape":"DateType",
2529-
"documentation":"<p>The date and time, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601</a> format, when the item was modified.</p>"
2530+
"documentation":"<p>The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java <code>Date</code> object.</p>"
25302531
},
25312532
"Enabled":{
25322533
"shape":"BooleanType",
@@ -3251,7 +3252,7 @@
32513252
},
32523253
"CreationDate":{
32533254
"shape":"DateType",
3254-
"documentation":"<p>The date and time, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601</a> format, when the item was created.</p>"
3255+
"documentation":"<p>The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java <code>Date</code> object.</p>"
32553256
},
32563257
"EventResponse":{
32573258
"shape":"EventResponseType",
@@ -3846,7 +3847,7 @@
38463847
},
38473848
"Identifier":{
38483849
"shape":"ResourceServerIdentifierType",
3849-
"documentation":"<p>A unique resource server identifier for the resource server. This could be an HTTPS endpoint where the resource server is located, such as <code>https://my-weather-api.example.com</code>.</p>"
3850+
"documentation":"<p>A unique resource server identifier for the resource server. The identifier can be an API friendly name like <code>solar-system-data</code>. You can also set an API URL like <code>https://solar-system-data-api.example.com</code> as your identifier.</p> <p>Amazon Cognito represents scopes in the access token in the format <code>$resource-server-identifier/$scope</code>. Longer scope-identifier strings increase the size of your access tokens.</p>"
38503851
},
38513852
"Name":{
38523853
"shape":"ResourceServerNameType",
@@ -3962,7 +3963,7 @@
39623963
},
39633964
"DefaultRedirectURI":{
39643965
"shape":"RedirectUrlType",
3965-
"documentation":"<p>The default redirect URI. Must be in the <code>CallbackURLs</code> list.</p> <p>A redirect URI must:</p> <ul> <li> <p>Be an absolute URI.</p> </li> <li> <p>Be registered with the authorization server.</p> </li> <li> <p>Not include a fragment component.</p> </li> </ul> <p>See <a href=\"https://tools.ietf.org/html/rfc6749#section-3.1.2\">OAuth 2.0 - Redirection Endpoint</a>.</p> <p>Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only.</p> <p>App callback URLs such as myapp://example are also supported.</p>"
3966+
"documentation":"<p>The default redirect URI. In app clients with one assigned IdP, replaces <code>redirect_uri</code> in authentication requests. Must be in the <code>CallbackURLs</code> list.</p> <p>A redirect URI must:</p> <ul> <li> <p>Be an absolute URI.</p> </li> <li> <p>Be registered with the authorization server.</p> </li> <li> <p>Not include a fragment component.</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-settings-client-apps.html#cognito-user-pools-app-idp-settings-about\">Default redirect URI</a>.</p> <p>Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only.</p> <p>App callback URLs such as myapp://example are also supported.</p>"
39663967
},
39673968
"AllowedOAuthFlows":{
39683969
"shape":"OAuthFlowsType",
@@ -4418,7 +4419,7 @@
44184419
},
44194420
"Identifier":{
44204421
"shape":"ResourceServerIdentifierType",
4421-
"documentation":"<p>The identifier for the resource server</p>"
4422+
"documentation":"<p>A unique resource server identifier for the resource server. The identifier can be an API friendly name like <code>solar-system-data</code>. You can also set an API URL like <code>https://solar-system-data-api.example.com</code> as your identifier.</p> <p>Amazon Cognito represents scopes in the access token in the format <code>$resource-server-identifier/$scope</code>. Longer scope-identifier strings increase the size of your access tokens.</p>"
44224423
}
44234424
}
44244425
},
@@ -4623,7 +4624,7 @@
46234624
},
46244625
"DeviceLastModifiedDate":{
46254626
"shape":"DateType",
4626-
"documentation":"<p>The date and time, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601</a> format, when the item was modified.</p>"
4627+
"documentation":"<p>The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java <code>Date</code> object.</p>"
46274628
},
46284629
"DeviceLastAuthenticatedDate":{
46294630
"shape":"DateType",
@@ -5321,11 +5322,11 @@
53215322
},
53225323
"LastModifiedDate":{
53235324
"shape":"DateType",
5324-
"documentation":"<p>The date and time, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601</a> format, when the item was modified.</p>"
5325+
"documentation":"<p>The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java <code>Date</code> object.</p>"
53255326
},
53265327
"CreationDate":{
53275328
"shape":"DateType",
5328-
"documentation":"<p>The date and time, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601</a> format, when the item was created.</p>"
5329+
"documentation":"<p>The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java <code>Date</code> object.</p>"
53295330
}
53305331
},
53315332
"documentation":"<p>The group type.</p>"
@@ -5386,11 +5387,11 @@
53865387
},
53875388
"LastModifiedDate":{
53885389
"shape":"DateType",
5389-
"documentation":"<p>The date and time, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601</a> format, when the item was modified.</p>"
5390+
"documentation":"<p>The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java <code>Date</code> object.</p>"
53905391
},
53915392
"CreationDate":{
53925393
"shape":"DateType",
5393-
"documentation":"<p>The date and time, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601</a> format, when the item was created.</p>"
5394+
"documentation":"<p>The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java <code>Date</code> object.</p>"
53945395
}
53955396
},
53965397
"documentation":"<p>A container for information about an IdP.</p>"
@@ -6346,7 +6347,7 @@
63466347
},
63476348
"CreationDate":{
63486349
"shape":"DateType",
6349-
"documentation":"<p>The date and time, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601</a> format, when the item was created.</p>"
6350+
"documentation":"<p>The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java <code>Date</code> object.</p>"
63506351
}
63516352
},
63526353
"documentation":"<p>A container for IdP details.</p>"
@@ -6560,7 +6561,7 @@
65606561
},
65616562
"Identifier":{
65626563
"shape":"ResourceServerIdentifierType",
6563-
"documentation":"<p>The identifier for the resource server.</p>"
6564+
"documentation":"<p>A unique resource server identifier for the resource server. The identifier can be an API friendly name like <code>solar-system-data</code>. You can also set an API URL like <code>https://solar-system-data-api.example.com</code> as your identifier.</p> <p>Amazon Cognito represents scopes in the access token in the format <code>$resource-server-identifier/$scope</code>. Longer scope-identifier strings increase the size of your access tokens.</p>"
65646565
},
65656566
"Name":{
65666567
"shape":"ResourceServerNameType",
@@ -6688,7 +6689,7 @@
66886689
},
66896690
"LastModifiedDate":{
66906691
"shape":"DateType",
6691-
"documentation":"<p>The date and time, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601</a> format, when the item was modified.</p>"
6692+
"documentation":"<p>The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java <code>Date</code> object.</p>"
66926693
}
66936694
},
66946695
"documentation":"<p>The risk configuration type.</p>"
@@ -7373,11 +7374,11 @@
73737374
},
73747375
"LastModifiedDate":{
73757376
"shape":"DateType",
7376-
"documentation":"<p>The date and time, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601</a> format, when the item was modified.</p>"
7377+
"documentation":"<p>The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java <code>Date</code> object.</p>"
73777378
},
73787379
"CreationDate":{
73797380
"shape":"DateType",
7380-
"documentation":"<p>The date and time, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601</a> format, when the item was created.</p>"
7381+
"documentation":"<p>The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java <code>Date</code> object.</p>"
73817382
}
73827383
},
73837384
"documentation":"<p>A container for the UI customization information for a user pool's built-in app UI.</p>"
@@ -7614,7 +7615,7 @@
76147615
},
76157616
"Identifier":{
76167617
"shape":"ResourceServerIdentifierType",
7617-
"documentation":"<p>The identifier for the resource server.</p>"
7618+
"documentation":"<p>A unique resource server identifier for the resource server. The identifier can be an API friendly name like <code>solar-system-data</code>. You can also set an API URL like <code>https://solar-system-data-api.example.com</code> as your identifier.</p> <p>Amazon Cognito represents scopes in the access token in the format <code>$resource-server-identifier/$scope</code>. Longer scope-identifier strings increase the size of your access tokens.</p>"
76187619
},
76197620
"Name":{
76207621
"shape":"ResourceServerNameType",
@@ -7984,7 +7985,7 @@
79847985
},
79857986
"CreationDate":{
79867987
"shape":"DateType",
7987-
"documentation":"<p>The date and time, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601</a> format, when the item was created.</p>"
7988+
"documentation":"<p>The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java <code>Date</code> object.</p>"
79887989
},
79897990
"StartDate":{
79907991
"shape":"DateType",
@@ -8126,11 +8127,11 @@
81268127
},
81278128
"LastModifiedDate":{
81288129
"shape":"DateType",
8129-
"documentation":"<p>The date and time, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601</a> format, when the item was modified.</p>"
8130+
"documentation":"<p>The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java <code>Date</code> object.</p>"
81308131
},
81318132
"CreationDate":{
81328133
"shape":"DateType",
8133-
"documentation":"<p>The date and time, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601</a> format, when the item was created.</p>"
8134+
"documentation":"<p>The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java <code>Date</code> object.</p>"
81348135
},
81358136
"RefreshTokenValidity":{
81368137
"shape":"RefreshTokenValidityType",
@@ -8235,11 +8236,11 @@
82358236
},
82368237
"LastModifiedDate":{
82378238
"shape":"DateType",
8238-
"documentation":"<p>The date and time, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601</a> format, when the item was modified.</p>"
8239+
"documentation":"<p>The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java <code>Date</code> object.</p>"
82398240
},
82408241
"CreationDate":{
82418242
"shape":"DateType",
8242-
"documentation":"<p>The date and time, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601</a> format, when the item was created.</p>"
8243+
"documentation":"<p>The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java <code>Date</code> object.</p>"
82438244
}
82448245
},
82458246
"documentation":"<p>A user pool description.</p>"
@@ -8326,11 +8327,11 @@
83268327
},
83278328
"LastModifiedDate":{
83288329
"shape":"DateType",
8329-
"documentation":"<p>The date and time, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601</a> format, when the item was modified.</p>"
8330+
"documentation":"<p>The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java <code>Date</code> object.</p>"
83308331
},
83318332
"CreationDate":{
83328333
"shape":"DateType",
8333-
"documentation":"<p>The date and time, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601</a> format, when the item was created.</p>"
8334+
"documentation":"<p>The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java <code>Date</code> object.</p>"
83348335
},
83358336
"SchemaAttributes":{
83368337
"shape":"SchemaAttributesListType",
@@ -8464,7 +8465,7 @@
84648465
},
84658466
"UserLastModifiedDate":{
84668467
"shape":"DateType",
8467-
"documentation":"<p>The date and time, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601</a> format, when the item was modified.</p>"
8468+
"documentation":"<p>The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java <code>Date</code> object.</p>"
84688469
},
84698470
"Enabled":{
84708471
"shape":"BooleanType",

0 commit comments

Comments
 (0)