@aws-sdk/client-verifiedpermissions 3.1002.0 → 3.1003.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-types/models/models_0.d.ts +12 -12
- package/package.json +37 -37
|
@@ -1456,35 +1456,35 @@ export interface GetIdentitySourceInput {
|
|
|
1456
1456
|
/**
|
|
1457
1457
|
* <p>A structure that contains configuration of the identity source.</p> <p>This data type was a response parameter for the <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_GetIdentitySource.html">GetIdentitySource</a> operation. Replaced by <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_ConfigurationDetail.html">ConfigurationDetail</a>.</p>
|
|
1458
1458
|
*
|
|
1459
|
-
* @deprecated This shape has been replaced by ConfigurationDetail
|
|
1459
|
+
* @deprecated This shape has been replaced by ConfigurationDetail.
|
|
1460
1460
|
* @public
|
|
1461
1461
|
*/
|
|
1462
1462
|
export interface IdentitySourceDetails {
|
|
1463
1463
|
/**
|
|
1464
1464
|
* <p>The application client IDs associated with the specified Amazon Cognito user pool that are enabled for this identity source.</p>
|
|
1465
1465
|
*
|
|
1466
|
-
* @deprecated This attribute has been replaced by configuration.cognitoUserPoolConfiguration.clientIds
|
|
1466
|
+
* @deprecated This attribute has been replaced by configuration.cognitoUserPoolConfiguration.clientIds.
|
|
1467
1467
|
* @public
|
|
1468
1468
|
*/
|
|
1469
1469
|
clientIds?: string[] | undefined;
|
|
1470
1470
|
/**
|
|
1471
1471
|
* <p>The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Name (ARN)</a> of the Amazon Cognito user pool whose identities are accessible to this Verified Permissions policy store.</p>
|
|
1472
1472
|
*
|
|
1473
|
-
* @deprecated This attribute has been replaced by configuration.cognitoUserPoolConfiguration.userPoolArn
|
|
1473
|
+
* @deprecated This attribute has been replaced by configuration.cognitoUserPoolConfiguration.userPoolArn.
|
|
1474
1474
|
* @public
|
|
1475
1475
|
*/
|
|
1476
1476
|
userPoolArn?: string | undefined;
|
|
1477
1477
|
/**
|
|
1478
1478
|
* <p>The well-known URL that points to this user pool's OIDC discovery endpoint. This is a URL string in the following format. This URL replaces the placeholders for both the Amazon Web Services Region and the user pool identifier with those appropriate for this user pool.</p> <p> <code>https://cognito-idp.<i><region></i>.amazonaws.com/<i><user-pool-id></i>/.well-known/openid-configuration</code> </p>
|
|
1479
1479
|
*
|
|
1480
|
-
* @deprecated This attribute has been replaced by configuration.cognitoUserPoolConfiguration.issuer
|
|
1480
|
+
* @deprecated This attribute has been replaced by configuration.cognitoUserPoolConfiguration.issuer.
|
|
1481
1481
|
* @public
|
|
1482
1482
|
*/
|
|
1483
1483
|
discoveryUrl?: string | undefined;
|
|
1484
1484
|
/**
|
|
1485
1485
|
* <p>A string that identifies the type of OIDC service represented by this identity source. </p> <p>At this time, the only valid value is <code>cognito</code>.</p>
|
|
1486
1486
|
*
|
|
1487
|
-
* @deprecated This attribute has been replaced by configuration
|
|
1487
|
+
* @deprecated This attribute has been replaced by configuration.
|
|
1488
1488
|
* @public
|
|
1489
1489
|
*/
|
|
1490
1490
|
openIdIssuer?: OpenIdIssuer | undefined;
|
|
@@ -1501,7 +1501,7 @@ export interface GetIdentitySourceOutput {
|
|
|
1501
1501
|
/**
|
|
1502
1502
|
* <p>A structure that describes the configuration of the identity source.</p>
|
|
1503
1503
|
*
|
|
1504
|
-
* @deprecated This attribute has been replaced by configuration.cognitoUserPoolConfiguration
|
|
1504
|
+
* @deprecated This attribute has been replaced by configuration.cognitoUserPoolConfiguration.
|
|
1505
1505
|
* @public
|
|
1506
1506
|
*/
|
|
1507
1507
|
details?: IdentitySourceDetails | undefined;
|
|
@@ -1800,35 +1800,35 @@ export interface ListIdentitySourcesInput {
|
|
|
1800
1800
|
/**
|
|
1801
1801
|
* <p>A structure that contains configuration of the identity source.</p> <p>This data type was a response parameter for the <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_ListIdentitySources.html">ListIdentitySources</a> operation. Replaced by <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_ConfigurationItem.html">ConfigurationItem</a>.</p>
|
|
1802
1802
|
*
|
|
1803
|
-
* @deprecated This shape has been replaced by ConfigurationItem
|
|
1803
|
+
* @deprecated This shape has been replaced by ConfigurationItem.
|
|
1804
1804
|
* @public
|
|
1805
1805
|
*/
|
|
1806
1806
|
export interface IdentitySourceItemDetails {
|
|
1807
1807
|
/**
|
|
1808
1808
|
* <p>The application client IDs associated with the specified Amazon Cognito user pool that are enabled for this identity source.</p>
|
|
1809
1809
|
*
|
|
1810
|
-
* @deprecated This attribute has been replaced by configuration.cognitoUserPoolConfiguration.clientIds
|
|
1810
|
+
* @deprecated This attribute has been replaced by configuration.cognitoUserPoolConfiguration.clientIds.
|
|
1811
1811
|
* @public
|
|
1812
1812
|
*/
|
|
1813
1813
|
clientIds?: string[] | undefined;
|
|
1814
1814
|
/**
|
|
1815
1815
|
* <p>The Amazon Cognito user pool whose identities are accessible to this Verified Permissions policy store.</p>
|
|
1816
1816
|
*
|
|
1817
|
-
* @deprecated This attribute has been replaced by configuration.cognitoUserPoolConfiguration.userPoolArn
|
|
1817
|
+
* @deprecated This attribute has been replaced by configuration.cognitoUserPoolConfiguration.userPoolArn.
|
|
1818
1818
|
* @public
|
|
1819
1819
|
*/
|
|
1820
1820
|
userPoolArn?: string | undefined;
|
|
1821
1821
|
/**
|
|
1822
1822
|
* <p>The well-known URL that points to this user pool's OIDC discovery endpoint. This is a URL string in the following format. This URL replaces the placeholders for both the Amazon Web Services Region and the user pool identifier with those appropriate for this user pool.</p> <p> <code>https://cognito-idp.<i><region></i>.amazonaws.com/<i><user-pool-id></i>/.well-known/openid-configuration</code> </p>
|
|
1823
1823
|
*
|
|
1824
|
-
* @deprecated This attribute has been replaced by configuration.cognitoUserPoolConfiguration.issuer
|
|
1824
|
+
* @deprecated This attribute has been replaced by configuration.cognitoUserPoolConfiguration.issuer.
|
|
1825
1825
|
* @public
|
|
1826
1826
|
*/
|
|
1827
1827
|
discoveryUrl?: string | undefined;
|
|
1828
1828
|
/**
|
|
1829
1829
|
* <p>A string that identifies the type of OIDC service represented by this identity source. </p> <p>At this time, the only valid value is <code>cognito</code>.</p>
|
|
1830
1830
|
*
|
|
1831
|
-
* @deprecated This attribute has been replaced by configuration
|
|
1831
|
+
* @deprecated This attribute has been replaced by configuration.
|
|
1832
1832
|
* @public
|
|
1833
1833
|
*/
|
|
1834
1834
|
openIdIssuer?: OpenIdIssuer | undefined;
|
|
@@ -1846,7 +1846,7 @@ export interface IdentitySourceItem {
|
|
|
1846
1846
|
/**
|
|
1847
1847
|
* <p>A structure that contains the details of the associated identity provider (IdP).</p>
|
|
1848
1848
|
*
|
|
1849
|
-
* @deprecated This attribute has been replaced by configuration.cognitoUserPoolConfiguration
|
|
1849
|
+
* @deprecated This attribute has been replaced by configuration.cognitoUserPoolConfiguration.
|
|
1850
1850
|
* @public
|
|
1851
1851
|
*/
|
|
1852
1852
|
details?: IdentitySourceItemDetails | undefined;
|
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.
|
|
4
|
+
"version": "3.1003.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-verifiedpermissions",
|
|
@@ -21,42 +21,42 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
32
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
24
|
+
"@aws-sdk/core": "^3.973.18",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.17",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.7",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.7",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.7",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.18",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.7",
|
|
31
|
+
"@aws-sdk/types": "^3.973.5",
|
|
32
|
+
"@aws-sdk/util-endpoints": "^3.996.4",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.7",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.3",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.10",
|
|
36
|
+
"@smithy/core": "^3.23.8",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.13",
|
|
38
|
+
"@smithy/hash-node": "^4.2.11",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.11",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.11",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.22",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.39",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.12",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.11",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.11",
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.14",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.11",
|
|
48
|
+
"@smithy/smithy-client": "^4.12.2",
|
|
49
49
|
"@smithy/types": "^4.13.0",
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
51
|
-
"@smithy/util-base64": "^4.3.
|
|
52
|
-
"@smithy/util-body-length-browser": "^4.2.
|
|
53
|
-
"@smithy/util-body-length-node": "^4.2.
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.3.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
59
|
-
"@smithy/util-utf8": "^4.2.
|
|
50
|
+
"@smithy/url-parser": "^4.2.11",
|
|
51
|
+
"@smithy/util-base64": "^4.3.2",
|
|
52
|
+
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
|
+
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.38",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.41",
|
|
56
|
+
"@smithy/util-endpoints": "^3.3.2",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.11",
|
|
58
|
+
"@smithy/util-retry": "^4.2.11",
|
|
59
|
+
"@smithy/util-utf8": "^4.2.2",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"node": ">=20.0.0"
|
|
72
72
|
},
|
|
73
73
|
"typesVersions": {
|
|
74
|
-
"<4.
|
|
74
|
+
"<4.5": {
|
|
75
75
|
"dist-types/*": [
|
|
76
76
|
"dist-types/ts3.4/*"
|
|
77
77
|
]
|