Skip to content

Commit

Permalink
docs(client-verifiedpermissions): Add examples for API operations in …
Browse files Browse the repository at this point in the history
…model.
  • Loading branch information
awstools committed Sep 30, 2024
1 parent ac24697 commit 5b4334c
Show file tree
Hide file tree
Showing 4 changed files with 1,001 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export interface CreateIdentitySourceCommandOutput extends CreateIdentitySourceO
* </li>
* <li>
* <p>OpenID Connect (OIDC) provider: <code>Namespace::[Entity
* type]::[principalIdClaim]|[user principal attribute]</code>, for example
* type]::[entityIdPrefix]|[user principal attribute]</code>, for example
* <code>MyCorp::User::MyOIDCProvider|a1b2c3d4-5678-90ab-cdef-EXAMPLE22222</code>.</p>
* </li>
* </ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export interface IsAuthorizedWithTokenCommandOutput extends IsAuthorizedWithToke
* matching policies in the specified policy store. The result of the decision is either
* <code>Allow</code> or <code>Deny</code>, along with a list of the policies that
* resulted in the decision.</p>
* <p>At this time, Verified Permissions accepts tokens from only Amazon Cognito.</p>
* <p>Verified Permissions validates each token that is specified in a request by checking its expiration
* date and its signature.</p>
* <important>
Expand Down
17 changes: 6 additions & 11 deletions clients/client-verifiedpermissions/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export class ThrottlingException extends __BaseException {
throttling: true,
};
/**
* <p>The code for the Amazon Web Service that owns the quota.</p>
* <p>The code for the Amazon Web Services service that owns the quota.</p>
* @public
*/
serviceCode?: string;
Expand Down Expand Up @@ -1425,7 +1425,7 @@ export class ServiceQuotaExceededException extends __BaseException {
resourceType: ResourceType | undefined;

/**
* <p>The code for the Amazon Web Service that owns the quota.</p>
* <p>The code for the Amazon Web Services service that owns the quota.</p>
* @public
*/
serviceCode?: string;
Expand Down Expand Up @@ -2998,12 +2998,6 @@ export interface UpdateIdentitySourceInput {
/**
* <p>Specifies the details required to communicate with the identity provider (IdP)
* associated with this identity source.</p>
* <note>
* <p>At this time, the only valid member of this structure is a Amazon Cognito user pool
* configuration.</p>
* <p>You must specify a <code>userPoolArn</code>, and optionally, a
* <code>ClientId</code>.</p>
* </note>
* @public
*/
updateConfiguration: UpdateConfiguration | undefined;
Expand Down Expand Up @@ -3314,12 +3308,12 @@ export interface PolicyItem {
* <ul>
* <li>
* <p>
* <code>static</code>
* <code>STATIC</code>
* </p>
* </li>
* <li>
* <p>
* <code>templateLinked</code>
* <code>TEMPLATE_LINKED</code>
* </p>
* </li>
* </ul>
Expand Down Expand Up @@ -3876,7 +3870,8 @@ export type SchemaDefinition = SchemaDefinition.CedarJsonMember | SchemaDefiniti
export namespace SchemaDefinition {
/**
* <p>A JSON string representation of the schema supported by applications that use this
* policy store. For more information, see <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/userguide/schema.html">Policy store schema</a> in the
* policy store. To delete the schema, run <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_PutSchema.html">PutSchema</a> with <code>\{\}</code> for this parameter.
* For more information, see <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/userguide/schema.html">Policy store schema</a> in the
* <i>Amazon Verified Permissions User Guide</i>.</p>
* @public
*/
Expand Down
Loading

0 comments on commit 5b4334c

Please sign in to comment.