@aws-sdk/client-verifiedpermissions 3.658.1 → 3.661.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.
@@ -53,7 +53,7 @@ declare const CreateIdentitySourceCommand_base: {
53
53
  * </li>
54
54
  * <li>
55
55
  * <p>OpenID Connect (OIDC) provider: <code>Namespace::[Entity
56
- * type]::[principalIdClaim]|[user principal attribute]</code>, for example
56
+ * type]::[entityIdPrefix]|[user principal attribute]</code>, for example
57
57
  * <code>MyCorp::User::MyOIDCProvider|a1b2c3d4-5678-90ab-cdef-EXAMPLE22222</code>.</p>
58
58
  * </li>
59
59
  * </ul>
@@ -35,7 +35,6 @@ declare const IsAuthorizedWithTokenCommand_base: {
35
35
  * matching policies in the specified policy store. The result of the decision is either
36
36
  * <code>Allow</code> or <code>Deny</code>, along with a list of the policies that
37
37
  * resulted in the decision.</p>
38
- * <p>At this time, Verified Permissions accepts tokens from only Amazon Cognito.</p>
39
38
  * <p>Verified Permissions validates each token that is specified in a request by checking its expiration
40
39
  * date and its signature.</p>
41
40
  * <important>
@@ -164,7 +164,7 @@ export declare class ThrottlingException extends __BaseException {
164
164
  throttling: boolean;
165
165
  };
166
166
  /**
167
- * <p>The code for the Amazon Web Service that owns the quota.</p>
167
+ * <p>The code for the Amazon Web Services service that owns the quota.</p>
168
168
  * @public
169
169
  */
170
170
  serviceCode?: string;
@@ -1210,7 +1210,7 @@ export declare class ServiceQuotaExceededException extends __BaseException {
1210
1210
  */
1211
1211
  resourceType: ResourceType | undefined;
1212
1212
  /**
1213
- * <p>The code for the Amazon Web Service that owns the quota.</p>
1213
+ * <p>The code for the Amazon Web Services service that owns the quota.</p>
1214
1214
  * @public
1215
1215
  */
1216
1216
  serviceCode?: string;
@@ -2569,12 +2569,6 @@ export interface UpdateIdentitySourceInput {
2569
2569
  /**
2570
2570
  * <p>Specifies the details required to communicate with the identity provider (IdP)
2571
2571
  * associated with this identity source.</p>
2572
- * <note>
2573
- * <p>At this time, the only valid member of this structure is a Amazon Cognito user pool
2574
- * configuration.</p>
2575
- * <p>You must specify a <code>userPoolArn</code>, and optionally, a
2576
- * <code>ClientId</code>.</p>
2577
- * </note>
2578
2572
  * @public
2579
2573
  */
2580
2574
  updateConfiguration: UpdateConfiguration | undefined;
@@ -2845,12 +2839,12 @@ export interface PolicyItem {
2845
2839
  * <ul>
2846
2840
  * <li>
2847
2841
  * <p>
2848
- * <code>static</code>
2842
+ * <code>STATIC</code>
2849
2843
  * </p>
2850
2844
  * </li>
2851
2845
  * <li>
2852
2846
  * <p>
2853
- * <code>templateLinked</code>
2847
+ * <code>TEMPLATE_LINKED</code>
2854
2848
  * </p>
2855
2849
  * </li>
2856
2850
  * </ul>
@@ -3347,7 +3341,8 @@ export type SchemaDefinition = SchemaDefinition.CedarJsonMember | SchemaDefiniti
3347
3341
  export declare namespace SchemaDefinition {
3348
3342
  /**
3349
3343
  * <p>A JSON string representation of the schema supported by applications that use this
3350
- * policy store. For more information, see <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/userguide/schema.html">Policy store schema</a> in the
3344
+ * policy store. To delete the schema, run <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_PutSchema.html">PutSchema</a> with <code>\{\}</code> for this parameter.
3345
+ * For more information, see <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/userguide/schema.html">Policy store schema</a> in the
3351
3346
  * <i>Amazon Verified Permissions User Guide</i>.</p>
3352
3347
  * @public
3353
3348
  */
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.658.1",
4
+ "version": "3.661.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-verifiedpermissions",