@aws-sdk/client-verifiedpermissions 3.535.0 → 3.536.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.
@@ -1169,8 +1169,9 @@ export type OpenIdIssuer = (typeof OpenIdIssuer)[keyof typeof OpenIdIssuer];
1169
1169
  * <p>A structure that contains configuration of the identity source.</p>
1170
1170
  * <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>
1171
1171
  * operation. Replaced by <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_ConfigurationDetail.html">ConfigurationDetail</a>.</p>
1172
- * @public
1172
+ *
1173
1173
  * @deprecated This shape has been replaced by ConfigurationDetail
1174
+ * @public
1174
1175
  */
1175
1176
  export interface IdentitySourceDetails {
1176
1177
  /**
@@ -1600,8 +1601,9 @@ export interface ListIdentitySourcesInput {
1600
1601
  * <p>A structure that contains configuration of the identity source.</p>
1601
1602
  * <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>
1602
1603
  * operation. Replaced by <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_ConfigurationItem.html">ConfigurationItem</a>.</p>
1603
- * @public
1604
+ *
1604
1605
  * @deprecated This shape has been replaced by ConfigurationItem
1606
+ * @public
1605
1607
  */
1606
1608
  export interface IdentitySourceItemDetails {
1607
1609
  /**
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.535.0",
4
+ "version": "3.536.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",