@aws-sdk/client-verifiedpermissions 3.398.0 → 3.405.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.
@@ -49,6 +49,12 @@ export interface CreateIdentitySourceCommandOutput extends CreateIdentitySourceO
49
49
  * <code>CognitoUserPoolId</code> and <code>CognitoClientId</code> are defined by
50
50
  * the Amazon Cognito user pool.</p>
51
51
  * </note>
52
+ * <note>
53
+ * <p>Verified Permissions is <i>
54
+ * <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a>
55
+ * </i>. It can take a few seconds for a new or changed element to be propagate through
56
+ * the service and be visible in the results of other Verified Permissions operations.</p>
57
+ * </note>
52
58
  * @example
53
59
  * Use a bare-bones client and the command you need to make an API call.
54
60
  * ```javascript
@@ -44,6 +44,12 @@ export interface CreatePolicyCommandOutput extends CreatePolicyOutput, __Metadat
44
44
  * policy doesn't pass validation, the operation fails and the policy isn't
45
45
  * stored.</p>
46
46
  * </note>
47
+ * <note>
48
+ * <p>Verified Permissions is <i>
49
+ * <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a>
50
+ * </i>. It can take a few seconds for a new or changed element to be propagate through
51
+ * the service and be visible in the results of other Verified Permissions operations.</p>
52
+ * </note>
47
53
  * @example
48
54
  * Use a bare-bones client and the command you need to make an API call.
49
55
  * ```javascript
@@ -29,6 +29,12 @@ export interface CreatePolicyStoreCommandOutput extends CreatePolicyStoreOutput,
29
29
  * supports multiple namespaces</a>, Verified Permissions currently supports only one
30
30
  * namespace per policy store.</p>
31
31
  * </note>
32
+ * <note>
33
+ * <p>Verified Permissions is <i>
34
+ * <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a>
35
+ * </i>. It can take a few seconds for a new or changed element to be propagate through
36
+ * the service and be visible in the results of other Verified Permissions operations.</p>
37
+ * </note>
32
38
  * @example
33
39
  * Use a bare-bones client and the command you need to make an API call.
34
40
  * ```javascript
@@ -30,6 +30,12 @@ export interface CreatePolicyTemplateCommandOutput extends CreatePolicyTemplateO
30
30
  * other policy, except that it is dynamically linked to the template. If the template
31
31
  * changes, then any policies that are linked to that template are immediately updated as
32
32
  * well.</p>
33
+ * <note>
34
+ * <p>Verified Permissions is <i>
35
+ * <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a>
36
+ * </i>. It can take a few seconds for a new or changed element to be propagate through
37
+ * the service and be visible in the results of other Verified Permissions operations.</p>
38
+ * </note>
33
39
  * @example
34
40
  * Use a bare-bones client and the command you need to make an API call.
35
41
  * ```javascript
@@ -28,6 +28,12 @@ export interface PutSchemaCommandOutput extends PutSchemaOutput, __MetadataBeare
28
28
  * validate only policies and templates submitted after the schema change. Existing
29
29
  * policies and templates are not re-evaluated against the changed schema. If you later
30
30
  * update a policy, then it is evaluated against the new schema at that time.</p>
31
+ * <note>
32
+ * <p>Verified Permissions is <i>
33
+ * <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a>
34
+ * </i>. It can take a few seconds for a new or changed element to be propagate through
35
+ * the service and be visible in the results of other Verified Permissions operations.</p>
36
+ * </note>
31
37
  * @example
32
38
  * Use a bare-bones client and the command you need to make an API call.
33
39
  * ```javascript
@@ -25,6 +25,12 @@ export interface UpdateIdentitySourceCommandOutput extends UpdateIdentitySourceO
25
25
  * @public
26
26
  * <p>Updates the specified identity source to use a new identity provider (IdP) source, or to change
27
27
  * the mapping of identities from the IdP to a different principal entity type.</p>
28
+ * <note>
29
+ * <p>Verified Permissions is <i>
30
+ * <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a>
31
+ * </i>. It can take a few seconds for a new or changed element to be propagate through
32
+ * the service and be visible in the results of other Verified Permissions operations.</p>
33
+ * </note>
28
34
  * @example
29
35
  * Use a bare-bones client and the command you need to make an API call.
30
36
  * ```javascript
@@ -68,6 +68,12 @@ export interface UpdatePolicyCommandOutput extends UpdatePolicyOutput, __Metadat
68
68
  * </li>
69
69
  * </ul>
70
70
  * </note>
71
+ * <note>
72
+ * <p>Verified Permissions is <i>
73
+ * <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a>
74
+ * </i>. It can take a few seconds for a new or changed element to be propagate through
75
+ * the service and be visible in the results of other Verified Permissions operations.</p>
76
+ * </note>
71
77
  * @example
72
78
  * Use a bare-bones client and the command you need to make an API call.
73
79
  * ```javascript
@@ -24,6 +24,12 @@ export interface UpdatePolicyStoreCommandOutput extends UpdatePolicyStoreOutput,
24
24
  /**
25
25
  * @public
26
26
  * <p>Modifies the validation setting for a policy store.</p>
27
+ * <note>
28
+ * <p>Verified Permissions is <i>
29
+ * <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a>
30
+ * </i>. It can take a few seconds for a new or changed element to be propagate through
31
+ * the service and be visible in the results of other Verified Permissions operations.</p>
32
+ * </note>
27
33
  * @example
28
34
  * Use a bare-bones client and the command you need to make an API call.
29
35
  * ```javascript
@@ -29,6 +29,12 @@ export interface UpdatePolicyTemplateCommandOutput extends UpdatePolicyTemplateO
29
29
  * <p>Changes you make to the policy template content are immediately reflected in authorization
30
30
  * decisions that involve all template-linked policies instantiated from this template.</p>
31
31
  * </important>
32
+ * <note>
33
+ * <p>Verified Permissions is <i>
34
+ * <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a>
35
+ * </i>. It can take a few seconds for a new or changed element to be propagate through
36
+ * the service and be visible in the results of other Verified Permissions operations.</p>
37
+ * </note>
32
38
  * @example
33
39
  * Use a bare-bones client and the command you need to make an API call.
34
40
  * ```javascript
@@ -1918,8 +1918,8 @@ export interface ListPolicyStoresInput {
1918
1918
  * results than the maximum even when there are more results available. You should check
1919
1919
  * <code>NextToken</code> after every operation to ensure that you receive all of the
1920
1920
  * results.</p>
1921
- * <p>If you do not specify this parameter, the operation defaults to 10 policy stores per
1922
- * response. You can specify a maximum of 50 policy stores per response.</p>
1921
+ * <p>If you do not specify this parameter, the operation defaults to 10 policy stores per response.
1922
+ * You can specify a maximum of 50 policy stores per response.</p>
1923
1923
  */
1924
1924
  maxResults?: number;
1925
1925
  }
@@ -1993,8 +1993,8 @@ export interface ListPolicyTemplatesInput {
1993
1993
  * results than the maximum even when there are more results available. You should check
1994
1994
  * <code>NextToken</code> after every operation to ensure that you receive all of the
1995
1995
  * results.</p>
1996
- * <p>If you do not specify this parameter, the operation defaults to 10 policy templates per
1997
- * response. You can specify a maximum of 50 policy templates per response.</p>
1996
+ * <p>If you do not specify this parameter, the operation defaults to 10 policy templates per response.
1997
+ * You can specify a maximum of 50 policy templates per response.</p>
1998
1998
  */
1999
1999
  maxResults?: number;
2000
2000
  }
@@ -2581,8 +2581,8 @@ export declare namespace ContextDefinition {
2581
2581
  * <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>
2582
2582
  * structure.</p>
2583
2583
  * <p>
2584
- * <code>\{ "id": \{ "entityType": "Photo", "entityId": "VacationPhoto94.jpg" \},
2585
- * "Attributes": \{\}, "Parents": [ \{ "entityType": "Album", "entityId": "alice_folder" \}
2584
+ * <code>\{ "identifier": \{ "entityType": "Photo", "entityId": "VacationPhoto94.jpg" \},
2585
+ * "attributes": \{\}, "parents": [ \{ "entityType": "Album", "entityId": "alice_folder" \}
2586
2586
  * ] \}</code>
2587
2587
  * </p>
2588
2588
  */
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.398.0",
4
+ "version": "3.405.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",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.398.0",
25
- "@aws-sdk/credential-provider-node": "3.398.0",
24
+ "@aws-sdk/client-sts": "3.405.0",
25
+ "@aws-sdk/credential-provider-node": "3.405.0",
26
26
  "@aws-sdk/middleware-host-header": "3.398.0",
27
27
  "@aws-sdk/middleware-logger": "3.398.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.398.0",
@@ -31,7 +31,7 @@
31
31
  "@aws-sdk/types": "3.398.0",
32
32
  "@aws-sdk/util-endpoints": "3.398.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.398.0",
34
- "@aws-sdk/util-user-agent-node": "3.398.0",
34
+ "@aws-sdk/util-user-agent-node": "3.405.0",
35
35
  "@smithy/config-resolver": "^2.0.5",
36
36
  "@smithy/fetch-http-handler": "^2.0.5",
37
37
  "@smithy/hash-node": "^2.0.5",
@@ -41,7 +41,7 @@
41
41
  "@smithy/middleware-retry": "^2.0.5",
42
42
  "@smithy/middleware-serde": "^2.0.5",
43
43
  "@smithy/middleware-stack": "^2.0.0",
44
- "@smithy/node-config-provider": "^2.0.5",
44
+ "@smithy/node-config-provider": "^2.0.6",
45
45
  "@smithy/node-http-handler": "^2.0.5",
46
46
  "@smithy/protocol-http": "^2.0.5",
47
47
  "@smithy/smithy-client": "^2.0.5",
@@ -50,8 +50,8 @@
50
50
  "@smithy/util-base64": "^2.0.0",
51
51
  "@smithy/util-body-length-browser": "^2.0.0",
52
52
  "@smithy/util-body-length-node": "^2.1.0",
53
- "@smithy/util-defaults-mode-browser": "^2.0.5",
54
- "@smithy/util-defaults-mode-node": "^2.0.5",
53
+ "@smithy/util-defaults-mode-browser": "^2.0.6",
54
+ "@smithy/util-defaults-mode-node": "^2.0.6",
55
55
  "@smithy/util-retry": "^2.0.0",
56
56
  "@smithy/util-utf8": "^2.0.0",
57
57
  "tslib": "^2.5.0",