Skip to content

Commit

Permalink
docs(client-sts): Documentation updates for AWS Security Token Service.
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 29, 2023
1 parent 95d4eea commit 4256371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/client-sts/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ export interface AssumeRoleRequest {
* single trusted context assertion and the ARN of the context provider from which the trusted
* context assertion was generated.</p>
* <p>
* <code>[\{"ProviderArn":"arn:aws:iam::aws:contextProvider/identitycenter","ContextAssertion":"trusted-context-assertion"\}]</code>
* <code>[\{"ProviderArn":"arn:aws:iam::aws:contextProvider/IdentityCenter","ContextAssertion":"trusted-context-assertion"\}]</code>
* </p>
*/
ProvidedContexts?: ProvidedContext[];
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/sts.json
Original file line number Diff line number Diff line change
Expand Up @@ -2386,7 +2386,7 @@
"ProvidedContexts": {
"target": "com.amazonaws.sts#ProvidedContextsListType",
"traits": {
"smithy.api#documentation": "<p>A list of previously acquired trusted context assertions in the format of a JSON array.\n The trusted context assertion is signed and encrypted by Amazon Web Services STS.</p>\n <p>The following is an example of a <code>ProvidedContext</code> value that includes a\n single trusted context assertion and the ARN of the context provider from which the trusted\n context assertion was generated.</p>\n <p>\n <code>[{\"ProviderArn\":\"arn:aws:iam::aws:contextProvider/identitycenter\",\"ContextAssertion\":\"trusted-context-assertion\"}]</code>\n </p>"
"smithy.api#documentation": "<p>A list of previously acquired trusted context assertions in the format of a JSON array.\n The trusted context assertion is signed and encrypted by Amazon Web Services STS.</p>\n <p>The following is an example of a <code>ProvidedContext</code> value that includes a\n single trusted context assertion and the ARN of the context provider from which the trusted\n context assertion was generated.</p>\n <p>\n <code>[{\"ProviderArn\":\"arn:aws:iam::aws:contextProvider/IdentityCenter\",\"ContextAssertion\":\"trusted-context-assertion\"}]</code>\n </p>"
}
}
},
Expand Down

0 comments on commit 4256371

Please sign in to comment.