@aws-sdk/client-support 3.40.0 → 3.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,36 +7,36 @@ export interface CreateCaseCommandInput extends CreateCaseRequest {
7
7
  export interface CreateCaseCommandOutput extends CreateCaseResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Creates a case in the AWS Support Center. This operation is similar to how you create a case
11
- * in the AWS Support Center <a href="https://console.aws.amazon.com/support/home#/case/create">Create
10
+ * <p>Creates a case in the Amazon Web Services Support Center. This operation is similar to how you create a case
11
+ * in the Amazon Web Services Support Center <a href="https://console.aws.amazon.com/support/home#/case/create">Create
12
12
  * Case</a> page.</p>
13
- * <p>The AWS Support API doesn't support requesting service limit increases. You can submit a
13
+ * <p>The Amazon Web Services Support API doesn't support requesting service limit increases. You can submit a
14
14
  * service limit increase in the following ways: </p>
15
15
  * <ul>
16
16
  * <li>
17
- * <p>Submit a request from the AWS Support Center <a href="https://console.aws.amazon.com/support/home#/case/create">Create Case</a> page.</p>
17
+ * <p>Submit a request from the Amazon Web Services Support Center <a href="https://console.aws.amazon.com/support/home#/case/create">Create Case</a> page.</p>
18
18
  * </li>
19
19
  * <li>
20
20
  * <p>Use the Service Quotas <a href="https://docs.aws.amazon.com/servicequotas/2019-06-24/apireference/API_RequestServiceQuotaIncrease.html">RequestServiceQuotaIncrease</a> operation.</p>
21
21
  * </li>
22
22
  * </ul>
23
- * <p>A successful <code>CreateCase</code> request returns an AWS Support case number. You can use
23
+ * <p>A successful <code>CreateCase</code> request returns an Amazon Web Services Support case number. You can use
24
24
  * the <a>DescribeCases</a> operation and specify the case number to get
25
- * existing AWS Support cases. After you create a case, use the <a>AddCommunicationToCase</a> operation to add additional communication or
25
+ * existing Amazon Web Services Support cases. After you create a case, use the <a>AddCommunicationToCase</a> operation to add additional communication or
26
26
  * attachments to an existing case.</p>
27
27
  * <p>The <code>caseId</code> is separate from the <code>displayId</code> that appears in
28
- * the <a href="https://console.aws.amazon.com/support">AWS Support Center</a>. Use the <a>DescribeCases</a> operation to get the <code>displayId</code>.</p>
28
+ * the <a href="https://console.aws.amazon.com/support">Amazon Web Services Support Center</a>. Use the <a>DescribeCases</a> operation to get the <code>displayId</code>.</p>
29
29
  * <note>
30
30
  * <ul>
31
31
  * <li>
32
- * <p>You must have a Business or Enterprise Support plan to use the AWS Support
32
+ * <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
33
33
  * API. </p>
34
34
  * </li>
35
35
  * <li>
36
- * <p>If you call the AWS Support API from an account that does not have a
37
- * Business or Enterprise Support plan, the
36
+ * <p>If you call the Amazon Web Services Support API from an account that does not have a
37
+ * Business, Enterprise On-Ramp, or Enterprise Support plan, the
38
38
  * <code>SubscriptionRequiredException</code> error message appears. For
39
- * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>.</p>
39
+ * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
40
40
  * </li>
41
41
  * </ul>
42
42
  * </note>
@@ -52,7 +52,7 @@ export interface CreateCaseCommandOutput extends CreateCaseResponse, __MetadataB
52
52
  *
53
53
  * @see {@link CreateCaseCommandInput} for command's `input` shape.
54
54
  * @see {@link CreateCaseCommandOutput} for command's `response` shape.
55
- * @see {@link SupportClientResolvedConfig | config} for command's `input` shape.
55
+ * @see {@link SupportClientResolvedConfig | config} for SupportClient's `config` shape.
56
56
  *
57
57
  */
58
58
  export declare class CreateCaseCommand extends $Command<CreateCaseCommandInput, CreateCaseCommandOutput, SupportClientResolvedConfig> {
@@ -15,14 +15,14 @@ export interface DescribeAttachmentCommandOutput extends DescribeAttachmentRespo
15
15
  * <note>
16
16
  * <ul>
17
17
  * <li>
18
- * <p>You must have a Business or Enterprise Support plan to use the AWS Support
18
+ * <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
19
19
  * API. </p>
20
20
  * </li>
21
21
  * <li>
22
- * <p>If you call the AWS Support API from an account that does not have a
23
- * Business or Enterprise Support plan, the
22
+ * <p>If you call the Amazon Web Services Support API from an account that does not have a
23
+ * Business, Enterprise On-Ramp, or Enterprise Support plan, the
24
24
  * <code>SubscriptionRequiredException</code> error message appears. For
25
- * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>.</p>
25
+ * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
26
26
  * </li>
27
27
  * </ul>
28
28
  * </note>
@@ -38,7 +38,7 @@ export interface DescribeAttachmentCommandOutput extends DescribeAttachmentRespo
38
38
  *
39
39
  * @see {@link DescribeAttachmentCommandInput} for command's `input` shape.
40
40
  * @see {@link DescribeAttachmentCommandOutput} for command's `response` shape.
41
- * @see {@link SupportClientResolvedConfig | config} for command's `input` shape.
41
+ * @see {@link SupportClientResolvedConfig | config} for SupportClient's `config` shape.
42
42
  *
43
43
  */
44
44
  export declare class DescribeAttachmentCommand extends $Command<DescribeAttachmentCommandInput, DescribeAttachmentCommandOutput, SupportClientResolvedConfig> {
@@ -27,14 +27,14 @@ export interface DescribeCasesCommandOutput extends DescribeCasesResponse, __Met
27
27
  * <note>
28
28
  * <ul>
29
29
  * <li>
30
- * <p>You must have a Business or Enterprise Support plan to use the AWS Support
30
+ * <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
31
31
  * API. </p>
32
32
  * </li>
33
33
  * <li>
34
- * <p>If you call the AWS Support API from an account that does not have a
35
- * Business or Enterprise Support plan, the
34
+ * <p>If you call the Amazon Web Services Support API from an account that does not have a
35
+ * Business, Enterprise On-Ramp, or Enterprise Support plan, the
36
36
  * <code>SubscriptionRequiredException</code> error message appears. For
37
- * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>.</p>
37
+ * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
38
38
  * </li>
39
39
  * </ul>
40
40
  * </note>
@@ -50,7 +50,7 @@ export interface DescribeCasesCommandOutput extends DescribeCasesResponse, __Met
50
50
  *
51
51
  * @see {@link DescribeCasesCommandInput} for command's `input` shape.
52
52
  * @see {@link DescribeCasesCommandOutput} for command's `response` shape.
53
- * @see {@link SupportClientResolvedConfig | config} for command's `input` shape.
53
+ * @see {@link SupportClientResolvedConfig | config} for SupportClient's `config` shape.
54
54
  *
55
55
  */
56
56
  export declare class DescribeCasesCommand extends $Command<DescribeCasesCommandInput, DescribeCasesCommandOutput, SupportClientResolvedConfig> {
@@ -20,14 +20,14 @@ export interface DescribeCommunicationsCommandOutput extends DescribeCommunicati
20
20
  * <note>
21
21
  * <ul>
22
22
  * <li>
23
- * <p>You must have a Business or Enterprise Support plan to use the AWS Support
23
+ * <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
24
24
  * API. </p>
25
25
  * </li>
26
26
  * <li>
27
- * <p>If you call the AWS Support API from an account that does not have a
28
- * Business or Enterprise Support plan, the
27
+ * <p>If you call the Amazon Web Services Support API from an account that does not have a
28
+ * Business, Enterprise On-Ramp, or Enterprise Support plan, the
29
29
  * <code>SubscriptionRequiredException</code> error message appears. For
30
- * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>.</p>
30
+ * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
31
31
  * </li>
32
32
  * </ul>
33
33
  * </note>
@@ -43,7 +43,7 @@ export interface DescribeCommunicationsCommandOutput extends DescribeCommunicati
43
43
  *
44
44
  * @see {@link DescribeCommunicationsCommandInput} for command's `input` shape.
45
45
  * @see {@link DescribeCommunicationsCommandOutput} for command's `response` shape.
46
- * @see {@link SupportClientResolvedConfig | config} for command's `input` shape.
46
+ * @see {@link SupportClientResolvedConfig | config} for SupportClient's `config` shape.
47
47
  *
48
48
  */
49
49
  export declare class DescribeCommunicationsCommand extends $Command<DescribeCommunicationsCommandInput, DescribeCommunicationsCommandOutput, SupportClientResolvedConfig> {
@@ -7,11 +7,11 @@ export interface DescribeServicesCommandInput extends DescribeServicesRequest {
7
7
  export interface DescribeServicesCommandOutput extends DescribeServicesResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Returns the current list of AWS services and a list of service categories for each
10
+ * <p>Returns the current list of Amazon Web Services services and a list of service categories for each
11
11
  * service. You then use service names and categories in your <a>CreateCase</a>
12
- * requests. Each AWS service has its own set of categories.</p>
12
+ * requests. Each Amazon Web Services service has its own set of categories.</p>
13
13
  * <p>The service codes and category codes correspond to the values that appear in the
14
- * <b>Service</b> and <b>Category</b> lists on the AWS Support Center <a href="https://console.aws.amazon.com/support/home#/case/create">Create Case</a> page. The values in those fields
14
+ * <b>Service</b> and <b>Category</b> lists on the Amazon Web Services Support Center <a href="https://console.aws.amazon.com/support/home#/case/create">Create Case</a> page. The values in those fields
15
15
  * don't necessarily match the service codes and categories returned by the
16
16
  * <code>DescribeServices</code> operation. Always use the service codes and categories
17
17
  * that the <code>DescribeServices</code> operation returns, so that you have the most
@@ -19,14 +19,14 @@ export interface DescribeServicesCommandOutput extends DescribeServicesResponse,
19
19
  * <note>
20
20
  * <ul>
21
21
  * <li>
22
- * <p>You must have a Business or Enterprise Support plan to use the AWS Support
22
+ * <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
23
23
  * API. </p>
24
24
  * </li>
25
25
  * <li>
26
- * <p>If you call the AWS Support API from an account that does not have a
27
- * Business or Enterprise Support plan, the
26
+ * <p>If you call the Amazon Web Services Support API from an account that does not have a
27
+ * Business, Enterprise On-Ramp, or Enterprise Support plan, the
28
28
  * <code>SubscriptionRequiredException</code> error message appears. For
29
- * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>.</p>
29
+ * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
30
30
  * </li>
31
31
  * </ul>
32
32
  * </note>
@@ -42,7 +42,7 @@ export interface DescribeServicesCommandOutput extends DescribeServicesResponse,
42
42
  *
43
43
  * @see {@link DescribeServicesCommandInput} for command's `input` shape.
44
44
  * @see {@link DescribeServicesCommandOutput} for command's `response` shape.
45
- * @see {@link SupportClientResolvedConfig | config} for command's `input` shape.
45
+ * @see {@link SupportClientResolvedConfig | config} for SupportClient's `config` shape.
46
46
  *
47
47
  */
48
48
  export declare class DescribeServicesCommand extends $Command<DescribeServicesCommandInput, DescribeServicesCommandOutput, SupportClientResolvedConfig> {
@@ -13,14 +13,14 @@ export interface DescribeSeverityLevelsCommandOutput extends DescribeSeverityLev
13
13
  * <note>
14
14
  * <ul>
15
15
  * <li>
16
- * <p>You must have a Business or Enterprise Support plan to use the AWS Support
16
+ * <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
17
17
  * API. </p>
18
18
  * </li>
19
19
  * <li>
20
- * <p>If you call the AWS Support API from an account that does not have a
21
- * Business or Enterprise Support plan, the
20
+ * <p>If you call the Amazon Web Services Support API from an account that does not have a
21
+ * Business, Enterprise On-Ramp, or Enterprise Support plan, the
22
22
  * <code>SubscriptionRequiredException</code> error message appears. For
23
- * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>.</p>
23
+ * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
24
24
  * </li>
25
25
  * </ul>
26
26
  * </note>
@@ -36,7 +36,7 @@ export interface DescribeSeverityLevelsCommandOutput extends DescribeSeverityLev
36
36
  *
37
37
  * @see {@link DescribeSeverityLevelsCommandInput} for command's `input` shape.
38
38
  * @see {@link DescribeSeverityLevelsCommandOutput} for command's `response` shape.
39
- * @see {@link SupportClientResolvedConfig | config} for command's `input` shape.
39
+ * @see {@link SupportClientResolvedConfig | config} for SupportClient's `config` shape.
40
40
  *
41
41
  */
42
42
  export declare class DescribeSeverityLevelsCommand extends $Command<DescribeSeverityLevelsCommandInput, DescribeSeverityLevelsCommandOutput, SupportClientResolvedConfig> {
@@ -7,7 +7,7 @@ export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandInput extends
7
7
  export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput extends DescribeTrustedAdvisorCheckRefreshStatusesResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Returns the refresh status of the AWS Trusted Advisor checks that have the specified check
10
+ * <p>Returns the refresh status of the Trusted Advisor checks that have the specified check
11
11
  * IDs. You can get the check IDs by calling the <a>DescribeTrustedAdvisorChecks</a> operation.</p>
12
12
  * <p>Some checks are refreshed automatically, and you can't return their refresh statuses
13
13
  * by using the <code>DescribeTrustedAdvisorCheckRefreshStatuses</code> operation. If you
@@ -16,14 +16,14 @@ export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput extends
16
16
  * <note>
17
17
  * <ul>
18
18
  * <li>
19
- * <p>You must have a Business or Enterprise Support plan to use the AWS Support
19
+ * <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
20
20
  * API. </p>
21
21
  * </li>
22
22
  * <li>
23
- * <p>If you call the AWS Support API from an account that does not have a
24
- * Business or Enterprise Support plan, the
23
+ * <p>If you call the Amazon Web Services Support API from an account that does not have a
24
+ * Business, Enterprise On-Ramp, or Enterprise Support plan, the
25
25
  * <code>SubscriptionRequiredException</code> error message appears. For
26
- * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>.</p>
26
+ * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
27
27
  * </li>
28
28
  * </ul>
29
29
  * </note>
@@ -39,7 +39,7 @@ export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput extends
39
39
  *
40
40
  * @see {@link DescribeTrustedAdvisorCheckRefreshStatusesCommandInput} for command's `input` shape.
41
41
  * @see {@link DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput} for command's `response` shape.
42
- * @see {@link SupportClientResolvedConfig | config} for command's `input` shape.
42
+ * @see {@link SupportClientResolvedConfig | config} for SupportClient's `config` shape.
43
43
  *
44
44
  */
45
45
  export declare class DescribeTrustedAdvisorCheckRefreshStatusesCommand extends $Command<DescribeTrustedAdvisorCheckRefreshStatusesCommandInput, DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput, SupportClientResolvedConfig> {
@@ -7,7 +7,7 @@ export interface DescribeTrustedAdvisorCheckResultCommandInput extends DescribeT
7
7
  export interface DescribeTrustedAdvisorCheckResultCommandOutput extends DescribeTrustedAdvisorCheckResultResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Returns the results of the AWS Trusted Advisor check that has the specified check ID. You
10
+ * <p>Returns the results of the Trusted Advisor check that has the specified check ID. You
11
11
  * can get the check IDs by calling the <a>DescribeTrustedAdvisorChecks</a>
12
12
  * operation.</p>
13
13
  * <p>The response contains a <a>TrustedAdvisorCheckResult</a> object, which
@@ -52,14 +52,14 @@ export interface DescribeTrustedAdvisorCheckResultCommandOutput extends Describe
52
52
  * <note>
53
53
  * <ul>
54
54
  * <li>
55
- * <p>You must have a Business or Enterprise Support plan to use the AWS Support
55
+ * <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
56
56
  * API. </p>
57
57
  * </li>
58
58
  * <li>
59
- * <p>If you call the AWS Support API from an account that does not have a
60
- * Business or Enterprise Support plan, the
59
+ * <p>If you call the Amazon Web Services Support API from an account that does not have a
60
+ * Business, Enterprise On-Ramp, or Enterprise Support plan, the
61
61
  * <code>SubscriptionRequiredException</code> error message appears. For
62
- * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>.</p>
62
+ * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
63
63
  * </li>
64
64
  * </ul>
65
65
  * </note>
@@ -75,7 +75,7 @@ export interface DescribeTrustedAdvisorCheckResultCommandOutput extends Describe
75
75
  *
76
76
  * @see {@link DescribeTrustedAdvisorCheckResultCommandInput} for command's `input` shape.
77
77
  * @see {@link DescribeTrustedAdvisorCheckResultCommandOutput} for command's `response` shape.
78
- * @see {@link SupportClientResolvedConfig | config} for command's `input` shape.
78
+ * @see {@link SupportClientResolvedConfig | config} for SupportClient's `config` shape.
79
79
  *
80
80
  */
81
81
  export declare class DescribeTrustedAdvisorCheckResultCommand extends $Command<DescribeTrustedAdvisorCheckResultCommandInput, DescribeTrustedAdvisorCheckResultCommandOutput, SupportClientResolvedConfig> {
@@ -7,21 +7,21 @@ export interface DescribeTrustedAdvisorCheckSummariesCommandInput extends Descri
7
7
  export interface DescribeTrustedAdvisorCheckSummariesCommandOutput extends DescribeTrustedAdvisorCheckSummariesResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Returns the results for the AWS Trusted Advisor check summaries for the check IDs that you
10
+ * <p>Returns the results for the Trusted Advisor check summaries for the check IDs that you
11
11
  * specified. You can get the check IDs by calling the <a>DescribeTrustedAdvisorChecks</a> operation.</p>
12
12
  * <p>The response contains an array of <a>TrustedAdvisorCheckSummary</a>
13
13
  * objects.</p>
14
14
  * <note>
15
15
  * <ul>
16
16
  * <li>
17
- * <p>You must have a Business or Enterprise Support plan to use the AWS Support
17
+ * <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
18
18
  * API. </p>
19
19
  * </li>
20
20
  * <li>
21
- * <p>If you call the AWS Support API from an account that does not have a
22
- * Business or Enterprise Support plan, the
21
+ * <p>If you call the Amazon Web Services Support API from an account that does not have a
22
+ * Business, Enterprise On-Ramp, or Enterprise Support plan, the
23
23
  * <code>SubscriptionRequiredException</code> error message appears. For
24
- * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>.</p>
24
+ * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
25
25
  * </li>
26
26
  * </ul>
27
27
  * </note>
@@ -37,7 +37,7 @@ export interface DescribeTrustedAdvisorCheckSummariesCommandOutput extends Descr
37
37
  *
38
38
  * @see {@link DescribeTrustedAdvisorCheckSummariesCommandInput} for command's `input` shape.
39
39
  * @see {@link DescribeTrustedAdvisorCheckSummariesCommandOutput} for command's `response` shape.
40
- * @see {@link SupportClientResolvedConfig | config} for command's `input` shape.
40
+ * @see {@link SupportClientResolvedConfig | config} for SupportClient's `config` shape.
41
41
  *
42
42
  */
43
43
  export declare class DescribeTrustedAdvisorCheckSummariesCommand extends $Command<DescribeTrustedAdvisorCheckSummariesCommandInput, DescribeTrustedAdvisorCheckSummariesCommandOutput, SupportClientResolvedConfig> {
@@ -7,23 +7,23 @@ export interface DescribeTrustedAdvisorChecksCommandInput extends DescribeTruste
7
7
  export interface DescribeTrustedAdvisorChecksCommandOutput extends DescribeTrustedAdvisorChecksResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Returns information about all available AWS Trusted Advisor checks, including the name, ID,
11
- * category, description, and metadata. You must specify a language code. The AWS Support API
10
+ * <p>Returns information about all available Trusted Advisor checks, including the name, ID,
11
+ * category, description, and metadata. You must specify a language code. The Amazon Web Services Support API
12
12
  * currently supports English ("en") and Japanese ("ja"). The response contains a <a>TrustedAdvisorCheckDescription</a> object for each check. You must set the
13
- * AWS Region to us-east-1.</p>
13
+ * Amazon Web Services Region to us-east-1.</p>
14
14
  *
15
15
  *
16
16
  * <note>
17
17
  * <ul>
18
18
  * <li>
19
- * <p>You must have a Business or Enterprise Support plan to use the AWS Support
19
+ * <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
20
20
  * API. </p>
21
21
  * </li>
22
22
  * <li>
23
- * <p>If you call the AWS Support API from an account that does not have a
24
- * Business or Enterprise Support plan, the
23
+ * <p>If you call the Amazon Web Services Support API from an account that does not have a
24
+ * Business, Enterprise On-Ramp, or Enterprise Support plan, the
25
25
  * <code>SubscriptionRequiredException</code> error message appears. For
26
- * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>.</p>
26
+ * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
27
27
  * </li>
28
28
  * <li>
29
29
  * <p>The names and descriptions for Trusted Advisor checks are subject to change. We recommend
@@ -43,7 +43,7 @@ export interface DescribeTrustedAdvisorChecksCommandOutput extends DescribeTrust
43
43
  *
44
44
  * @see {@link DescribeTrustedAdvisorChecksCommandInput} for command's `input` shape.
45
45
  * @see {@link DescribeTrustedAdvisorChecksCommandOutput} for command's `response` shape.
46
- * @see {@link SupportClientResolvedConfig | config} for command's `input` shape.
46
+ * @see {@link SupportClientResolvedConfig | config} for SupportClient's `config` shape.
47
47
  *
48
48
  */
49
49
  export declare class DescribeTrustedAdvisorChecksCommand extends $Command<DescribeTrustedAdvisorChecksCommandInput, DescribeTrustedAdvisorChecksCommandOutput, SupportClientResolvedConfig> {
@@ -7,7 +7,7 @@ export interface RefreshTrustedAdvisorCheckCommandInput extends RefreshTrustedAd
7
7
  export interface RefreshTrustedAdvisorCheckCommandOutput extends RefreshTrustedAdvisorCheckResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Refreshes the AWS Trusted Advisor check that you specify using the check ID. You can get the
10
+ * <p>Refreshes the Trusted Advisor check that you specify using the check ID. You can get the
11
11
  * check IDs by calling the <a>DescribeTrustedAdvisorChecks</a>
12
12
  * operation.</p>
13
13
  * <note>
@@ -20,14 +20,14 @@ export interface RefreshTrustedAdvisorCheckCommandOutput extends RefreshTrustedA
20
20
  * <note>
21
21
  * <ul>
22
22
  * <li>
23
- * <p>You must have a Business or Enterprise Support plan to use the AWS Support
23
+ * <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
24
24
  * API. </p>
25
25
  * </li>
26
26
  * <li>
27
- * <p>If you call the AWS Support API from an account that does not have a
28
- * Business or Enterprise Support plan, the
27
+ * <p>If you call the Amazon Web Services Support API from an account that does not have a
28
+ * Business, Enterprise On-Ramp, or Enterprise Support plan, the
29
29
  * <code>SubscriptionRequiredException</code> error message appears. For
30
- * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>.</p>
30
+ * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
31
31
  * </li>
32
32
  * </ul>
33
33
  * </note>
@@ -43,7 +43,7 @@ export interface RefreshTrustedAdvisorCheckCommandOutput extends RefreshTrustedA
43
43
  *
44
44
  * @see {@link RefreshTrustedAdvisorCheckCommandInput} for command's `input` shape.
45
45
  * @see {@link RefreshTrustedAdvisorCheckCommandOutput} for command's `response` shape.
46
- * @see {@link SupportClientResolvedConfig | config} for command's `input` shape.
46
+ * @see {@link SupportClientResolvedConfig | config} for SupportClient's `config` shape.
47
47
  *
48
48
  */
49
49
  export declare class RefreshTrustedAdvisorCheckCommand extends $Command<RefreshTrustedAdvisorCheckCommandInput, RefreshTrustedAdvisorCheckCommandOutput, SupportClientResolvedConfig> {
@@ -12,14 +12,14 @@ export interface ResolveCaseCommandOutput extends ResolveCaseResponse, __Metadat
12
12
  * <note>
13
13
  * <ul>
14
14
  * <li>
15
- * <p>You must have a Business or Enterprise Support plan to use the AWS Support
15
+ * <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
16
16
  * API. </p>
17
17
  * </li>
18
18
  * <li>
19
- * <p>If you call the AWS Support API from an account that does not have a
20
- * Business or Enterprise Support plan, the
19
+ * <p>If you call the Amazon Web Services Support API from an account that does not have a
20
+ * Business, Enterprise On-Ramp, or Enterprise Support plan, the
21
21
  * <code>SubscriptionRequiredException</code> error message appears. For
22
- * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>.</p>
22
+ * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
23
23
  * </li>
24
24
  * </ul>
25
25
  * </note>
@@ -35,7 +35,7 @@ export interface ResolveCaseCommandOutput extends ResolveCaseResponse, __Metadat
35
35
  *
36
36
  * @see {@link ResolveCaseCommandInput} for command's `input` shape.
37
37
  * @see {@link ResolveCaseCommandOutput} for command's `response` shape.
38
- * @see {@link SupportClientResolvedConfig | config} for command's `input` shape.
38
+ * @see {@link SupportClientResolvedConfig | config} for SupportClient's `config` shape.
39
39
  *
40
40
  */
41
41
  export declare class ResolveCaseCommand extends $Command<ResolveCaseCommandInput, ResolveCaseCommandOutput, SupportClientResolvedConfig> {