@aws-sdk/client-verifiedpermissions 3.360.0 → 3.361.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/README.md +1 -1
  2. package/dist-types/VerifiedPermissions.d.ts +1 -1
  3. package/dist-types/VerifiedPermissionsClient.d.ts +1 -1
  4. package/dist-types/commands/CreateIdentitySourceCommand.d.ts +2 -2
  5. package/dist-types/commands/CreatePolicyCommand.d.ts +2 -2
  6. package/dist-types/commands/CreatePolicyStoreCommand.d.ts +2 -2
  7. package/dist-types/commands/CreatePolicyTemplateCommand.d.ts +2 -2
  8. package/dist-types/commands/DeleteIdentitySourceCommand.d.ts +2 -2
  9. package/dist-types/commands/DeletePolicyCommand.d.ts +2 -2
  10. package/dist-types/commands/DeletePolicyStoreCommand.d.ts +2 -2
  11. package/dist-types/commands/DeletePolicyTemplateCommand.d.ts +2 -2
  12. package/dist-types/commands/GetIdentitySourceCommand.d.ts +2 -2
  13. package/dist-types/commands/GetPolicyCommand.d.ts +2 -2
  14. package/dist-types/commands/GetPolicyStoreCommand.d.ts +2 -2
  15. package/dist-types/commands/GetPolicyTemplateCommand.d.ts +2 -2
  16. package/dist-types/commands/GetSchemaCommand.d.ts +2 -2
  17. package/dist-types/commands/IsAuthorizedCommand.d.ts +2 -2
  18. package/dist-types/commands/IsAuthorizedWithTokenCommand.d.ts +2 -2
  19. package/dist-types/commands/ListIdentitySourcesCommand.d.ts +2 -2
  20. package/dist-types/commands/ListPoliciesCommand.d.ts +2 -2
  21. package/dist-types/commands/ListPolicyStoresCommand.d.ts +2 -2
  22. package/dist-types/commands/ListPolicyTemplatesCommand.d.ts +2 -2
  23. package/dist-types/commands/PutSchemaCommand.d.ts +2 -2
  24. package/dist-types/commands/UpdateIdentitySourceCommand.d.ts +2 -2
  25. package/dist-types/commands/UpdatePolicyCommand.d.ts +2 -2
  26. package/dist-types/commands/UpdatePolicyStoreCommand.d.ts +2 -2
  27. package/dist-types/commands/UpdatePolicyTemplateCommand.d.ts +2 -2
  28. package/dist-types/index.d.ts +1 -1
  29. package/dist-types/models/models_0.d.ts +10 -20
  30. package/package.json +1 -1
package/README.md CHANGED
@@ -19,7 +19,7 @@ Cedar supports both role-based access control (RBAC) and attribute-based access
19
19
  control (ABAC) authorization models.</p>
20
20
  <p>For more information about configuring, administering, and using Amazon Verified Permissions in your
21
21
  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>
23
23
  <important>
24
24
  <p>When you write Cedar policies that reference principals, resources and actions,
25
25
  you can define the unique identifiers used for each of those elements. We strongly
@@ -185,7 +185,7 @@ export interface VerifiedPermissions {
185
185
  * control (ABAC) authorization models.</p>
186
186
  * <p>For more information about configuring, administering, and using Amazon Verified Permissions in your
187
187
  * applications, see the <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/userguide/">Amazon Verified Permissions User Guide</a>.</p>
188
- * <p>For more information about the Cedar policy language, see the <a href="docs.cedarpolicy.com">Cedar Policy Language Guide</a>.</p>
188
+ * <p>For more information about the Cedar policy language, see the <a href="https://docs.cedarpolicy.com/">Cedar Policy Language Guide</a>.</p>
189
189
  * <important>
190
190
  * <p>When you write Cedar policies that reference principals, resources and actions,
191
191
  * you can define the unique identifiers used for each of those elements. We strongly
@@ -182,7 +182,7 @@ export interface VerifiedPermissionsClientResolvedConfig extends VerifiedPermiss
182
182
  * control (ABAC) authorization models.</p>
183
183
  * <p>For more information about configuring, administering, and using Amazon Verified Permissions in your
184
184
  * applications, see the <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/userguide/">Amazon Verified Permissions User Guide</a>.</p>
185
- * <p>For more information about the Cedar policy language, see the <a href="docs.cedarpolicy.com">Cedar Policy Language Guide</a>.</p>
185
+ * <p>For more information about the Cedar policy language, see the <a href="https://docs.cedarpolicy.com/">Cedar Policy Language Guide</a>.</p>
186
186
  * <important>
187
187
  * <p>When you write Cedar policies that reference principals, resources and actions,
188
188
  * you can define the unique identifiers used for each of those elements. We strongly
@@ -146,7 +146,7 @@ export interface CreateIdentitySourceCommandOutput extends CreateIdentitySourceO
146
146
  * </p>
147
147
  * <p>The policy attempts to access a record or entity attribute that isn't
148
148
  * specified in the schema. Test for the existence of the attribute first before
149
- * 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
149
+ * 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
150
150
  * <i>Cedar Policy Language Guide</i>.</p>
151
151
  * </li>
152
152
  * <li>
@@ -156,7 +156,7 @@ export interface CreateIdentitySourceCommandOutput extends CreateIdentitySourceO
156
156
  * <p>The policy attempts to access a record or entity attribute that is optional
157
157
  * and isn't guaranteed to be present. Test for the existence of the attribute
158
158
  * first before attempting to access its value. For more information, see the
159
- * <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
159
+ * <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
160
160
  * <i>Cedar Policy Language Guide</i>.</p>
161
161
  * </li>
162
162
  * <li>
@@ -158,7 +158,7 @@ export interface CreatePolicyCommandOutput extends CreatePolicyOutput, __Metadat
158
158
  * </p>
159
159
  * <p>The policy attempts to access a record or entity attribute that isn't
160
160
  * specified in the schema. Test for the existence of the attribute first before
161
- * 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
161
+ * 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
162
162
  * <i>Cedar Policy Language Guide</i>.</p>
163
163
  * </li>
164
164
  * <li>
@@ -168,7 +168,7 @@ export interface CreatePolicyCommandOutput extends CreatePolicyOutput, __Metadat
168
168
  * <p>The policy attempts to access a record or entity attribute that is optional
169
169
  * and isn't guaranteed to be present. Test for the existence of the attribute
170
170
  * first before attempting to access its value. For more information, see the
171
- * <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
171
+ * <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
172
172
  * <i>Cedar Policy Language Guide</i>.</p>
173
173
  * </li>
174
174
  * <li>
@@ -116,7 +116,7 @@ export interface CreatePolicyStoreCommandOutput extends CreatePolicyStoreOutput,
116
116
  * </p>
117
117
  * <p>The policy attempts to access a record or entity attribute that isn't
118
118
  * specified in the schema. Test for the existence of the attribute first before
119
- * 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
119
+ * 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
120
120
  * <i>Cedar Policy Language Guide</i>.</p>
121
121
  * </li>
122
122
  * <li>
@@ -126,7 +126,7 @@ export interface CreatePolicyStoreCommandOutput extends CreatePolicyStoreOutput,
126
126
  * <p>The policy attempts to access a record or entity attribute that is optional
127
127
  * and isn't guaranteed to be present. Test for the existence of the attribute
128
128
  * first before attempting to access its value. For more information, see the
129
- * <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
129
+ * <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
130
130
  * <i>Cedar Policy Language Guide</i>.</p>
131
131
  * </li>
132
132
  * <li>
@@ -120,7 +120,7 @@ export interface CreatePolicyTemplateCommandOutput extends CreatePolicyTemplateO
120
120
  * </p>
121
121
  * <p>The policy attempts to access a record or entity attribute that isn't
122
122
  * specified in the schema. Test for the existence of the attribute first before
123
- * 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
123
+ * 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
124
124
  * <i>Cedar Policy Language Guide</i>.</p>
125
125
  * </li>
126
126
  * <li>
@@ -130,7 +130,7 @@ export interface CreatePolicyTemplateCommandOutput extends CreatePolicyTemplateO
130
130
  * <p>The policy attempts to access a record or entity attribute that is optional
131
131
  * and isn't guaranteed to be present. Test for the existence of the attribute
132
132
  * first before attempting to access its value. For more information, see the
133
- * <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
133
+ * <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
134
134
  * <i>Cedar Policy Language Guide</i>.</p>
135
135
  * </li>
136
136
  * <li>
@@ -111,7 +111,7 @@ export interface DeleteIdentitySourceCommandOutput extends DeleteIdentitySourceO
111
111
  * </p>
112
112
  * <p>The policy attempts to access a record or entity attribute that isn't
113
113
  * specified in the schema. Test for the existence of the attribute first before
114
- * 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
114
+ * 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
115
115
  * <i>Cedar Policy Language Guide</i>.</p>
116
116
  * </li>
117
117
  * <li>
@@ -121,7 +121,7 @@ export interface DeleteIdentitySourceCommandOutput extends DeleteIdentitySourceO
121
121
  * <p>The policy attempts to access a record or entity attribute that is optional
122
122
  * and isn't guaranteed to be present. Test for the existence of the attribute
123
123
  * first before attempting to access its value. For more information, see the
124
- * <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
124
+ * <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
125
125
  * <i>Cedar Policy Language Guide</i>.</p>
126
126
  * </li>
127
127
  * <li>
@@ -110,7 +110,7 @@ export interface DeletePolicyCommandOutput extends DeletePolicyOutput, __Metadat
110
110
  * </p>
111
111
  * <p>The policy attempts to access a record or entity attribute that isn't
112
112
  * specified in the schema. Test for the existence of the attribute first before
113
- * 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
113
+ * 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
114
114
  * <i>Cedar Policy Language Guide</i>.</p>
115
115
  * </li>
116
116
  * <li>
@@ -120,7 +120,7 @@ export interface DeletePolicyCommandOutput extends DeletePolicyOutput, __Metadat
120
120
  * <p>The policy attempts to access a record or entity attribute that is optional
121
121
  * and isn't guaranteed to be present. Test for the existence of the attribute
122
122
  * first before attempting to access its value. For more information, see the
123
- * <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
123
+ * <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
124
124
  * <i>Cedar Policy Language Guide</i>.</p>
125
125
  * </li>
126
126
  * <li>
@@ -102,7 +102,7 @@ export interface DeletePolicyStoreCommandOutput extends DeletePolicyStoreOutput,
102
102
  * </p>
103
103
  * <p>The policy attempts to access a record or entity attribute that isn't
104
104
  * specified in the schema. Test for the existence of the attribute first before
105
- * 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
105
+ * 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
106
106
  * <i>Cedar Policy Language Guide</i>.</p>
107
107
  * </li>
108
108
  * <li>
@@ -112,7 +112,7 @@ export interface DeletePolicyStoreCommandOutput extends DeletePolicyStoreOutput,
112
112
  * <p>The policy attempts to access a record or entity attribute that is optional
113
113
  * and isn't guaranteed to be present. Test for the existence of the attribute
114
114
  * first before attempting to access its value. For more information, see the
115
- * <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
115
+ * <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
116
116
  * <i>Cedar Policy Language Guide</i>.</p>
117
117
  * </li>
118
118
  * <li>
@@ -113,7 +113,7 @@ export interface DeletePolicyTemplateCommandOutput extends DeletePolicyTemplateO
113
113
  * </p>
114
114
  * <p>The policy attempts to access a record or entity attribute that isn't
115
115
  * specified in the schema. Test for the existence of the attribute first before
116
- * 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
116
+ * 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
117
117
  * <i>Cedar Policy Language Guide</i>.</p>
118
118
  * </li>
119
119
  * <li>
@@ -123,7 +123,7 @@ export interface DeletePolicyTemplateCommandOutput extends DeletePolicyTemplateO
123
123
  * <p>The policy attempts to access a record or entity attribute that is optional
124
124
  * and isn't guaranteed to be present. Test for the existence of the attribute
125
125
  * first before attempting to access its value. For more information, see the
126
- * <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
126
+ * <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
127
127
  * <i>Cedar Policy Language Guide</i>.</p>
128
128
  * </li>
129
129
  * <li>
@@ -118,7 +118,7 @@ export interface GetIdentitySourceCommandOutput extends GetIdentitySourceOutput,
118
118
  * </p>
119
119
  * <p>The policy attempts to access a record or entity attribute that isn't
120
120
  * specified in the schema. Test for the existence of the attribute first before
121
- * 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
121
+ * 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
122
122
  * <i>Cedar Policy Language Guide</i>.</p>
123
123
  * </li>
124
124
  * <li>
@@ -128,7 +128,7 @@ export interface GetIdentitySourceCommandOutput extends GetIdentitySourceOutput,
128
128
  * <p>The policy attempts to access a record or entity attribute that is optional
129
129
  * and isn't guaranteed to be present. Test for the existence of the attribute
130
130
  * first before attempting to access its value. For more information, see the
131
- * <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
131
+ * <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
132
132
  * <i>Cedar Policy Language Guide</i>.</p>
133
133
  * </li>
134
134
  * <li>
@@ -135,7 +135,7 @@ export interface GetPolicyCommandOutput extends GetPolicyOutput, __MetadataBeare
135
135
  * </p>
136
136
  * <p>The policy attempts to access a record or entity attribute that isn't
137
137
  * 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
139
139
  * <i>Cedar Policy Language Guide</i>.</p>
140
140
  * </li>
141
141
  * <li>
@@ -145,7 +145,7 @@ export interface GetPolicyCommandOutput extends GetPolicyOutput, __MetadataBeare
145
145
  * <p>The policy attempts to access a record or entity attribute that is optional
146
146
  * and isn't guaranteed to be present. Test for the existence of the attribute
147
147
  * 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
149
149
  * <i>Cedar Policy Language Guide</i>.</p>
150
150
  * </li>
151
151
  * <li>
@@ -111,7 +111,7 @@ export interface GetPolicyStoreCommandOutput extends GetPolicyStoreOutput, __Met
111
111
  * </p>
112
112
  * <p>The policy attempts to access a record or entity attribute that isn't
113
113
  * specified in the schema. Test for the existence of the attribute first before
114
- * 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
114
+ * 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
115
115
  * <i>Cedar Policy Language Guide</i>.</p>
116
116
  * </li>
117
117
  * <li>
@@ -121,7 +121,7 @@ export interface GetPolicyStoreCommandOutput extends GetPolicyStoreOutput, __Met
121
121
  * <p>The policy attempts to access a record or entity attribute that is optional
122
122
  * and isn't guaranteed to be present. Test for the existence of the attribute
123
123
  * first before attempting to access its value. For more information, see the
124
- * <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
124
+ * <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
125
125
  * <i>Cedar Policy Language Guide</i>.</p>
126
126
  * </li>
127
127
  * <li>
@@ -111,7 +111,7 @@ export interface GetPolicyTemplateCommandOutput extends GetPolicyTemplateOutput,
111
111
  * </p>
112
112
  * <p>The policy attempts to access a record or entity attribute that isn't
113
113
  * specified in the schema. Test for the existence of the attribute first before
114
- * 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
114
+ * 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
115
115
  * <i>Cedar Policy Language Guide</i>.</p>
116
116
  * </li>
117
117
  * <li>
@@ -121,7 +121,7 @@ export interface GetPolicyTemplateCommandOutput extends GetPolicyTemplateOutput,
121
121
  * <p>The policy attempts to access a record or entity attribute that is optional
122
122
  * and isn't guaranteed to be present. Test for the existence of the attribute
123
123
  * first before attempting to access its value. For more information, see the
124
- * <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
124
+ * <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
125
125
  * <i>Cedar Policy Language Guide</i>.</p>
126
126
  * </li>
127
127
  * <li>
@@ -108,7 +108,7 @@ export interface GetSchemaCommandOutput extends GetSchemaOutput, __MetadataBeare
108
108
  * </p>
109
109
  * <p>The policy attempts to access a record or entity attribute that isn't
110
110
  * specified in the schema. Test for the existence of the attribute first before
111
- * 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
111
+ * 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
112
112
  * <i>Cedar Policy Language Guide</i>.</p>
113
113
  * </li>
114
114
  * <li>
@@ -118,7 +118,7 @@ export interface GetSchemaCommandOutput extends GetSchemaOutput, __MetadataBeare
118
118
  * <p>The policy attempts to access a record or entity attribute that is optional
119
119
  * and isn't guaranteed to be present. Test for the existence of the attribute
120
120
  * first before attempting to access its value. For more information, see the
121
- * <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
121
+ * <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
122
122
  * <i>Cedar Policy Language Guide</i>.</p>
123
123
  * </li>
124
124
  * <li>
@@ -175,7 +175,7 @@ export interface IsAuthorizedCommandOutput extends IsAuthorizedOutput, __Metadat
175
175
  * </p>
176
176
  * <p>The policy attempts to access a record or entity attribute that isn't
177
177
  * 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
179
179
  * <i>Cedar Policy Language Guide</i>.</p>
180
180
  * </li>
181
181
  * <li>
@@ -185,7 +185,7 @@ export interface IsAuthorizedCommandOutput extends IsAuthorizedOutput, __Metadat
185
185
  * <p>The policy attempts to access a record or entity attribute that is optional
186
186
  * and isn't guaranteed to be present. Test for the existence of the attribute
187
187
  * 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
189
189
  * <i>Cedar Policy Language Guide</i>.</p>
190
190
  * </li>
191
191
  * <li>
@@ -176,7 +176,7 @@ export interface IsAuthorizedWithTokenCommandOutput extends IsAuthorizedWithToke
176
176
  * </p>
177
177
  * <p>The policy attempts to access a record or entity attribute that isn't
178
178
  * specified in the schema. Test for the existence of the attribute first before
179
- * 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
179
+ * 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
180
180
  * <i>Cedar Policy Language Guide</i>.</p>
181
181
  * </li>
182
182
  * <li>
@@ -186,7 +186,7 @@ export interface IsAuthorizedWithTokenCommandOutput extends IsAuthorizedWithToke
186
186
  * <p>The policy attempts to access a record or entity attribute that is optional
187
187
  * and isn't guaranteed to be present. Test for the existence of the attribute
188
188
  * first before attempting to access its value. For more information, see the
189
- * <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
189
+ * <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
190
190
  * <i>Cedar Policy Language Guide</i>.</p>
191
191
  * </li>
192
192
  * <li>
@@ -129,7 +129,7 @@ export interface ListIdentitySourcesCommandOutput extends ListIdentitySourcesOut
129
129
  * </p>
130
130
  * <p>The policy attempts to access a record or entity attribute that isn't
131
131
  * specified in the schema. Test for the existence of the attribute first before
132
- * 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
132
+ * 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
133
133
  * <i>Cedar Policy Language Guide</i>.</p>
134
134
  * </li>
135
135
  * <li>
@@ -139,7 +139,7 @@ export interface ListIdentitySourcesCommandOutput extends ListIdentitySourcesOut
139
139
  * <p>The policy attempts to access a record or entity attribute that is optional
140
140
  * and isn't guaranteed to be present. Test for the existence of the attribute
141
141
  * first before attempting to access its value. For more information, see the
142
- * <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
142
+ * <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
143
143
  * <i>Cedar Policy Language Guide</i>.</p>
144
144
  * </li>
145
145
  * <li>
@@ -158,7 +158,7 @@ export interface ListPoliciesCommandOutput extends ListPoliciesOutput, __Metadat
158
158
  * </p>
159
159
  * <p>The policy attempts to access a record or entity attribute that isn't
160
160
  * specified in the schema. Test for the existence of the attribute first before
161
- * 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
161
+ * 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
162
162
  * <i>Cedar Policy Language Guide</i>.</p>
163
163
  * </li>
164
164
  * <li>
@@ -168,7 +168,7 @@ export interface ListPoliciesCommandOutput extends ListPoliciesOutput, __Metadat
168
168
  * <p>The policy attempts to access a record or entity attribute that is optional
169
169
  * and isn't guaranteed to be present. Test for the existence of the attribute
170
170
  * first before attempting to access its value. For more information, see the
171
- * <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
171
+ * <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
172
172
  * <i>Cedar Policy Language Guide</i>.</p>
173
173
  * </li>
174
174
  * <li>
@@ -110,7 +110,7 @@ export interface ListPolicyStoresCommandOutput extends ListPolicyStoresOutput, _
110
110
  * </p>
111
111
  * <p>The policy attempts to access a record or entity attribute that isn't
112
112
  * specified in the schema. Test for the existence of the attribute first before
113
- * 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
113
+ * 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
114
114
  * <i>Cedar Policy Language Guide</i>.</p>
115
115
  * </li>
116
116
  * <li>
@@ -120,7 +120,7 @@ export interface ListPolicyStoresCommandOutput extends ListPolicyStoresOutput, _
120
120
  * <p>The policy attempts to access a record or entity attribute that is optional
121
121
  * and isn't guaranteed to be present. Test for the existence of the attribute
122
122
  * first before attempting to access its value. For more information, see the
123
- * <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
123
+ * <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
124
124
  * <i>Cedar Policy Language Guide</i>.</p>
125
125
  * </li>
126
126
  * <li>
@@ -116,7 +116,7 @@ export interface ListPolicyTemplatesCommandOutput extends ListPolicyTemplatesOut
116
116
  * </p>
117
117
  * <p>The policy attempts to access a record or entity attribute that isn't
118
118
  * specified in the schema. Test for the existence of the attribute first before
119
- * 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
119
+ * 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
120
120
  * <i>Cedar Policy Language Guide</i>.</p>
121
121
  * </li>
122
122
  * <li>
@@ -126,7 +126,7 @@ export interface ListPolicyTemplatesCommandOutput extends ListPolicyTemplatesOut
126
126
  * <p>The policy attempts to access a record or entity attribute that is optional
127
127
  * and isn't guaranteed to be present. Test for the existence of the attribute
128
128
  * first before attempting to access its value. For more information, see the
129
- * <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
129
+ * <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
130
130
  * <i>Cedar Policy Language Guide</i>.</p>
131
131
  * </li>
132
132
  * <li>
@@ -124,7 +124,7 @@ export interface PutSchemaCommandOutput extends PutSchemaOutput, __MetadataBeare
124
124
  * </p>
125
125
  * <p>The policy attempts to access a record or entity attribute that isn't
126
126
  * specified in the schema. Test for the existence of the attribute first before
127
- * 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
127
+ * 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
128
128
  * <i>Cedar Policy Language Guide</i>.</p>
129
129
  * </li>
130
130
  * <li>
@@ -134,7 +134,7 @@ export interface PutSchemaCommandOutput extends PutSchemaOutput, __MetadataBeare
134
134
  * <p>The policy attempts to access a record or entity attribute that is optional
135
135
  * and isn't guaranteed to be present. Test for the existence of the attribute
136
136
  * first before attempting to access its value. For more information, see the
137
- * <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
137
+ * <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
138
138
  * <i>Cedar Policy Language Guide</i>.</p>
139
139
  * </li>
140
140
  * <li>
@@ -123,7 +123,7 @@ export interface UpdateIdentitySourceCommandOutput extends UpdateIdentitySourceO
123
123
  * </p>
124
124
  * <p>The policy attempts to access a record or entity attribute that isn't
125
125
  * specified in the schema. Test for the existence of the attribute first before
126
- * 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
126
+ * 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
127
127
  * <i>Cedar Policy Language Guide</i>.</p>
128
128
  * </li>
129
129
  * <li>
@@ -133,7 +133,7 @@ export interface UpdateIdentitySourceCommandOutput extends UpdateIdentitySourceO
133
133
  * <p>The policy attempts to access a record or entity attribute that is optional
134
134
  * and isn't guaranteed to be present. Test for the existence of the attribute
135
135
  * first before attempting to access its value. For more information, see the
136
- * <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
136
+ * <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
137
137
  * <i>Cedar Policy Language Guide</i>.</p>
138
138
  * </li>
139
139
  * <li>
@@ -138,7 +138,7 @@ export interface UpdatePolicyCommandOutput extends UpdatePolicyOutput, __Metadat
138
138
  * </p>
139
139
  * <p>The policy attempts to access a record or entity attribute that isn't
140
140
  * specified in the schema. Test for the existence of the attribute first before
141
- * 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
141
+ * 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
142
142
  * <i>Cedar Policy Language Guide</i>.</p>
143
143
  * </li>
144
144
  * <li>
@@ -148,7 +148,7 @@ export interface UpdatePolicyCommandOutput extends UpdatePolicyOutput, __Metadat
148
148
  * <p>The policy attempts to access a record or entity attribute that is optional
149
149
  * and isn't guaranteed to be present. Test for the existence of the attribute
150
150
  * first before attempting to access its value. For more information, see the
151
- * <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
151
+ * <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
152
152
  * <i>Cedar Policy Language Guide</i>.</p>
153
153
  * </li>
154
154
  * <li>
@@ -115,7 +115,7 @@ export interface UpdatePolicyStoreCommandOutput extends UpdatePolicyStoreOutput,
115
115
  * </p>
116
116
  * <p>The policy attempts to access a record or entity attribute that isn't
117
117
  * specified in the schema. Test for the existence of the attribute first before
118
- * 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
118
+ * 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
119
119
  * <i>Cedar Policy Language Guide</i>.</p>
120
120
  * </li>
121
121
  * <li>
@@ -125,7 +125,7 @@ export interface UpdatePolicyStoreCommandOutput extends UpdatePolicyStoreOutput,
125
125
  * <p>The policy attempts to access a record or entity attribute that is optional
126
126
  * and isn't guaranteed to be present. Test for the existence of the attribute
127
127
  * first before attempting to access its value. For more information, see the
128
- * <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
128
+ * <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
129
129
  * <i>Cedar Policy Language Guide</i>.</p>
130
130
  * </li>
131
131
  * <li>
@@ -120,7 +120,7 @@ export interface UpdatePolicyTemplateCommandOutput extends UpdatePolicyTemplateO
120
120
  * </p>
121
121
  * <p>The policy attempts to access a record or entity attribute that isn't
122
122
  * specified in the schema. Test for the existence of the attribute first before
123
- * 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
123
+ * 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
124
124
  * <i>Cedar Policy Language Guide</i>.</p>
125
125
  * </li>
126
126
  * <li>
@@ -130,7 +130,7 @@ export interface UpdatePolicyTemplateCommandOutput extends UpdatePolicyTemplateO
130
130
  * <p>The policy attempts to access a record or entity attribute that is optional
131
131
  * and isn't guaranteed to be present. Test for the existence of the attribute
132
132
  * first before attempting to access its value. For more information, see the
133
- * <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
133
+ * <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
134
134
  * <i>Cedar Policy Language Guide</i>.</p>
135
135
  * </li>
136
136
  * <li>
@@ -12,7 +12,7 @@
12
12
  * control (ABAC) authorization models.</p>
13
13
  * <p>For more information about configuring, administering, and using Amazon Verified Permissions in your
14
14
  * applications, see the <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/userguide/">Amazon Verified Permissions User Guide</a>.</p>
15
- * <p>For more information about the Cedar policy language, see the <a href="docs.cedarpolicy.com">Cedar Policy Language Guide</a>.</p>
15
+ * <p>For more information about the Cedar policy language, see the <a href="https://docs.cedarpolicy.com/">Cedar Policy Language Guide</a>.</p>
16
16
  * <important>
17
17
  * <p>When you write Cedar policies that reference principals, resources and actions,
18
18
  * you can define the unique identifiers used for each of those elements. We strongly
@@ -376,7 +376,7 @@ export interface ValidationExceptionField {
376
376
  * </p>
377
377
  * <p>The policy attempts to access a record or entity attribute that isn't
378
378
  * specified in the schema. Test for the existence of the attribute first before
379
- * 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
379
+ * 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
380
380
  * <i>Cedar Policy Language Guide</i>.</p>
381
381
  * </li>
382
382
  * <li>
@@ -386,7 +386,7 @@ export interface ValidationExceptionField {
386
386
  * <p>The policy attempts to access a record or entity attribute that is optional
387
387
  * and isn't guaranteed to be present. Test for the existence of the attribute
388
388
  * first before attempting to access its value. For more information, see the
389
- * <a href="docs.cedarpolicy.comsyntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
389
+ * <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
390
390
  * <i>Cedar Policy Language Guide</i>.</p>
391
391
  * </li>
392
392
  * <li>
@@ -2163,7 +2163,7 @@ export type AttributeValue = AttributeValue.BooleanMember | AttributeValue.Entit
2163
2163
  */
2164
2164
  export declare namespace AttributeValue {
2165
2165
  /**
2166
- * <p>An attribute value of <a href="docs.cedarpolicy.comcedar-syntax-datatypes.html#datatype-boolean">Boolean</a>
2166
+ * <p>An attribute value of <a href="https://docs.cedarpolicy.com/syntax-datatypes.html#boolean">Boolean</a>
2167
2167
  * type.</p>
2168
2168
  * <p>Example: <code>\{"boolean": true\}</code>
2169
2169
  * </p>
@@ -2193,7 +2193,7 @@ export declare namespace AttributeValue {
2193
2193
  $unknown?: never;
2194
2194
  }
2195
2195
  /**
2196
- * <p>An attribute value of <a href="docs.cedarpolicy.comcedar-syntax-datatypes.html#datatype-long">Long</a>
2196
+ * <p>An attribute value of <a href="https://docs.cedarpolicy.com/syntax-datatypes.html#long">Long</a>
2197
2197
  * type.</p>
2198
2198
  * <p>Example: <code>\{"long": 0\}</code>
2199
2199
  * </p>
@@ -2208,7 +2208,7 @@ export declare namespace AttributeValue {
2208
2208
  $unknown?: never;
2209
2209
  }
2210
2210
  /**
2211
- * <p>An attribute value of <a href="docs.cedarpolicy.comcedar-syntax-datatypes.html#datatype-string">String</a>
2211
+ * <p>An attribute value of <a href="https://docs.cedarpolicy.com/syntax-datatypes.html#string">String</a>
2212
2212
  * type.</p>
2213
2213
  * <p>Example: <code>\{"string": "abc"\}</code>
2214
2214
  * </p>
@@ -2223,7 +2223,7 @@ export declare namespace AttributeValue {
2223
2223
  $unknown?: never;
2224
2224
  }
2225
2225
  /**
2226
- * <p>An attribute value of <a href="docs.cedarpolicy.comcedar-syntax-datatypes.html#datatype-set">Set</a>
2226
+ * <p>An attribute value of <a href="https://docs.cedarpolicy.com/syntax-datatypes.html#set">Set</a>
2227
2227
  * type.</p>
2228
2228
  * <p>Example: <code>\{"set": [ \{\} ] \}</code>
2229
2229
  * </p>
@@ -2238,7 +2238,7 @@ export declare namespace AttributeValue {
2238
2238
  $unknown?: never;
2239
2239
  }
2240
2240
  /**
2241
- * <p>An attribute value of <a href="docs.cedarpolicy.comcedar-syntax-datatypes.html#datatype-record">Record</a>
2241
+ * <p>An attribute value of <a href="https://docs.cedarpolicy.com/syntax-datatypes.html#record">Record</a>
2242
2242
  * type.</p>
2243
2243
  * <p>Example: <code>\{"record": \{ "keyName": \{\} \} \}</code>
2244
2244
  * </p>
@@ -2316,19 +2316,9 @@ export declare namespace ContextDefinition {
2316
2316
  * <p>This data type is used as one of the fields in the <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_EntitiesDefinition.html">EntitiesDefinition</a>
2317
2317
  * structure.</p>
2318
2318
  * <p>
2319
- * <code>\{
2320
- * "id": \{
2321
- * "entityType": "Photo",
2322
- * "entityId": "VacationPhoto94.jpg"
2323
- * \},
2324
- * "Attributes": \{\},
2325
- * "Parents": [
2326
- * \{
2327
- * "entityType": "Album",
2328
- * "entityId": "alice_folder"
2329
- * \}
2330
- * ]
2331
- * \}</code>
2319
+ * <code>\{ "id": \{ "entityType": "Photo", "entityId": "VacationPhoto94.jpg" \},
2320
+ * "Attributes": \{\}, "Parents": [ \{ "entityType": "Album", "entityId": "alice_folder" \}
2321
+ * ] \}</code>
2332
2322
  * </p>
2333
2323
  */
2334
2324
  export interface EntityItem {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-verifiedpermissions",
3
3
  "description": "AWS SDK for JavaScript Verifiedpermissions Client for Node.js, Browser and React Native",
4
- "version": "3.360.0",
4
+ "version": "3.361.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",