@aws-sdk/client-support 3.873.0 → 3.875.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 +1 -1
- package/dist-types/Support.d.ts +1 -1
- package/dist-types/SupportClient.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,7 +40,7 @@ create Amazon Web Services Support cases, retrieve information about cases, and
|
|
|
40
40
|
cases.</p>
|
|
41
41
|
</li>
|
|
42
42
|
<li>
|
|
43
|
-
<p>The <a>DescribeServices</a> and <a>DescribeSeverityLevels</a> operations return Amazon Web
|
|
43
|
+
<p>The <a>DescribeServices</a> and <a>DescribeSeverityLevels</a> operations return Amazon Web Services service names, service codes, service categories, and problem
|
|
44
44
|
severity levels. You use these values when you call the <a>CreateCase</a> operation.</p>
|
|
45
45
|
</li>
|
|
46
46
|
</ul>
|
package/dist-types/Support.d.ts
CHANGED
|
@@ -152,7 +152,7 @@ export interface Support {
|
|
|
152
152
|
* cases.</p>
|
|
153
153
|
* </li>
|
|
154
154
|
* <li>
|
|
155
|
-
* <p>The <a>DescribeServices</a> and <a>DescribeSeverityLevels</a> operations return Amazon Web
|
|
155
|
+
* <p>The <a>DescribeServices</a> and <a>DescribeSeverityLevels</a> operations return Amazon Web Services service names, service codes, service categories, and problem
|
|
156
156
|
* severity levels. You use these values when you call the <a>CreateCase</a> operation.</p>
|
|
157
157
|
* </li>
|
|
158
158
|
* </ul>
|
|
@@ -218,7 +218,7 @@ export interface SupportClientResolvedConfig extends SupportClientResolvedConfig
|
|
|
218
218
|
* cases.</p>
|
|
219
219
|
* </li>
|
|
220
220
|
* <li>
|
|
221
|
-
* <p>The <a>DescribeServices</a> and <a>DescribeSeverityLevels</a> operations return Amazon Web
|
|
221
|
+
* <p>The <a>DescribeServices</a> and <a>DescribeSeverityLevels</a> operations return Amazon Web Services service names, service codes, service categories, and problem
|
|
222
222
|
* severity levels. You use these values when you call the <a>CreateCase</a> operation.</p>
|
|
223
223
|
* </li>
|
|
224
224
|
* </ul>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
* cases.</p>
|
|
33
33
|
* </li>
|
|
34
34
|
* <li>
|
|
35
|
-
* <p>The <a>DescribeServices</a> and <a>DescribeSeverityLevels</a> operations return Amazon Web
|
|
35
|
+
* <p>The <a>DescribeServices</a> and <a>DescribeSeverityLevels</a> operations return Amazon Web Services service names, service codes, service categories, and problem
|
|
36
36
|
* severity levels. You use these values when you call the <a>CreateCase</a> operation.</p>
|
|
37
37
|
* </li>
|
|
38
38
|
* </ul>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-support",
|
|
3
3
|
"description": "AWS SDK for JavaScript Support Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.875.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-support",
|