Skip to content

Commit

Permalink
docs(client-verifiedpermissions): This update fixes several broken li…
Browse files Browse the repository at this point in the history
…nks to the Cedar documentation.
  • Loading branch information
awstools committed Jun 27, 2023
1 parent e5d52be commit e6fbf50
Show file tree
Hide file tree
Showing 30 changed files with 70 additions and 80 deletions.
2 changes: 1 addition & 1 deletion clients/client-verifiedpermissions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Cedar supports both role-based access control (RBAC) and attribute-based access
control (ABAC) authorization models.</p>
<p>For more information about configuring, administering, and using Amazon Verified Permissions in your
applications, see the <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/userguide/">Amazon Verified Permissions User Guide</a>.</p>
<p>For more information about the Cedar policy language, see the <a href="docs.cedarpolicy.com">Cedar Policy Language Guide</a>.</p>
<p>For more information about the Cedar policy language, see the <a href="https://docs.cedarpolicy.com/">Cedar Policy Language Guide</a>.</p>
<important>
<p>When you write Cedar policies that reference principals, resources and actions,
you can define the unique identifiers used for each of those elements. We strongly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ export interface VerifiedPermissions {
* control (ABAC) authorization models.</p>
* <p>For more information about configuring, administering, and using Amazon Verified Permissions in your
* applications, see the <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/userguide/">Amazon Verified Permissions User Guide</a>.</p>
* <p>For more information about the Cedar policy language, see the <a href="docs.cedarpolicy.com">Cedar Policy Language Guide</a>.</p>
* <p>For more information about the Cedar policy language, see the <a href="https://docs.cedarpolicy.com/">Cedar Policy Language Guide</a>.</p>
* <important>
* <p>When you write Cedar policies that reference principals, resources and actions,
* you can define the unique identifiers used for each of those elements. We strongly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ export interface VerifiedPermissionsClientResolvedConfig extends VerifiedPermiss
* control (ABAC) authorization models.</p>
* <p>For more information about configuring, administering, and using Amazon Verified Permissions in your
* applications, see the <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/userguide/">Amazon Verified Permissions User Guide</a>.</p>
* <p>For more information about the Cedar policy language, see the <a href="docs.cedarpolicy.com">Cedar Policy Language Guide</a>.</p>
* <p>For more information about the Cedar policy language, see the <a href="https://docs.cedarpolicy.com/">Cedar Policy Language Guide</a>.</p>
* <important>
* <p>When you write Cedar policies that reference principals, resources and actions,
* you can define the unique identifiers used for each of those elements. We strongly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export interface CreateIdentitySourceCommandOutput extends CreateIdentitySourceO
* </p>
* <p>The policy attempts to access a record or entity attribute that isn't
* specified in the schema. Test for the existence of the attribute first before
* attempting to access its value. For more information, see the <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <i>Cedar Policy Language Guide</i>.</p>
* </li>
* <li>
Expand All @@ -173,7 +173,7 @@ export interface CreateIdentitySourceCommandOutput extends CreateIdentitySourceO
* <p>The policy attempts to access a record or entity attribute that is optional
* and isn't guaranteed to be present. Test for the existence of the attribute
* first before attempting to access its value. For more information, see the
* <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <i>Cedar Policy Language Guide</i>.</p>
* </li>
* <li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export interface CreatePolicyCommandOutput extends CreatePolicyOutput, __Metadat
* </p>
* <p>The policy attempts to access a record or entity attribute that isn't
* specified in the schema. Test for the existence of the attribute first before
* attempting to access its value. For more information, see the <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <i>Cedar Policy Language Guide</i>.</p>
* </li>
* <li>
Expand All @@ -185,7 +185,7 @@ export interface CreatePolicyCommandOutput extends CreatePolicyOutput, __Metadat
* <p>The policy attempts to access a record or entity attribute that is optional
* and isn't guaranteed to be present. Test for the existence of the attribute
* first before attempting to access its value. For more information, see the
* <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <i>Cedar Policy Language Guide</i>.</p>
* </li>
* <li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export interface CreatePolicyStoreCommandOutput extends CreatePolicyStoreOutput,
* </p>
* <p>The policy attempts to access a record or entity attribute that isn't
* specified in the schema. Test for the existence of the attribute first before
* attempting to access its value. For more information, see the <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <i>Cedar Policy Language Guide</i>.</p>
* </li>
* <li>
Expand All @@ -143,7 +143,7 @@ export interface CreatePolicyStoreCommandOutput extends CreatePolicyStoreOutput,
* <p>The policy attempts to access a record or entity attribute that is optional
* and isn't guaranteed to be present. Test for the existence of the attribute
* first before attempting to access its value. For more information, see the
* <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <i>Cedar Policy Language Guide</i>.</p>
* </li>
* <li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export interface CreatePolicyTemplateCommandOutput extends CreatePolicyTemplateO
* </p>
* <p>The policy attempts to access a record or entity attribute that isn't
* specified in the schema. Test for the existence of the attribute first before
* attempting to access its value. For more information, see the <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <i>Cedar Policy Language Guide</i>.</p>
* </li>
* <li>
Expand All @@ -147,7 +147,7 @@ export interface CreatePolicyTemplateCommandOutput extends CreatePolicyTemplateO
* <p>The policy attempts to access a record or entity attribute that is optional
* and isn't guaranteed to be present. Test for the existence of the attribute
* first before attempting to access its value. For more information, see the
* <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <i>Cedar Policy Language Guide</i>.</p>
* </li>
* <li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export interface DeleteIdentitySourceCommandOutput extends DeleteIdentitySourceO
* </p>
* <p>The policy attempts to access a record or entity attribute that isn't
* specified in the schema. Test for the existence of the attribute first before
* attempting to access its value. For more information, see the <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <i>Cedar Policy Language Guide</i>.</p>
* </li>
* <li>
Expand All @@ -138,7 +138,7 @@ export interface DeleteIdentitySourceCommandOutput extends DeleteIdentitySourceO
* <p>The policy attempts to access a record or entity attribute that is optional
* and isn't guaranteed to be present. Test for the existence of the attribute
* first before attempting to access its value. For more information, see the
* <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <i>Cedar Policy Language Guide</i>.</p>
* </li>
* <li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export interface DeletePolicyCommandOutput extends DeletePolicyOutput, __Metadat
* </p>
* <p>The policy attempts to access a record or entity attribute that isn't
* specified in the schema. Test for the existence of the attribute first before
* attempting to access its value. For more information, see the <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <i>Cedar Policy Language Guide</i>.</p>
* </li>
* <li>
Expand All @@ -137,7 +137,7 @@ export interface DeletePolicyCommandOutput extends DeletePolicyOutput, __Metadat
* <p>The policy attempts to access a record or entity attribute that is optional
* and isn't guaranteed to be present. Test for the existence of the attribute
* first before attempting to access its value. For more information, see the
* <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <i>Cedar Policy Language Guide</i>.</p>
* </li>
* <li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export interface DeletePolicyStoreCommandOutput extends DeletePolicyStoreOutput,
* </p>
* <p>The policy attempts to access a record or entity attribute that isn't
* specified in the schema. Test for the existence of the attribute first before
* attempting to access its value. For more information, see the <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <i>Cedar Policy Language Guide</i>.</p>
* </li>
* <li>
Expand All @@ -129,7 +129,7 @@ export interface DeletePolicyStoreCommandOutput extends DeletePolicyStoreOutput,
* <p>The policy attempts to access a record or entity attribute that is optional
* and isn't guaranteed to be present. Test for the existence of the attribute
* first before attempting to access its value. For more information, see the
* <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <i>Cedar Policy Language Guide</i>.</p>
* </li>
* <li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export interface DeletePolicyTemplateCommandOutput extends DeletePolicyTemplateO
* </p>
* <p>The policy attempts to access a record or entity attribute that isn't
* specified in the schema. Test for the existence of the attribute first before
* attempting to access its value. For more information, see the <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <i>Cedar Policy Language Guide</i>.</p>
* </li>
* <li>
Expand All @@ -140,7 +140,7 @@ export interface DeletePolicyTemplateCommandOutput extends DeletePolicyTemplateO
* <p>The policy attempts to access a record or entity attribute that is optional
* and isn't guaranteed to be present. Test for the existence of the attribute
* first before attempting to access its value. For more information, see the
* <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <i>Cedar Policy Language Guide</i>.</p>
* </li>
* <li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export interface GetIdentitySourceCommandOutput extends GetIdentitySourceOutput,
* </p>
* <p>The policy attempts to access a record or entity attribute that isn't
* specified in the schema. Test for the existence of the attribute first before
* attempting to access its value. For more information, see the <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <i>Cedar Policy Language Guide</i>.</p>
* </li>
* <li>
Expand All @@ -145,7 +145,7 @@ export interface GetIdentitySourceCommandOutput extends GetIdentitySourceOutput,
* <p>The policy attempts to access a record or entity attribute that is optional
* and isn't guaranteed to be present. Test for the existence of the attribute
* first before attempting to access its value. For more information, see the
* <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <i>Cedar Policy Language Guide</i>.</p>
* </li>
* <li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export interface GetPolicyCommandOutput extends GetPolicyOutput, __MetadataBeare
* </p>
* <p>The policy attempts to access a record or entity attribute that isn't
* specified in the schema. Test for the existence of the attribute first before
* attempting to access its value. For more information, see the <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <i>Cedar Policy Language Guide</i>.</p>
* </li>
* <li>
Expand All @@ -162,7 +162,7 @@ export interface GetPolicyCommandOutput extends GetPolicyOutput, __MetadataBeare
* <p>The policy attempts to access a record or entity attribute that is optional
* and isn't guaranteed to be present. Test for the existence of the attribute
* first before attempting to access its value. For more information, see the
* <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
* <i>Cedar Policy Language Guide</i>.</p>
* </li>
* <li>
Expand Down

0 comments on commit e6fbf50

Please sign in to comment.