Skip to content

Commit

Permalink
feat(client-verifiedpermissions): Deprecating details in favor of con…
Browse files Browse the repository at this point in the history
…figuration for GetIdentitySource and ListIdentitySources APIs.
  • Loading branch information
awstools committed Mar 6, 2024
1 parent 58ac20d commit d430c2c
Show file tree
Hide file tree
Showing 14 changed files with 572 additions and 80 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export interface CreateIdentitySourceCommandOutput extends CreateIdentitySourceO
* <note>
* <p>Verified Permissions is <i>
* <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a>
* </i>. It can take a few seconds for a new or changed element to be propagate through
* </i>. It can take a few seconds for a new or changed element to propagate through
* the service and be visible in the results of other Verified Permissions operations.</p>
* </note>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export interface CreatePolicyCommandOutput extends CreatePolicyOutput, __Metadat
* <note>
* <p>Verified Permissions is <i>
* <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a>
* </i>. It can take a few seconds for a new or changed element to be propagate through
* </i>. It can take a few seconds for a new or changed element to propagate through
* the service and be visible in the results of other Verified Permissions operations.</p>
* </note>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export interface CreatePolicyStoreCommandOutput extends CreatePolicyStoreOutput,
* <note>
* <p>Verified Permissions is <i>
* <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a>
* </i>. It can take a few seconds for a new or changed element to be propagate through
* </i>. It can take a few seconds for a new or changed element to propagate through
* the service and be visible in the results of other Verified Permissions operations.</p>
* </note>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export interface CreatePolicyTemplateCommandOutput extends CreatePolicyTemplateO
* <note>
* <p>Verified Permissions is <i>
* <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a>
* </i>. It can take a few seconds for a new or changed element to be propagate through
* </i>. It can take a few seconds for a new or changed element to propagate through
* the service and be visible in the results of other Verified Permissions operations.</p>
* </note>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@ export interface GetIdentitySourceCommandOutput extends GetIdentitySourceOutput,
* // lastUpdatedDate: new Date("TIMESTAMP"), // required
* // policyStoreId: "STRING_VALUE", // required
* // principalEntityType: "STRING_VALUE", // required
* // configuration: { // ConfigurationDetail Union: only one key present
* // cognitoUserPoolConfiguration: { // CognitoUserPoolConfigurationDetail
* // userPoolArn: "STRING_VALUE", // required
* // clientIds: [ // required
* // "STRING_VALUE",
* // ],
* // issuer: "STRING_VALUE", // required
* // },
* // },
* // };
*
* ```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,15 @@ export interface ListIdentitySourcesCommandOutput extends ListIdentitySourcesOut
* // lastUpdatedDate: new Date("TIMESTAMP"), // required
* // policyStoreId: "STRING_VALUE", // required
* // principalEntityType: "STRING_VALUE", // required
* // configuration: { // ConfigurationItem Union: only one key present
* // cognitoUserPoolConfiguration: { // CognitoUserPoolConfigurationItem
* // userPoolArn: "STRING_VALUE", // required
* // clientIds: [ // required
* // "STRING_VALUE",
* // ],
* // issuer: "STRING_VALUE", // required
* // },
* // },
* // },
* // ],
* // };
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export interface PutSchemaCommandOutput extends PutSchemaOutput, __MetadataBeare
* <note>
* <p>Verified Permissions is <i>
* <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a>
* </i>. It can take a few seconds for a new or changed element to be propagate through
* </i>. It can take a few seconds for a new or changed element to propagate through
* the service and be visible in the results of other Verified Permissions operations.</p>
* </note>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export interface UpdateIdentitySourceCommandOutput extends UpdateIdentitySourceO
* <note>
* <p>Verified Permissions is <i>
* <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a>
* </i>. It can take a few seconds for a new or changed element to be propagate through
* </i>. It can take a few seconds for a new or changed element to propagate through
* the service and be visible in the results of other Verified Permissions operations.</p>
* </note>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export interface UpdatePolicyCommandOutput extends UpdatePolicyOutput, __Metadat
* stored.</p>
* </li>
* <li>
* <p>When you edit a static policy, You can change only certain elements of a static
* <p>When you edit a static policy, you can change only certain elements of a static
* policy:</p>
* <ul>
* <li>
Expand Down Expand Up @@ -85,7 +85,7 @@ export interface UpdatePolicyCommandOutput extends UpdatePolicyOutput, __Metadat
* <note>
* <p>Verified Permissions is <i>
* <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a>
* </i>. It can take a few seconds for a new or changed element to be propagate through
* </i>. It can take a few seconds for a new or changed element to propagate through
* the service and be visible in the results of other Verified Permissions operations.</p>
* </note>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface UpdatePolicyStoreCommandOutput extends UpdatePolicyStoreOutput,
* <note>
* <p>Verified Permissions is <i>
* <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a>
* </i>. It can take a few seconds for a new or changed element to be propagate through
* </i>. It can take a few seconds for a new or changed element to propagate through
* the service and be visible in the results of other Verified Permissions operations.</p>
* </note>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export interface UpdatePolicyTemplateCommandOutput extends UpdatePolicyTemplateO
* <note>
* <p>Verified Permissions is <i>
* <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a>
* </i>. It can take a few seconds for a new or changed element to be propagate through
* </i>. It can take a few seconds for a new or changed element to propagate through
* the service and be visible in the results of other Verified Permissions operations.</p>
* </note>
* @example
Expand Down
Loading

0 comments on commit d430c2c

Please sign in to comment.