Skip to content

Commit e6fbf50

Browse files
author
awstools
committed
docs(client-verifiedpermissions): This update fixes several broken links to the Cedar documentation.
1 parent e5d52be commit e6fbf50

30 files changed

+70
-80
lines changed

clients/client-verifiedpermissions/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Cedar supports both role-based access control (RBAC) and attribute-based access
1919
control (ABAC) authorization models.</p>
2020
<p>For more information about configuring, administering, and using Amazon Verified Permissions in your
2121
applications, see the <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/userguide/">Amazon Verified Permissions User Guide</a>.</p>
22-
<p>For more information about the Cedar policy language, see the <a href="docs.cedarpolicy.com">Cedar Policy Language Guide</a>.</p>
22+
<p>For more information about the Cedar policy language, see the <a href="https://docs.cedarpolicy.com/">Cedar Policy Language Guide</a>.</p>
2323
<important>
2424
<p>When you write Cedar policies that reference principals, resources and actions,
2525
you can define the unique identifiers used for each of those elements. We strongly

clients/client-verifiedpermissions/src/VerifiedPermissions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ export interface VerifiedPermissions {
513513
* control (ABAC) authorization models.</p>
514514
* <p>For more information about configuring, administering, and using Amazon Verified Permissions in your
515515
* applications, see the <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/userguide/">Amazon Verified Permissions User Guide</a>.</p>
516-
* <p>For more information about the Cedar policy language, see the <a href="docs.cedarpolicy.com">Cedar Policy Language Guide</a>.</p>
516+
* <p>For more information about the Cedar policy language, see the <a href="https://docs.cedarpolicy.com/">Cedar Policy Language Guide</a>.</p>
517517
* <important>
518518
* <p>When you write Cedar policies that reference principals, resources and actions,
519519
* you can define the unique identifiers used for each of those elements. We strongly

clients/client-verifiedpermissions/src/VerifiedPermissionsClient.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ export interface VerifiedPermissionsClientResolvedConfig extends VerifiedPermiss
347347
* control (ABAC) authorization models.</p>
348348
* <p>For more information about configuring, administering, and using Amazon Verified Permissions in your
349349
* applications, see the <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/userguide/">Amazon Verified Permissions User Guide</a>.</p>
350-
* <p>For more information about the Cedar policy language, see the <a href="docs.cedarpolicy.com">Cedar Policy Language Guide</a>.</p>
350+
* <p>For more information about the Cedar policy language, see the <a href="https://docs.cedarpolicy.com/">Cedar Policy Language Guide</a>.</p>
351351
* <important>
352352
* <p>When you write Cedar policies that reference principals, resources and actions,
353353
* you can define the unique identifiers used for each of those elements. We strongly

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export interface CreateIdentitySourceCommandOutput extends CreateIdentitySourceO
163163
* </p>
164164
* <p>The policy attempts to access a record or entity attribute that isn't
165165
* specified in the schema. Test for the existence of the attribute first before
166-
* 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
166+
* 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
167167
* <i>Cedar Policy Language Guide</i>.</p>
168168
* </li>
169169
* <li>
@@ -173,7 +173,7 @@ export interface CreateIdentitySourceCommandOutput extends CreateIdentitySourceO
173173
* <p>The policy attempts to access a record or entity attribute that is optional
174174
* and isn't guaranteed to be present. Test for the existence of the attribute
175175
* first before attempting to access its value. For more information, see the
176-
* <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
176+
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
177177
* <i>Cedar Policy Language Guide</i>.</p>
178178
* </li>
179179
* <li>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export interface CreatePolicyCommandOutput extends CreatePolicyOutput, __Metadat
175175
* </p>
176176
* <p>The policy attempts to access a record or entity attribute that isn't
177177
* specified in the schema. Test for the existence of the attribute first before
178-
* 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
178+
* 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
179179
* <i>Cedar Policy Language Guide</i>.</p>
180180
* </li>
181181
* <li>
@@ -185,7 +185,7 @@ export interface CreatePolicyCommandOutput extends CreatePolicyOutput, __Metadat
185185
* <p>The policy attempts to access a record or entity attribute that is optional
186186
* and isn't guaranteed to be present. Test for the existence of the attribute
187187
* first before attempting to access its value. For more information, see the
188-
* <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
188+
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
189189
* <i>Cedar Policy Language Guide</i>.</p>
190190
* </li>
191191
* <li>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export interface CreatePolicyStoreCommandOutput extends CreatePolicyStoreOutput,
133133
* </p>
134134
* <p>The policy attempts to access a record or entity attribute that isn't
135135
* specified in the schema. Test for the existence of the attribute first before
136-
* 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
136+
* 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
137137
* <i>Cedar Policy Language Guide</i>.</p>
138138
* </li>
139139
* <li>
@@ -143,7 +143,7 @@ export interface CreatePolicyStoreCommandOutput extends CreatePolicyStoreOutput,
143143
* <p>The policy attempts to access a record or entity attribute that is optional
144144
* and isn't guaranteed to be present. Test for the existence of the attribute
145145
* first before attempting to access its value. For more information, see the
146-
* <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
146+
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
147147
* <i>Cedar Policy Language Guide</i>.</p>
148148
* </li>
149149
* <li>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export interface CreatePolicyTemplateCommandOutput extends CreatePolicyTemplateO
137137
* </p>
138138
* <p>The policy attempts to access a record or entity attribute that isn't
139139
* specified in the schema. Test for the existence of the attribute first before
140-
* 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
140+
* 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
141141
* <i>Cedar Policy Language Guide</i>.</p>
142142
* </li>
143143
* <li>
@@ -147,7 +147,7 @@ export interface CreatePolicyTemplateCommandOutput extends CreatePolicyTemplateO
147147
* <p>The policy attempts to access a record or entity attribute that is optional
148148
* and isn't guaranteed to be present. Test for the existence of the attribute
149149
* first before attempting to access its value. For more information, see the
150-
* <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
150+
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
151151
* <i>Cedar Policy Language Guide</i>.</p>
152152
* </li>
153153
* <li>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export interface DeleteIdentitySourceCommandOutput extends DeleteIdentitySourceO
128128
* </p>
129129
* <p>The policy attempts to access a record or entity attribute that isn't
130130
* specified in the schema. Test for the existence of the attribute first before
131-
* 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
131+
* 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
132132
* <i>Cedar Policy Language Guide</i>.</p>
133133
* </li>
134134
* <li>
@@ -138,7 +138,7 @@ export interface DeleteIdentitySourceCommandOutput extends DeleteIdentitySourceO
138138
* <p>The policy attempts to access a record or entity attribute that is optional
139139
* and isn't guaranteed to be present. Test for the existence of the attribute
140140
* first before attempting to access its value. For more information, see the
141-
* <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
141+
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
142142
* <i>Cedar Policy Language Guide</i>.</p>
143143
* </li>
144144
* <li>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export interface DeletePolicyCommandOutput extends DeletePolicyOutput, __Metadat
127127
* </p>
128128
* <p>The policy attempts to access a record or entity attribute that isn't
129129
* specified in the schema. Test for the existence of the attribute first before
130-
* 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
130+
* 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
131131
* <i>Cedar Policy Language Guide</i>.</p>
132132
* </li>
133133
* <li>
@@ -137,7 +137,7 @@ export interface DeletePolicyCommandOutput extends DeletePolicyOutput, __Metadat
137137
* <p>The policy attempts to access a record or entity attribute that is optional
138138
* and isn't guaranteed to be present. Test for the existence of the attribute
139139
* first before attempting to access its value. For more information, see the
140-
* <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
140+
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
141141
* <i>Cedar Policy Language Guide</i>.</p>
142142
* </li>
143143
* <li>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export interface DeletePolicyStoreCommandOutput extends DeletePolicyStoreOutput,
119119
* </p>
120120
* <p>The policy attempts to access a record or entity attribute that isn't
121121
* specified in the schema. Test for the existence of the attribute first before
122-
* 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
122+
* 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
123123
* <i>Cedar Policy Language Guide</i>.</p>
124124
* </li>
125125
* <li>
@@ -129,7 +129,7 @@ export interface DeletePolicyStoreCommandOutput extends DeletePolicyStoreOutput,
129129
* <p>The policy attempts to access a record or entity attribute that is optional
130130
* and isn't guaranteed to be present. Test for the existence of the attribute
131131
* first before attempting to access its value. For more information, see the
132-
* <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
132+
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
133133
* <i>Cedar Policy Language Guide</i>.</p>
134134
* </li>
135135
* <li>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export interface DeletePolicyTemplateCommandOutput extends DeletePolicyTemplateO
130130
* </p>
131131
* <p>The policy attempts to access a record or entity attribute that isn't
132132
* specified in the schema. Test for the existence of the attribute first before
133-
* 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
133+
* 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
134134
* <i>Cedar Policy Language Guide</i>.</p>
135135
* </li>
136136
* <li>
@@ -140,7 +140,7 @@ export interface DeletePolicyTemplateCommandOutput extends DeletePolicyTemplateO
140140
* <p>The policy attempts to access a record or entity attribute that is optional
141141
* and isn't guaranteed to be present. Test for the existence of the attribute
142142
* first before attempting to access its value. For more information, see the
143-
* <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
143+
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
144144
* <i>Cedar Policy Language Guide</i>.</p>
145145
* </li>
146146
* <li>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export interface GetIdentitySourceCommandOutput extends GetIdentitySourceOutput,
135135
* </p>
136136
* <p>The policy attempts to access a record or entity attribute that isn't
137137
* specified in the schema. Test for the existence of the attribute first before
138-
* 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
138+
* 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
139139
* <i>Cedar Policy Language Guide</i>.</p>
140140
* </li>
141141
* <li>
@@ -145,7 +145,7 @@ export interface GetIdentitySourceCommandOutput extends GetIdentitySourceOutput,
145145
* <p>The policy attempts to access a record or entity attribute that is optional
146146
* and isn't guaranteed to be present. Test for the existence of the attribute
147147
* first before attempting to access its value. For more information, see the
148-
* <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
148+
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
149149
* <i>Cedar Policy Language Guide</i>.</p>
150150
* </li>
151151
* <li>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export interface GetPolicyCommandOutput extends GetPolicyOutput, __MetadataBeare
152152
* </p>
153153
* <p>The policy attempts to access a record or entity attribute that isn't
154154
* specified in the schema. Test for the existence of the attribute first before
155-
* 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
155+
* 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
156156
* <i>Cedar Policy Language Guide</i>.</p>
157157
* </li>
158158
* <li>
@@ -162,7 +162,7 @@ export interface GetPolicyCommandOutput extends GetPolicyOutput, __MetadataBeare
162162
* <p>The policy attempts to access a record or entity attribute that is optional
163163
* and isn't guaranteed to be present. Test for the existence of the attribute
164164
* first before attempting to access its value. For more information, see the
165-
* <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
165+
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
166166
* <i>Cedar Policy Language Guide</i>.</p>
167167
* </li>
168168
* <li>

0 commit comments

Comments
 (0)