@aws-sdk/client-support 3.235.0 → 3.238.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.
- package/README.md +15 -45
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-types/Support.d.ts +180 -196
- package/dist-types/SupportClient.d.ts +23 -53
- package/dist-types/commands/AddAttachmentsToSetCommand.d.ts +7 -7
- package/dist-types/commands/AddCommunicationToCaseCommand.d.ts +6 -7
- package/dist-types/commands/CreateCaseCommand.d.ts +12 -12
- package/dist-types/commands/DescribeAttachmentCommand.d.ts +6 -6
- package/dist-types/commands/DescribeCasesCommand.d.ts +11 -11
- package/dist-types/commands/DescribeCommunicationsCommand.d.ts +8 -8
- package/dist-types/commands/DescribeServicesCommand.d.ts +7 -7
- package/dist-types/commands/DescribeSeverityLevelsCommand.d.ts +9 -9
- package/dist-types/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +11 -7
- package/dist-types/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +29 -26
- package/dist-types/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +11 -7
- package/dist-types/commands/DescribeTrustedAdvisorChecksCommand.d.ts +20 -18
- package/dist-types/commands/RefreshTrustedAdvisorCheckCommand.d.ts +14 -12
- package/dist-types/commands/ResolveCaseCommand.d.ts +6 -6
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +238 -152
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/package.json +5 -4
|
@@ -9,29 +9,31 @@ export interface DescribeTrustedAdvisorChecksCommandOutput extends DescribeTrust
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Returns information about all available Trusted Advisor checks, including the name, ID,
|
|
12
|
-
* category, description, and metadata. You must specify a language code
|
|
13
|
-
*
|
|
14
|
-
* Amazon Web Services Region to us-east-1.</p>
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
* <note>
|
|
12
|
+
* category, description, and metadata. You must specify a language code.</p>
|
|
13
|
+
* <p>The response contains a <a>TrustedAdvisorCheckDescription</a> object for
|
|
14
|
+
* each check. You must set the Amazon Web Services Region to us-east-1.</p>
|
|
15
|
+
* <note>
|
|
18
16
|
* <ul>
|
|
19
17
|
* <li>
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
* </li>
|
|
18
|
+
* <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. </p>
|
|
19
|
+
* </li>
|
|
23
20
|
* <li>
|
|
24
|
-
*
|
|
25
|
-
* Business, Enterprise On-Ramp, or Enterprise Support plan, the
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
21
|
+
* <p>If you call the Amazon Web Services Support API from an account that doesn't have a
|
|
22
|
+
* Business, Enterprise On-Ramp, or Enterprise Support plan, the <code>SubscriptionRequiredException</code> error
|
|
23
|
+
* message appears. For information about changing your support plan, see
|
|
24
|
+
* <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
|
|
25
|
+
* </li>
|
|
29
26
|
* <li>
|
|
30
|
-
*
|
|
31
|
-
* that you specify the check ID in your code to uniquely identify a
|
|
32
|
-
*
|
|
27
|
+
* <p>The names and descriptions for Trusted Advisor checks are subject to change. We
|
|
28
|
+
* recommend that you specify the check ID in your code to uniquely identify a
|
|
29
|
+
* check.</p>
|
|
30
|
+
* </li>
|
|
33
31
|
* </ul>
|
|
34
|
-
*
|
|
32
|
+
* </note>
|
|
33
|
+
* <p>To call the Trusted Advisor operations in
|
|
34
|
+
* the Amazon Web Services Support API, you must use the US East (N. Virginia) endpoint. Currently, the US West (Oregon) and Europe (Ireland)
|
|
35
|
+
* endpoints don't support the Trusted Advisor operations. For more information, see <a href="https://docs.aws.amazon.com/awssupport/latest/user/about-support-api.html#endpoint">About the Amazon Web Services Support
|
|
36
|
+
* API</a> in the <i>Amazon Web Services Support User Guide</i>.</p>
|
|
35
37
|
* @example
|
|
36
38
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
39
|
* ```javascript
|
|
@@ -11,27 +11,29 @@ export interface RefreshTrustedAdvisorCheckCommandOutput extends RefreshTrustedA
|
|
|
11
11
|
* <p>Refreshes the Trusted Advisor check that you specify using the check ID. You can get the
|
|
12
12
|
* check IDs by calling the <a>DescribeTrustedAdvisorChecks</a>
|
|
13
13
|
* operation.</p>
|
|
14
|
-
*
|
|
15
|
-
* <
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* </note>
|
|
19
|
-
* <p>The response contains a <a>TrustedAdvisorCheckRefreshStatus</a>
|
|
14
|
+
* <p>Some checks are refreshed automatically. If you call the
|
|
15
|
+
* <code>RefreshTrustedAdvisorCheck</code> operation to refresh them, you might see
|
|
16
|
+
* the <code>InvalidParameterValue</code> error.</p>
|
|
17
|
+
* <p>The response contains a <a>TrustedAdvisorCheckRefreshStatus</a>
|
|
20
18
|
* object.</p>
|
|
21
|
-
*
|
|
19
|
+
* <note>
|
|
22
20
|
* <ul>
|
|
23
21
|
* <li>
|
|
24
|
-
*
|
|
22
|
+
* <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
|
|
25
23
|
* API. </p>
|
|
26
|
-
*
|
|
24
|
+
* </li>
|
|
27
25
|
* <li>
|
|
28
|
-
*
|
|
26
|
+
* <p>If you call the Amazon Web Services Support API from an account that doesn't have a
|
|
29
27
|
* Business, Enterprise On-Ramp, or Enterprise Support plan, the
|
|
30
28
|
* <code>SubscriptionRequiredException</code> error message appears. For
|
|
31
29
|
* information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
|
|
32
|
-
*
|
|
30
|
+
* </li>
|
|
33
31
|
* </ul>
|
|
34
|
-
*
|
|
32
|
+
* </note>
|
|
33
|
+
* <p>To call the Trusted Advisor operations in
|
|
34
|
+
* the Amazon Web Services Support API, you must use the US East (N. Virginia) endpoint. Currently, the US West (Oregon) and Europe (Ireland)
|
|
35
|
+
* endpoints don't support the Trusted Advisor operations. For more information, see <a href="https://docs.aws.amazon.com/awssupport/latest/user/about-support-api.html#endpoint">About the Amazon Web Services Support
|
|
36
|
+
* API</a> in the <i>Amazon Web Services Support User Guide</i>.</p>
|
|
35
37
|
* @example
|
|
36
38
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
39
|
* ```javascript
|
|
@@ -10,20 +10,20 @@ export interface ResolveCaseCommandOutput extends ResolveCaseResponse, __Metadat
|
|
|
10
10
|
/**
|
|
11
11
|
* <p>Resolves a support case. This operation takes a <code>caseId</code> and returns the
|
|
12
12
|
* initial and final state of the case.</p>
|
|
13
|
-
*
|
|
13
|
+
* <note>
|
|
14
14
|
* <ul>
|
|
15
15
|
* <li>
|
|
16
|
-
*
|
|
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
|
-
*
|
|
20
|
+
* <p>If you call the Amazon Web Services Support API from an account that doesn't have a
|
|
21
21
|
* Business, Enterprise On-Ramp, or Enterprise Support plan, the
|
|
22
22
|
* <code>SubscriptionRequiredException</code> error message appears. For
|
|
23
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>
|
|
27
27
|
* @example
|
|
28
28
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
29
|
* ```javascript
|
|
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
|
|
|
12
12
|
defaultSigningName: string;
|
|
13
13
|
};
|
|
14
14
|
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
-
Region
|
|
15
|
+
Region: string;
|
|
16
16
|
UseDualStack?: boolean;
|
|
17
17
|
UseFIPS?: boolean;
|
|
18
18
|
Endpoint?: string;
|