@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.
- package/dist-cjs/index.js +239 -32
- package/dist-es/models/models_0.js +191 -3
- package/dist-types/commands/BatchIsAuthorizedCommand.d.ts +2 -1
- package/dist-types/commands/BatchIsAuthorizedWithTokenCommand.d.ts +2 -1
- package/dist-types/commands/CreateIdentitySourceCommand.d.ts +49 -21
- package/dist-types/commands/CreatePolicyCommand.d.ts +2 -1
- package/dist-types/commands/CreatePolicyStoreCommand.d.ts +2 -1
- package/dist-types/commands/CreatePolicyTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIdentitySourceCommand.d.ts +2 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeletePolicyStoreCommand.d.ts +2 -1
- package/dist-types/commands/DeletePolicyTemplateCommand.d.ts +2 -1
- package/dist-types/commands/GetIdentitySourceCommand.d.ts +22 -1
- package/dist-types/commands/GetPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetPolicyStoreCommand.d.ts +2 -1
- package/dist-types/commands/GetPolicyTemplateCommand.d.ts +2 -1
- package/dist-types/commands/GetSchemaCommand.d.ts +2 -1
- package/dist-types/commands/IsAuthorizedCommand.d.ts +2 -1
- package/dist-types/commands/IsAuthorizedWithTokenCommand.d.ts +4 -2
- package/dist-types/commands/ListIdentitySourcesCommand.d.ts +22 -1
- package/dist-types/commands/ListPoliciesCommand.d.ts +2 -1
- package/dist-types/commands/ListPolicyStoresCommand.d.ts +2 -1
- package/dist-types/commands/ListPolicyTemplatesCommand.d.ts +2 -1
- package/dist-types/commands/PutSchemaCommand.d.ts +2 -1
- package/dist-types/commands/UpdateIdentitySourceCommand.d.ts +25 -2
- package/dist-types/commands/UpdatePolicyCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePolicyStoreCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePolicyTemplateCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/VerifiedPermissionsServiceException.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +779 -25
- package/dist-types/ts3.4/commands/BatchIsAuthorizedCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchIsAuthorizedWithTokenCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateIdentitySourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreatePolicyStoreCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreatePolicyTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteIdentitySourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeletePolicyStoreCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeletePolicyTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetIdentitySourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetPolicyStoreCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetPolicyTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/IsAuthorizedCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/IsAuthorizedWithTokenCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListIdentitySourcesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListPolicyStoresCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListPolicyTemplatesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutSchemaCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateIdentitySourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdatePolicyStoreCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdatePolicyTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/VerifiedPermissionsServiceException.d.ts +2 -1
- package/dist-types/ts3.4/models/models_0.d.ts +294 -0
- package/package.json +6 -6
|
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolve
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
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)
|
|
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
|
* };
|
package/dist-types/index.d.ts
CHANGED
|
@@ -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 {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|