Skip to content

Commit 5b4334c

Browse files
author
awstools
committed
docs(client-verifiedpermissions): Add examples for API operations in model.
1 parent ac24697 commit 5b4334c

File tree

4 files changed

+1001
-20
lines changed

4 files changed

+1001
-20
lines changed

clients/client-verifiedpermissions/src/commands/CreateIdentitySourceCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export interface CreateIdentitySourceCommandOutput extends CreateIdentitySourceO
6262
* </li>
6363
* <li>
6464
* <p>OpenID Connect (OIDC) provider: <code>Namespace::[Entity
65-
* type]::[principalIdClaim]|[user principal attribute]</code>, for example
65+
* type]::[entityIdPrefix]|[user principal attribute]</code>, for example
6666
* <code>MyCorp::User::MyOIDCProvider|a1b2c3d4-5678-90ab-cdef-EXAMPLE22222</code>.</p>
6767
* </li>
6868
* </ul>

clients/client-verifiedpermissions/src/commands/IsAuthorizedWithTokenCommand.ts

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export interface IsAuthorizedWithTokenCommandOutput extends IsAuthorizedWithToke
4545
* matching policies in the specified policy store. The result of the decision is either
4646
* <code>Allow</code> or <code>Deny</code>, along with a list of the policies that
4747
* resulted in the decision.</p>
48-
* <p>At this time, Verified Permissions accepts tokens from only Amazon Cognito.</p>
4948
* <p>Verified Permissions validates each token that is specified in a request by checking its expiration
5049
* date and its signature.</p>
5150
* <important>

clients/client-verifiedpermissions/src/models/models_0.ts

+6-11
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export class ThrottlingException extends __BaseException {
205205
throttling: true,
206206
};
207207
/**
208-
* <p>The code for the Amazon Web Service that owns the quota.</p>
208+
* <p>The code for the Amazon Web Services service that owns the quota.</p>
209209
* @public
210210
*/
211211
serviceCode?: string;
@@ -1425,7 +1425,7 @@ export class ServiceQuotaExceededException extends __BaseException {
14251425
resourceType: ResourceType | undefined;
14261426

14271427
/**
1428-
* <p>The code for the Amazon Web Service that owns the quota.</p>
1428+
* <p>The code for the Amazon Web Services service that owns the quota.</p>
14291429
* @public
14301430
*/
14311431
serviceCode?: string;
@@ -2998,12 +2998,6 @@ export interface UpdateIdentitySourceInput {
29982998
/**
29992999
* <p>Specifies the details required to communicate with the identity provider (IdP)
30003000
* associated with this identity source.</p>
3001-
* <note>
3002-
* <p>At this time, the only valid member of this structure is a Amazon Cognito user pool
3003-
* configuration.</p>
3004-
* <p>You must specify a <code>userPoolArn</code>, and optionally, a
3005-
* <code>ClientId</code>.</p>
3006-
* </note>
30073001
* @public
30083002
*/
30093003
updateConfiguration: UpdateConfiguration | undefined;
@@ -3314,12 +3308,12 @@ export interface PolicyItem {
33143308
* <ul>
33153309
* <li>
33163310
* <p>
3317-
* <code>static</code>
3311+
* <code>STATIC</code>
33183312
* </p>
33193313
* </li>
33203314
* <li>
33213315
* <p>
3322-
* <code>templateLinked</code>
3316+
* <code>TEMPLATE_LINKED</code>
33233317
* </p>
33243318
* </li>
33253319
* </ul>
@@ -3876,7 +3870,8 @@ export type SchemaDefinition = SchemaDefinition.CedarJsonMember | SchemaDefiniti
38763870
export namespace SchemaDefinition {
38773871
/**
38783872
* <p>A JSON string representation of the schema supported by applications that use this
3879-
* policy store. For more information, see <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/userguide/schema.html">Policy store schema</a> in the
3873+
* 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.
3874+
* For more information, see <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/userguide/schema.html">Policy store schema</a> in the
38803875
* <i>Amazon Verified Permissions User Guide</i>.</p>
38813876
* @public
38823877
*/

0 commit comments

Comments
 (0)