Skip to content

Commit d430c2c

Browse files
author
awstools
committed
feat(client-verifiedpermissions): Deprecating details in favor of configuration for GetIdentitySource and ListIdentitySources APIs.
1 parent 58ac20d commit d430c2c

14 files changed

+572
-80
lines changed

clients/client-verifiedpermissions/src/commands/CreateIdentitySourceCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export interface CreateIdentitySourceCommandOutput extends CreateIdentitySourceO
6565
* <note>
6666
* <p>Verified Permissions is <i>
6767
* <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a>
68-
* </i>. It can take a few seconds for a new or changed element to be propagate through
68+
* </i>. It can take a few seconds for a new or changed element to propagate through
6969
* the service and be visible in the results of other Verified Permissions operations.</p>
7070
* </note>
7171
* @example

clients/client-verifiedpermissions/src/commands/CreatePolicyCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export interface CreatePolicyCommandOutput extends CreatePolicyOutput, __Metadat
6161
* <note>
6262
* <p>Verified Permissions is <i>
6363
* <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a>
64-
* </i>. It can take a few seconds for a new or changed element to be propagate through
64+
* </i>. It can take a few seconds for a new or changed element to propagate through
6565
* the service and be visible in the results of other Verified Permissions operations.</p>
6666
* </note>
6767
* @example

clients/client-verifiedpermissions/src/commands/CreatePolicyStoreCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export interface CreatePolicyStoreCommandOutput extends CreatePolicyStoreOutput,
4444
* <note>
4545
* <p>Verified Permissions is <i>
4646
* <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a>
47-
* </i>. It can take a few seconds for a new or changed element to be propagate through
47+
* </i>. It can take a few seconds for a new or changed element to propagate through
4848
* the service and be visible in the results of other Verified Permissions operations.</p>
4949
* </note>
5050
* @example

clients/client-verifiedpermissions/src/commands/CreatePolicyTemplateCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export interface CreatePolicyTemplateCommandOutput extends CreatePolicyTemplateO
4646
* <note>
4747
* <p>Verified Permissions is <i>
4848
* <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a>
49-
* </i>. It can take a few seconds for a new or changed element to be propagate through
49+
* </i>. It can take a few seconds for a new or changed element to propagate through
5050
* the service and be visible in the results of other Verified Permissions operations.</p>
5151
* </note>
5252
* @example

clients/client-verifiedpermissions/src/commands/GetIdentitySourceCommand.ts

+9
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,15 @@ export interface GetIdentitySourceCommandOutput extends GetIdentitySourceOutput,
6363
* // lastUpdatedDate: new Date("TIMESTAMP"), // required
6464
* // policyStoreId: "STRING_VALUE", // required
6565
* // principalEntityType: "STRING_VALUE", // required
66+
* // configuration: { // ConfigurationDetail Union: only one key present
67+
* // cognitoUserPoolConfiguration: { // CognitoUserPoolConfigurationDetail
68+
* // userPoolArn: "STRING_VALUE", // required
69+
* // clientIds: [ // required
70+
* // "STRING_VALUE",
71+
* // ],
72+
* // issuer: "STRING_VALUE", // required
73+
* // },
74+
* // },
6675
* // };
6776
*
6877
* ```

clients/client-verifiedpermissions/src/commands/ListIdentitySourcesCommand.ts

+9
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,15 @@ export interface ListIdentitySourcesCommandOutput extends ListIdentitySourcesOut
7373
* // lastUpdatedDate: new Date("TIMESTAMP"), // required
7474
* // policyStoreId: "STRING_VALUE", // required
7575
* // principalEntityType: "STRING_VALUE", // required
76+
* // configuration: { // ConfigurationItem Union: only one key present
77+
* // cognitoUserPoolConfiguration: { // CognitoUserPoolConfigurationItem
78+
* // userPoolArn: "STRING_VALUE", // required
79+
* // clientIds: [ // required
80+
* // "STRING_VALUE",
81+
* // ],
82+
* // issuer: "STRING_VALUE", // required
83+
* // },
84+
* // },
7685
* // },
7786
* // ],
7887
* // };

clients/client-verifiedpermissions/src/commands/PutSchemaCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export interface PutSchemaCommandOutput extends PutSchemaOutput, __MetadataBeare
4545
* <note>
4646
* <p>Verified Permissions is <i>
4747
* <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a>
48-
* </i>. It can take a few seconds for a new or changed element to be propagate through
48+
* </i>. It can take a few seconds for a new or changed element to propagate through
4949
* the service and be visible in the results of other Verified Permissions operations.</p>
5050
* </note>
5151
* @example

clients/client-verifiedpermissions/src/commands/UpdateIdentitySourceCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export interface UpdateIdentitySourceCommandOutput extends UpdateIdentitySourceO
4141
* <note>
4242
* <p>Verified Permissions is <i>
4343
* <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a>
44-
* </i>. It can take a few seconds for a new or changed element to be propagate through
44+
* </i>. It can take a few seconds for a new or changed element to propagate through
4545
* the service and be visible in the results of other Verified Permissions operations.</p>
4646
* </note>
4747
* @example

clients/client-verifiedpermissions/src/commands/UpdatePolicyCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export interface UpdatePolicyCommandOutput extends UpdatePolicyOutput, __Metadat
4949
* stored.</p>
5050
* </li>
5151
* <li>
52-
* <p>When you edit a static policy, You can change only certain elements of a static
52+
* <p>When you edit a static policy, you can change only certain elements of a static
5353
* policy:</p>
5454
* <ul>
5555
* <li>
@@ -85,7 +85,7 @@ export interface UpdatePolicyCommandOutput extends UpdatePolicyOutput, __Metadat
8585
* <note>
8686
* <p>Verified Permissions is <i>
8787
* <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a>
88-
* </i>. It can take a few seconds for a new or changed element to be propagate through
88+
* </i>. It can take a few seconds for a new or changed element to propagate through
8989
* the service and be visible in the results of other Verified Permissions operations.</p>
9090
* </note>
9191
* @example

clients/client-verifiedpermissions/src/commands/UpdatePolicyStoreCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export interface UpdatePolicyStoreCommandOutput extends UpdatePolicyStoreOutput,
4040
* <note>
4141
* <p>Verified Permissions is <i>
4242
* <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a>
43-
* </i>. It can take a few seconds for a new or changed element to be propagate through
43+
* </i>. It can take a few seconds for a new or changed element to propagate through
4444
* the service and be visible in the results of other Verified Permissions operations.</p>
4545
* </note>
4646
* @example

clients/client-verifiedpermissions/src/commands/UpdatePolicyTemplateCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export interface UpdatePolicyTemplateCommandOutput extends UpdatePolicyTemplateO
4646
* <note>
4747
* <p>Verified Permissions is <i>
4848
* <a href="https://wikipedia.org/wiki/Eventual_consistency">eventually consistent</a>
49-
* </i>. It can take a few seconds for a new or changed element to be propagate through
49+
* </i>. It can take a few seconds for a new or changed element to propagate through
5050
* the service and be visible in the results of other Verified Permissions operations.</p>
5151
* </note>
5252
* @example

0 commit comments

Comments
 (0)