Skip to content

Commit

Permalink
docs(client-verifiedpermissions): This release corrects several broke…
Browse files Browse the repository at this point in the history
…n links in the documentation.
  • Loading branch information
awstools committed Jun 30, 2023
1 parent f250671 commit 73ae32e
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 68 deletions.
25 changes: 10 additions & 15 deletions clients/client-verifiedpermissions/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export interface CreateIdentitySourceInput {
* ensure the idempotency of the request. This lets you safely retry the request without
* accidentally performing the same operation a second time. Passing the same value to a
* later call to an operation requires that you also pass the same value for all other
* parameters. We recommend that you use a <a href="https://wikipedia.org/wiki/Universally_unique_Id">UUID type of
* parameters. We recommend that you use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of
* value.</a>.</p>
* <p>If you don't provide this value, then Amazon Web Services generates a random one for
* you.</p>
Expand Down Expand Up @@ -645,7 +645,7 @@ export interface CreatePolicyInput {
* ensure the idempotency of the request. This lets you safely retry the request without
* accidentally performing the same operation a second time. Passing the same value to a
* later call to an operation requires that you also pass the same value for all other
* parameters. We recommend that you use a <a href="https://wikipedia.org/wiki/Universally_unique_Id">UUID type of
* parameters. We recommend that you use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of
* value.</a>.</p>
* <p>If you don't provide this value, then Amazon Web Services generates a random one for
* you.</p>
Expand Down Expand Up @@ -782,7 +782,7 @@ export interface CreatePolicyStoreInput {
* ensure the idempotency of the request. This lets you safely retry the request without
* accidentally performing the same operation a second time. Passing the same value to a
* later call to an operation requires that you also pass the same value for all other
* parameters. We recommend that you use a <a href="https://wikipedia.org/wiki/Universally_unique_Id">UUID type of
* parameters. We recommend that you use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of
* value.</a>.</p>
* <p>If you don't provide this value, then Amazon Web Services generates a random one for
* you.</p>
Expand Down Expand Up @@ -839,7 +839,7 @@ export interface CreatePolicyTemplateInput {
* ensure the idempotency of the request. This lets you safely retry the request without
* accidentally performing the same operation a second time. Passing the same value to a
* later call to an operation requires that you also pass the same value for all other
* parameters. We recommend that you use a <a href="https://wikipedia.org/wiki/Universally_unique_Id">UUID type of
* parameters. We recommend that you use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of
* value.</a>.</p>
* <p>If you don't provide this value, then Amazon Web Services generates a random one for
* you.</p>
Expand Down Expand Up @@ -1057,7 +1057,7 @@ export namespace EntityReference {
/**
* @public
* <p>Contains a description of an evaluation error.</p>
* <p>This data type is used as a request parameter in the <a href="https://docs.aws.amazon.com/amazon-verified-permissions/latest/APIReference/API_IsAuthorized.html">IsAuthorized</a> and <a href="https://docs.aws.amazon.com/amazon-verified-permissions/latest/APIReference/API_IsAuthorizedWithToken.html">IsAuthorizedWithToken</a> operations.</p>
* <p>This data type is used as a request parameter in the <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_IsAuthorized.html">IsAuthorized</a> and <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_IsAuthorizedWithToken.html">IsAuthorizedWithToken</a> operations.</p>
*/
export interface EvaluationErrorItem {
/**
Expand Down Expand Up @@ -2555,8 +2555,7 @@ export type AttributeValue =
*/
export namespace AttributeValue {
/**
* <p>An attribute value of <a href="https://docs.cedarpolicy.com/syntax-datatypes.html#boolean">Boolean</a>
* type.</p>
* <p>An attribute value of <a href="https://docs.cedarpolicy.com/syntax-datatypes.html#boolean">Boolean</a> type.</p>
* <p>Example: <code>\{"boolean": true\}</code>
* </p>
*/
Expand Down Expand Up @@ -2587,8 +2586,7 @@ export namespace AttributeValue {
}

/**
* <p>An attribute value of <a href="https://docs.cedarpolicy.com/syntax-datatypes.html#long">Long</a>
* type.</p>
* <p>An attribute value of <a href="https://docs.cedarpolicy.com/syntax-datatypes.html#long">Long</a> type.</p>
* <p>Example: <code>\{"long": 0\}</code>
* </p>
*/
Expand All @@ -2603,8 +2601,7 @@ export namespace AttributeValue {
}

/**
* <p>An attribute value of <a href="https://docs.cedarpolicy.com/syntax-datatypes.html#string">String</a>
* type.</p>
* <p>An attribute value of <a href="https://docs.cedarpolicy.com/syntax-datatypes.html#string">String</a> type.</p>
* <p>Example: <code>\{"string": "abc"\}</code>
* </p>
*/
Expand All @@ -2619,8 +2616,7 @@ export namespace AttributeValue {
}

/**
* <p>An attribute value of <a href="https://docs.cedarpolicy.com/syntax-datatypes.html#set">Set</a>
* type.</p>
* <p>An attribute value of <a href="https://docs.cedarpolicy.com/syntax-datatypes.html#set">Set</a> type.</p>
* <p>Example: <code>\{"set": [ \{\} ] \}</code>
* </p>
*/
Expand All @@ -2635,8 +2631,7 @@ export namespace AttributeValue {
}

/**
* <p>An attribute value of <a href="https://docs.cedarpolicy.com/syntax-datatypes.html#record">Record</a>
* type.</p>
* <p>An attribute value of <a href="https://docs.cedarpolicy.com/syntax-datatypes.html#record">Record</a> type.</p>
* <p>Example: <code>\{"record": \{ "keyName": \{\} \} \}</code>
* </p>
*/
Expand Down
Loading

0 comments on commit 73ae32e

Please sign in to comment.