@aws-sdk/client-verifiedpermissions 3.590.0 → 3.593.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 (60) hide show
  1. package/dist-cjs/index.js +239 -32
  2. package/dist-es/models/models_0.js +191 -3
  3. package/dist-types/commands/BatchIsAuthorizedCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchIsAuthorizedWithTokenCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateIdentitySourceCommand.d.ts +49 -21
  6. package/dist-types/commands/CreatePolicyCommand.d.ts +2 -1
  7. package/dist-types/commands/CreatePolicyStoreCommand.d.ts +2 -1
  8. package/dist-types/commands/CreatePolicyTemplateCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteIdentitySourceCommand.d.ts +2 -1
  10. package/dist-types/commands/DeletePolicyCommand.d.ts +2 -1
  11. package/dist-types/commands/DeletePolicyStoreCommand.d.ts +2 -1
  12. package/dist-types/commands/DeletePolicyTemplateCommand.d.ts +2 -1
  13. package/dist-types/commands/GetIdentitySourceCommand.d.ts +22 -1
  14. package/dist-types/commands/GetPolicyCommand.d.ts +2 -1
  15. package/dist-types/commands/GetPolicyStoreCommand.d.ts +2 -1
  16. package/dist-types/commands/GetPolicyTemplateCommand.d.ts +2 -1
  17. package/dist-types/commands/GetSchemaCommand.d.ts +2 -1
  18. package/dist-types/commands/IsAuthorizedCommand.d.ts +2 -1
  19. package/dist-types/commands/IsAuthorizedWithTokenCommand.d.ts +4 -2
  20. package/dist-types/commands/ListIdentitySourcesCommand.d.ts +22 -1
  21. package/dist-types/commands/ListPoliciesCommand.d.ts +2 -1
  22. package/dist-types/commands/ListPolicyStoresCommand.d.ts +2 -1
  23. package/dist-types/commands/ListPolicyTemplatesCommand.d.ts +2 -1
  24. package/dist-types/commands/PutSchemaCommand.d.ts +2 -1
  25. package/dist-types/commands/UpdateIdentitySourceCommand.d.ts +25 -2
  26. package/dist-types/commands/UpdatePolicyCommand.d.ts +2 -1
  27. package/dist-types/commands/UpdatePolicyStoreCommand.d.ts +2 -1
  28. package/dist-types/commands/UpdatePolicyTemplateCommand.d.ts +2 -1
  29. package/dist-types/index.d.ts +2 -2
  30. package/dist-types/models/VerifiedPermissionsServiceException.d.ts +2 -1
  31. package/dist-types/models/models_0.d.ts +779 -25
  32. package/dist-types/ts3.4/commands/BatchIsAuthorizedCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/BatchIsAuthorizedWithTokenCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/CreateIdentitySourceCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/CreatePolicyStoreCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/CreatePolicyTemplateCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/DeleteIdentitySourceCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/DeletePolicyStoreCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/DeletePolicyTemplateCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/GetIdentitySourceCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/GetPolicyStoreCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/GetPolicyTemplateCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/IsAuthorizedCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/IsAuthorizedWithTokenCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/ListIdentitySourcesCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/ListPolicyStoresCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/ListPolicyTemplatesCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/PutSchemaCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/UpdateIdentitySourceCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/UpdatePolicyStoreCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/UpdatePolicyTemplateCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/models/VerifiedPermissionsServiceException.d.ts +2 -1
  59. package/dist-types/ts3.4/models/models_0.d.ts +294 -0
  60. package/package.json +6 -6
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolve
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolve
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolve
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -26,7 +27,7 @@ declare const UpdateIdentitySourceCommand_base: {
26
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
28
  };
28
29
  /**
29
- * <p>Updates the specified identity source to use a new identity provider (IdP) source, or to change
30
+ * <p>Updates the specified identity source to use a new identity provider (IdP), or to change
30
31
  * the mapping of identities from the IdP to a different principal entity type.</p>
31
32
  * <note>
32
33
  * <p>Verified Permissions is <i>
@@ -53,6 +54,28 @@ declare const UpdateIdentitySourceCommand_base: {
53
54
  * groupEntityType: "STRING_VALUE", // required
54
55
  * },
55
56
  * },
57
+ * openIdConnectConfiguration: { // UpdateOpenIdConnectConfiguration
58
+ * issuer: "STRING_VALUE", // required
59
+ * entityIdPrefix: "STRING_VALUE",
60
+ * groupConfiguration: { // UpdateOpenIdConnectGroupConfiguration
61
+ * groupClaim: "STRING_VALUE", // required
62
+ * groupEntityType: "STRING_VALUE", // required
63
+ * },
64
+ * tokenSelection: { // UpdateOpenIdConnectTokenSelection Union: only one key present
65
+ * accessTokenOnly: { // UpdateOpenIdConnectAccessTokenConfiguration
66
+ * principalIdClaim: "STRING_VALUE",
67
+ * audiences: [ // Audiences
68
+ * "STRING_VALUE",
69
+ * ],
70
+ * },
71
+ * identityTokenOnly: { // UpdateOpenIdConnectIdentityTokenConfiguration
72
+ * principalIdClaim: "STRING_VALUE",
73
+ * clientIds: [
74
+ * "STRING_VALUE",
75
+ * ],
76
+ * },
77
+ * },
78
+ * },
56
79
  * },
57
80
  * principalEntityType: "STRING_VALUE",
58
81
  * };
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolve
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolve
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolve
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -70,8 +70,8 @@
70
70
  export * from "./VerifiedPermissionsClient";
71
71
  export * from "./VerifiedPermissions";
72
72
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
73
- export { RuntimeExtension } from "./runtimeExtensions";
74
- export { VerifiedPermissionsExtensionConfiguration } from "./extensionConfiguration";
73
+ export type { RuntimeExtension } from "./runtimeExtensions";
74
+ export type { VerifiedPermissionsExtensionConfiguration } from "./extensionConfiguration";
75
75
  export * from "./commands";
76
76
  export * from "./pagination";
77
77
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *