@aws-sdk/client-verifiedpermissions 3.658.1 → 3.662.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 (28) hide show
  1. package/dist-types/commands/BatchIsAuthorizedCommand.d.ts +161 -0
  2. package/dist-types/commands/BatchIsAuthorizedWithTokenCommand.d.ts +135 -0
  3. package/dist-types/commands/CreateIdentitySourceCommand.d.ts +30 -1
  4. package/dist-types/commands/CreatePolicyCommand.d.ts +108 -0
  5. package/dist-types/commands/CreatePolicyStoreCommand.d.ts +22 -0
  6. package/dist-types/commands/CreatePolicyTemplateCommand.d.ts +22 -0
  7. package/dist-types/commands/DeleteIdentitySourceCommand.d.ts +12 -0
  8. package/dist-types/commands/DeletePolicyCommand.d.ts +12 -0
  9. package/dist-types/commands/DeletePolicyStoreCommand.d.ts +11 -0
  10. package/dist-types/commands/DeletePolicyTemplateCommand.d.ts +12 -0
  11. package/dist-types/commands/GetIdentitySourceCommand.d.ts +29 -0
  12. package/dist-types/commands/GetPolicyCommand.d.ts +31 -0
  13. package/dist-types/commands/GetPolicyStoreCommand.d.ts +22 -0
  14. package/dist-types/commands/GetPolicyTemplateCommand.d.ts +22 -0
  15. package/dist-types/commands/GetSchemaCommand.d.ts +24 -0
  16. package/dist-types/commands/IsAuthorizedCommand.d.ts +66 -0
  17. package/dist-types/commands/IsAuthorizedWithTokenCommand.d.ts +37 -1
  18. package/dist-types/commands/ListIdentitySourcesCommand.d.ts +32 -0
  19. package/dist-types/commands/ListPoliciesCommand.d.ts +164 -0
  20. package/dist-types/commands/ListPolicyStoresCommand.d.ts +25 -0
  21. package/dist-types/commands/ListPolicyTemplatesCommand.d.ts +31 -0
  22. package/dist-types/commands/PutSchemaCommand.d.ts +29 -0
  23. package/dist-types/commands/UpdateIdentitySourceCommand.d.ts +28 -0
  24. package/dist-types/commands/UpdatePolicyCommand.d.ts +30 -0
  25. package/dist-types/commands/UpdatePolicyStoreCommand.d.ts +22 -0
  26. package/dist-types/commands/UpdatePolicyTemplateCommand.d.ts +27 -0
  27. package/dist-types/models/models_0.d.ts +6 -11
  28. package/package.json +35 -35
@@ -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.662.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",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.658.1",
24
- "@aws-sdk/client-sts": "3.658.1",
25
- "@aws-sdk/core": "3.658.1",
26
- "@aws-sdk/credential-provider-node": "3.658.1",
27
- "@aws-sdk/middleware-host-header": "3.654.0",
28
- "@aws-sdk/middleware-logger": "3.654.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
- "@aws-sdk/middleware-user-agent": "3.654.0",
31
- "@aws-sdk/region-config-resolver": "3.654.0",
32
- "@aws-sdk/types": "3.654.0",
33
- "@aws-sdk/util-endpoints": "3.654.0",
34
- "@aws-sdk/util-user-agent-browser": "3.654.0",
35
- "@aws-sdk/util-user-agent-node": "3.654.0",
36
- "@smithy/config-resolver": "^3.0.8",
37
- "@smithy/core": "^2.4.6",
38
- "@smithy/fetch-http-handler": "^3.2.8",
39
- "@smithy/hash-node": "^3.0.6",
40
- "@smithy/invalid-dependency": "^3.0.6",
41
- "@smithy/middleware-content-length": "^3.0.8",
42
- "@smithy/middleware-endpoint": "^3.1.3",
43
- "@smithy/middleware-retry": "^3.0.21",
44
- "@smithy/middleware-serde": "^3.0.6",
45
- "@smithy/middleware-stack": "^3.0.6",
46
- "@smithy/node-config-provider": "^3.1.7",
47
- "@smithy/node-http-handler": "^3.2.3",
48
- "@smithy/protocol-http": "^4.1.3",
49
- "@smithy/smithy-client": "^3.3.5",
50
- "@smithy/types": "^3.4.2",
51
- "@smithy/url-parser": "^3.0.6",
23
+ "@aws-sdk/client-sso-oidc": "3.662.0",
24
+ "@aws-sdk/client-sts": "3.662.0",
25
+ "@aws-sdk/core": "3.662.0",
26
+ "@aws-sdk/credential-provider-node": "3.662.0",
27
+ "@aws-sdk/middleware-host-header": "3.662.0",
28
+ "@aws-sdk/middleware-logger": "3.662.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.662.0",
30
+ "@aws-sdk/middleware-user-agent": "3.662.0",
31
+ "@aws-sdk/region-config-resolver": "3.662.0",
32
+ "@aws-sdk/types": "3.662.0",
33
+ "@aws-sdk/util-endpoints": "3.662.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.662.0",
35
+ "@aws-sdk/util-user-agent-node": "3.662.0",
36
+ "@smithy/config-resolver": "^3.0.9",
37
+ "@smithy/core": "^2.4.7",
38
+ "@smithy/fetch-http-handler": "^3.2.9",
39
+ "@smithy/hash-node": "^3.0.7",
40
+ "@smithy/invalid-dependency": "^3.0.7",
41
+ "@smithy/middleware-content-length": "^3.0.9",
42
+ "@smithy/middleware-endpoint": "^3.1.4",
43
+ "@smithy/middleware-retry": "^3.0.22",
44
+ "@smithy/middleware-serde": "^3.0.7",
45
+ "@smithy/middleware-stack": "^3.0.7",
46
+ "@smithy/node-config-provider": "^3.1.8",
47
+ "@smithy/node-http-handler": "^3.2.4",
48
+ "@smithy/protocol-http": "^4.1.4",
49
+ "@smithy/smithy-client": "^3.3.6",
50
+ "@smithy/types": "^3.5.0",
51
+ "@smithy/url-parser": "^3.0.7",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.21",
56
- "@smithy/util-defaults-mode-node": "^3.0.21",
57
- "@smithy/util-endpoints": "^2.1.2",
58
- "@smithy/util-middleware": "^3.0.6",
59
- "@smithy/util-retry": "^3.0.6",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.22",
56
+ "@smithy/util-defaults-mode-node": "^3.0.22",
57
+ "@smithy/util-endpoints": "^2.1.3",
58
+ "@smithy/util-middleware": "^3.0.7",
59
+ "@smithy/util-retry": "^3.0.7",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2",
62
62
  "uuid": "^9.0.1"