@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.
- package/CHANGELOG.md +38 -0
- package/README.md +17 -17
- package/dist-cjs/endpoints.js +9 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-types/Support.d.ts +91 -91
- package/dist-types/SupportClient.d.ts +17 -17
- package/dist-types/commands/AddAttachmentsToSetCommand.d.ts +5 -5
- package/dist-types/commands/AddCommunicationToCaseCommand.d.ts +6 -6
- package/dist-types/commands/CreateCaseCommand.d.ts +12 -12
- package/dist-types/commands/DescribeAttachmentCommand.d.ts +5 -5
- package/dist-types/commands/DescribeCasesCommand.d.ts +5 -5
- package/dist-types/commands/DescribeCommunicationsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeServicesCommand.d.ts +8 -8
- package/dist-types/commands/DescribeSeverityLevelsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +6 -6
- package/dist-types/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeTrustedAdvisorChecksCommand.d.ts +8 -8
- package/dist-types/commands/RefreshTrustedAdvisorCheckCommand.d.ts +6 -6
- package/dist-types/commands/ResolveCaseCommand.d.ts +5 -5
- package/dist-types/models/models_0.d.ts +51 -51
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,44 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-support
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-support
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
6
44
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
45
|
|
|
8
46
|
|
package/README.md
CHANGED
|
@@ -7,54 +7,54 @@
|
|
|
7
7
|
|
|
8
8
|
AWS SDK for JavaScript Support Client for Node.js, Browser and React Native.
|
|
9
9
|
|
|
10
|
-
<fullname>
|
|
10
|
+
<fullname>Amazon Web Services Support</fullname>
|
|
11
11
|
|
|
12
|
-
<p>The <i>
|
|
13
|
-
information about the
|
|
14
|
-
your support cases programmatically. The
|
|
12
|
+
<p>The <i>Amazon Web Services Support API Reference</i> is intended for programmers who need detailed
|
|
13
|
+
information about the Amazon Web Services Support operations and data types. You can use the API to manage
|
|
14
|
+
your support cases programmatically. The Amazon Web Services Support API uses HTTP methods that return
|
|
15
15
|
results in JSON format.</p>
|
|
16
16
|
<note>
|
|
17
17
|
<ul>
|
|
18
18
|
<li>
|
|
19
|
-
<p>You must have a Business or Enterprise Support plan to use the
|
|
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
|
|
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/">
|
|
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>
|
|
30
|
-
<p>The
|
|
30
|
+
<p>The Amazon Web Services Support service also exposes a set of <a href="http://aws.amazon.com/premiumsupport/trustedadvisor/">Trusted Advisor</a> features. You can
|
|
31
31
|
retrieve a list of checks and their descriptions, get check results, specify checks to
|
|
32
32
|
refresh, and get the refresh status of checks.</p>
|
|
33
|
-
<p>The following list describes the
|
|
33
|
+
<p>The following list describes the Amazon Web Services Support case management operations:</p>
|
|
34
34
|
<ul>
|
|
35
35
|
<li>
|
|
36
36
|
<p> Service names, issue categories, and available severity levels - The
|
|
37
|
-
<a>DescribeServices</a> and <a>DescribeSeverityLevels</a> operations return
|
|
37
|
+
<a>DescribeServices</a> and <a>DescribeSeverityLevels</a> operations return Amazon Web Services service names,
|
|
38
38
|
service codes, service categories, and problem severity levels. You use these
|
|
39
39
|
values when you call the <a>CreateCase</a> operation.</p>
|
|
40
40
|
</li>
|
|
41
41
|
<li>
|
|
42
42
|
<p> Case creation, case details, and case resolution - The <a>CreateCase</a>, <a>DescribeCases</a>, <a>DescribeAttachment</a>, and <a>ResolveCase</a> operations
|
|
43
|
-
create
|
|
43
|
+
create Amazon Web Services Support cases, retrieve information about cases, and resolve cases.</p>
|
|
44
44
|
</li>
|
|
45
45
|
<li>
|
|
46
46
|
<p> Case communication - The <a>DescribeCommunications</a>,
|
|
47
47
|
<a>AddCommunicationToCase</a>, and <a>AddAttachmentsToSet</a> operations retrieve and add communications
|
|
48
|
-
and attachments to
|
|
48
|
+
and attachments to Amazon Web Services Support cases.</p>
|
|
49
49
|
</li>
|
|
50
50
|
</ul>
|
|
51
|
-
<p>The following list describes the operations available from the
|
|
51
|
+
<p>The following list describes the operations available from the Amazon Web Services Support service for
|
|
52
52
|
Trusted Advisor:</p>
|
|
53
53
|
<ul>
|
|
54
54
|
<li>
|
|
55
55
|
<p>
|
|
56
56
|
<a>DescribeTrustedAdvisorChecks</a> returns the list of checks that
|
|
57
|
-
run against your
|
|
57
|
+
run against your Amazon Web Services resources.</p>
|
|
58
58
|
</li>
|
|
59
59
|
<li>
|
|
60
60
|
<p>Using the <code>checkId</code> for a specific check returned by <a>DescribeTrustedAdvisorChecks</a>, you can call <a>DescribeTrustedAdvisorCheckResult</a> to obtain the results for the
|
|
@@ -76,10 +76,10 @@ specified check.</p>
|
|
|
76
76
|
status of one or more checks.</p>
|
|
77
77
|
</li>
|
|
78
78
|
</ul>
|
|
79
|
-
<p>For authentication of requests,
|
|
79
|
+
<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
|
|
80
80
|
Process</a>.</p>
|
|
81
81
|
<p>See <a href="https://docs.aws.amazon.com/awssupport/latest/user/Welcome.html">About the
|
|
82
|
-
|
|
82
|
+
Amazon Web Services Support API</a> in the <i>Amazon Web Services Support User Guide</i> for
|
|
83
83
|
information about how to use this service to create and manage your support cases, and
|
|
84
84
|
how to call Trusted Advisor for results of checks on your resources.</p>
|
|
85
85
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -60,6 +60,7 @@ const partitionHash = {
|
|
|
60
60
|
"ap-south-1",
|
|
61
61
|
"ap-southeast-1",
|
|
62
62
|
"ap-southeast-2",
|
|
63
|
+
"ap-southeast-3",
|
|
63
64
|
"aws-global",
|
|
64
65
|
"ca-central-1",
|
|
65
66
|
"eu-central-1",
|
|
@@ -125,6 +126,10 @@ const partitionHash = {
|
|
|
125
126
|
hostname: "support.{region}.c2s.ic.gov",
|
|
126
127
|
tags: [],
|
|
127
128
|
},
|
|
129
|
+
{
|
|
130
|
+
hostname: "support-fips.{region}.c2s.ic.gov",
|
|
131
|
+
tags: ["fips"],
|
|
132
|
+
},
|
|
128
133
|
],
|
|
129
134
|
},
|
|
130
135
|
"aws-iso-b": {
|
|
@@ -135,6 +140,10 @@ const partitionHash = {
|
|
|
135
140
|
hostname: "support.{region}.sc2s.sgov.gov",
|
|
136
141
|
tags: [],
|
|
137
142
|
},
|
|
143
|
+
{
|
|
144
|
+
hostname: "support-fips.{region}.sc2s.sgov.gov",
|
|
145
|
+
tags: ["fips"],
|
|
146
|
+
},
|
|
138
147
|
],
|
|
139
148
|
},
|
|
140
149
|
"aws-us-gov": {
|
package/dist-es/endpoints.js
CHANGED
|
@@ -58,6 +58,7 @@ var partitionHash = {
|
|
|
58
58
|
"ap-south-1",
|
|
59
59
|
"ap-southeast-1",
|
|
60
60
|
"ap-southeast-2",
|
|
61
|
+
"ap-southeast-3",
|
|
61
62
|
"aws-global",
|
|
62
63
|
"ca-central-1",
|
|
63
64
|
"eu-central-1",
|
|
@@ -123,6 +124,10 @@ var partitionHash = {
|
|
|
123
124
|
hostname: "support.{region}.c2s.ic.gov",
|
|
124
125
|
tags: [],
|
|
125
126
|
},
|
|
127
|
+
{
|
|
128
|
+
hostname: "support-fips.{region}.c2s.ic.gov",
|
|
129
|
+
tags: ["fips"],
|
|
130
|
+
},
|
|
126
131
|
],
|
|
127
132
|
},
|
|
128
133
|
"aws-iso-b": {
|
|
@@ -133,6 +138,10 @@ var partitionHash = {
|
|
|
133
138
|
hostname: "support.{region}.sc2s.sgov.gov",
|
|
134
139
|
tags: [],
|
|
135
140
|
},
|
|
141
|
+
{
|
|
142
|
+
hostname: "support-fips.{region}.sc2s.sgov.gov",
|
|
143
|
+
tags: ["fips"],
|
|
144
|
+
},
|
|
136
145
|
],
|
|
137
146
|
},
|
|
138
147
|
"aws-us-gov": {
|