Skip to content

Commit

Permalink
docs(client-support): Doc only updates to CaseDetails
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 1, 2024
1 parent c897818 commit c28e939
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 9 deletions.
2 changes: 1 addition & 1 deletion clients/client-support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ severity levels. You use these values when you call the <a>CreateCase</a> operat
</li>
</ul>
<p>You can also use the Amazon Web Services Support API to call the Trusted Advisor operations. For more
information, see <a href="https://docs.aws.amazon.com/">Trusted Advisor</a> in the
information, see <a href="https://docs.aws.amazon.com/awssupport/latest/user/trusted-advisor.html">Trusted Advisor</a> in the
<i>Amazon Web Services Support User Guide</i>.</p>
<p>For authentication of requests, Amazon Web Services Support uses <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 Signing
Process</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion clients/client-support/src/Support.ts
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ export interface Support {
* </li>
* </ul>
* <p>You can also use the Amazon Web Services Support API to call the Trusted Advisor operations. For more
* information, see <a href="https://docs.aws.amazon.com/">Trusted Advisor</a> in the
* information, see <a href="https://docs.aws.amazon.com/awssupport/latest/user/trusted-advisor.html">Trusted Advisor</a> in the
* <i>Amazon Web Services Support User Guide</i>.</p>
* <p>For authentication of requests, Amazon Web Services Support uses <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 Signing
* Process</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion clients/client-support/src/SupportClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ export interface SupportClientResolvedConfig extends SupportClientResolvedConfig
* </li>
* </ul>
* <p>You can also use the Amazon Web Services Support API to call the Trusted Advisor operations. For more
* information, see <a href="https://docs.aws.amazon.com/">Trusted Advisor</a> in the
* information, see <a href="https://docs.aws.amazon.com/awssupport/latest/user/trusted-advisor.html">Trusted Advisor</a> in the
* <i>Amazon Web Services Support User Guide</i>.</p>
* <p>For authentication of requests, Amazon Web Services Support uses <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 Signing
* Process</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion clients/client-support/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* </li>
* </ul>
* <p>You can also use the Amazon Web Services Support API to call the Trusted Advisor operations. For more
* information, see <a href="https://docs.aws.amazon.com/">Trusted Advisor</a> in the
* information, see <a href="https://docs.aws.amazon.com/awssupport/latest/user/trusted-advisor.html">Trusted Advisor</a> in the
* <i>Amazon Web Services Support User Guide</i>.</p>
* <p>For authentication of requests, Amazon Web Services Support uses <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 Signing
* Process</a>.</p>
Expand Down
22 changes: 21 additions & 1 deletion clients/client-support/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { SupportServiceException as __BaseException } from "./SupportServiceExce

/**
* <p>An attachment to a case communication. The attachment consists of the file name and
* the content of the file.</p>
* the content of the file. Each attachment file size should not exceed 5 MB. File types that are supported include the following: pdf, jpeg,.doc, .log, .text </p>
* @public
*/
export interface Attachment {
Expand Down Expand Up @@ -626,6 +626,16 @@ export interface RecentCaseCommunications {
* <ul>
* <li>
* <p>
* <code>all-open</code>
* </p>
* </li>
* <li>
* <p>
* <code>customer-action-completed</code>
* </p>
* </li>
* <li>
* <p>
* <code>opened</code>
* </p>
* </li>
Expand Down Expand Up @@ -703,6 +713,16 @@ export interface CaseDetails {
* <ul>
* <li>
* <p>
* <code>all-open</code>
* </p>
* </li>
* <li>
* <p>
* <code>customer-action-completed</code>
* </p>
* </li>
* <li>
* <p>
* <code>opened</code>
* </p>
* </li>
Expand Down
Loading

0 comments on commit c28e939

Please sign in to comment.