|
1760 | 1760 | {"shape":"UsernameExistsException"},
|
1761 | 1761 | {"shape":"TooManyRequestsException"},
|
1762 | 1762 | {"shape":"InternalErrorException"},
|
| 1763 | + {"shape":"LimitExceededException"}, |
1763 | 1764 | {"shape":"InvalidSmsRoleAccessPolicyException"},
|
1764 | 1765 | {"shape":"InvalidSmsRoleTrustRelationshipException"},
|
1765 | 1766 | {"shape":"InvalidEmailRoleAccessPolicyException"},
|
|
2526 | 2527 | },
|
2527 | 2528 | "UserLastModifiedDate":{
|
2528 | 2529 | "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>" |
2530 | 2531 | },
|
2531 | 2532 | "Enabled":{
|
2532 | 2533 | "shape":"BooleanType",
|
|
3251 | 3252 | },
|
3252 | 3253 | "CreationDate":{
|
3253 | 3254 | "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>" |
3255 | 3256 | },
|
3256 | 3257 | "EventResponse":{
|
3257 | 3258 | "shape":"EventResponseType",
|
|
3846 | 3847 | },
|
3847 | 3848 | "Identifier":{
|
3848 | 3849 | "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>" |
3850 | 3851 | },
|
3851 | 3852 | "Name":{
|
3852 | 3853 | "shape":"ResourceServerNameType",
|
|
3962 | 3963 | },
|
3963 | 3964 | "DefaultRedirectURI":{
|
3964 | 3965 | "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>" |
3966 | 3967 | },
|
3967 | 3968 | "AllowedOAuthFlows":{
|
3968 | 3969 | "shape":"OAuthFlowsType",
|
|
4418 | 4419 | },
|
4419 | 4420 | "Identifier":{
|
4420 | 4421 | "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>" |
4422 | 4423 | }
|
4423 | 4424 | }
|
4424 | 4425 | },
|
|
4623 | 4624 | },
|
4624 | 4625 | "DeviceLastModifiedDate":{
|
4625 | 4626 | "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>" |
4627 | 4628 | },
|
4628 | 4629 | "DeviceLastAuthenticatedDate":{
|
4629 | 4630 | "shape":"DateType",
|
|
5321 | 5322 | },
|
5322 | 5323 | "LastModifiedDate":{
|
5323 | 5324 | "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>" |
5325 | 5326 | },
|
5326 | 5327 | "CreationDate":{
|
5327 | 5328 | "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>" |
5329 | 5330 | }
|
5330 | 5331 | },
|
5331 | 5332 | "documentation":"<p>The group type.</p>"
|
|
5386 | 5387 | },
|
5387 | 5388 | "LastModifiedDate":{
|
5388 | 5389 | "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>" |
5390 | 5391 | },
|
5391 | 5392 | "CreationDate":{
|
5392 | 5393 | "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>" |
5394 | 5395 | }
|
5395 | 5396 | },
|
5396 | 5397 | "documentation":"<p>A container for information about an IdP.</p>"
|
|
6346 | 6347 | },
|
6347 | 6348 | "CreationDate":{
|
6348 | 6349 | "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>" |
6350 | 6351 | }
|
6351 | 6352 | },
|
6352 | 6353 | "documentation":"<p>A container for IdP details.</p>"
|
|
6560 | 6561 | },
|
6561 | 6562 | "Identifier":{
|
6562 | 6563 | "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>" |
6564 | 6565 | },
|
6565 | 6566 | "Name":{
|
6566 | 6567 | "shape":"ResourceServerNameType",
|
|
6688 | 6689 | },
|
6689 | 6690 | "LastModifiedDate":{
|
6690 | 6691 | "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>" |
6692 | 6693 | }
|
6693 | 6694 | },
|
6694 | 6695 | "documentation":"<p>The risk configuration type.</p>"
|
|
7373 | 7374 | },
|
7374 | 7375 | "LastModifiedDate":{
|
7375 | 7376 | "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>" |
7377 | 7378 | },
|
7378 | 7379 | "CreationDate":{
|
7379 | 7380 | "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>" |
7381 | 7382 | }
|
7382 | 7383 | },
|
7383 | 7384 | "documentation":"<p>A container for the UI customization information for a user pool's built-in app UI.</p>"
|
|
7614 | 7615 | },
|
7615 | 7616 | "Identifier":{
|
7616 | 7617 | "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>" |
7618 | 7619 | },
|
7619 | 7620 | "Name":{
|
7620 | 7621 | "shape":"ResourceServerNameType",
|
|
7984 | 7985 | },
|
7985 | 7986 | "CreationDate":{
|
7986 | 7987 | "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>" |
7988 | 7989 | },
|
7989 | 7990 | "StartDate":{
|
7990 | 7991 | "shape":"DateType",
|
|
8126 | 8127 | },
|
8127 | 8128 | "LastModifiedDate":{
|
8128 | 8129 | "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>" |
8130 | 8131 | },
|
8131 | 8132 | "CreationDate":{
|
8132 | 8133 | "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>" |
8134 | 8135 | },
|
8135 | 8136 | "RefreshTokenValidity":{
|
8136 | 8137 | "shape":"RefreshTokenValidityType",
|
|
8235 | 8236 | },
|
8236 | 8237 | "LastModifiedDate":{
|
8237 | 8238 | "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>" |
8239 | 8240 | },
|
8240 | 8241 | "CreationDate":{
|
8241 | 8242 | "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>" |
8243 | 8244 | }
|
8244 | 8245 | },
|
8245 | 8246 | "documentation":"<p>A user pool description.</p>"
|
|
8326 | 8327 | },
|
8327 | 8328 | "LastModifiedDate":{
|
8328 | 8329 | "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>" |
8330 | 8331 | },
|
8331 | 8332 | "CreationDate":{
|
8332 | 8333 | "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>" |
8334 | 8335 | },
|
8335 | 8336 | "SchemaAttributes":{
|
8336 | 8337 | "shape":"SchemaAttributesListType",
|
|
8464 | 8465 | },
|
8465 | 8466 | "UserLastModifiedDate":{
|
8466 | 8467 | "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>" |
8468 | 8469 | },
|
8469 | 8470 | "Enabled":{
|
8470 | 8471 | "shape":"BooleanType",
|
|
0 commit comments