Skip to content

Commit c28e939

Browse files
author
awstools
committed
docs(client-support): Doc only updates to CaseDetails
1 parent c897818 commit c28e939

File tree

6 files changed

+29
-9
lines changed

6 files changed

+29
-9
lines changed

clients/client-support/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ severity levels. You use these values when you call the <a>CreateCase</a> operat
4545
</li>
4646
</ul>
4747
<p>You can also use the Amazon Web Services Support API to call the Trusted Advisor operations. For more
48-
information, see <a href="https://docs.aws.amazon.com/">Trusted Advisor</a> in the
48+
information, see <a href="https://docs.aws.amazon.com/awssupport/latest/user/trusted-advisor.html">Trusted Advisor</a> in the
4949
<i>Amazon Web Services Support User Guide</i>.</p>
5050
<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
5151
Process</a>.</p>

clients/client-support/src/Support.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ export interface Support {
394394
* </li>
395395
* </ul>
396396
* <p>You can also use the Amazon Web Services Support API to call the Trusted Advisor operations. For more
397-
* information, see <a href="https://docs.aws.amazon.com/">Trusted Advisor</a> in the
397+
* information, see <a href="https://docs.aws.amazon.com/awssupport/latest/user/trusted-advisor.html">Trusted Advisor</a> in the
398398
* <i>Amazon Web Services Support User Guide</i>.</p>
399399
* <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
400400
* Process</a>.</p>

clients/client-support/src/SupportClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ export interface SupportClientResolvedConfig extends SupportClientResolvedConfig
365365
* </li>
366366
* </ul>
367367
* <p>You can also use the Amazon Web Services Support API to call the Trusted Advisor operations. For more
368-
* information, see <a href="https://docs.aws.amazon.com/">Trusted Advisor</a> in the
368+
* information, see <a href="https://docs.aws.amazon.com/awssupport/latest/user/trusted-advisor.html">Trusted Advisor</a> in the
369369
* <i>Amazon Web Services Support User Guide</i>.</p>
370370
* <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
371371
* Process</a>.</p>

clients/client-support/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* </li>
4040
* </ul>
4141
* <p>You can also use the Amazon Web Services Support API to call the Trusted Advisor operations. For more
42-
* information, see <a href="https://docs.aws.amazon.com/">Trusted Advisor</a> in the
42+
* information, see <a href="https://docs.aws.amazon.com/awssupport/latest/user/trusted-advisor.html">Trusted Advisor</a> in the
4343
* <i>Amazon Web Services Support User Guide</i>.</p>
4444
* <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
4545
* Process</a>.</p>

clients/client-support/src/models/models_0.ts

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { SupportServiceException as __BaseException } from "./SupportServiceExce
55

66
/**
77
* <p>An attachment to a case communication. The attachment consists of the file name and
8-
* the content of the file.</p>
8+
* 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>
99
* @public
1010
*/
1111
export interface Attachment {
@@ -626,6 +626,16 @@ export interface RecentCaseCommunications {
626626
* <ul>
627627
* <li>
628628
* <p>
629+
* <code>all-open</code>
630+
* </p>
631+
* </li>
632+
* <li>
633+
* <p>
634+
* <code>customer-action-completed</code>
635+
* </p>
636+
* </li>
637+
* <li>
638+
* <p>
629639
* <code>opened</code>
630640
* </p>
631641
* </li>
@@ -703,6 +713,16 @@ export interface CaseDetails {
703713
* <ul>
704714
* <li>
705715
* <p>
716+
* <code>all-open</code>
717+
* </p>
718+
* </li>
719+
* <li>
720+
* <p>
721+
* <code>customer-action-completed</code>
722+
* </p>
723+
* </li>
724+
* <li>
725+
* <p>
706726
* <code>opened</code>
707727
* </p>
708728
* </li>

0 commit comments

Comments
 (0)