@aws-sdk/client-support 3.300.0 → 3.303.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/dist-types/commands/AddAttachmentsToSetCommand.d.ts +3 -3
- package/dist-types/commands/AddCommunicationToCaseCommand.d.ts +2 -2
- package/dist-types/commands/CreateCaseCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCasesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeCommunicationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeServicesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSeverityLevelsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTrustedAdvisorChecksCommand.d.ts +1 -1
- package/dist-types/commands/RefreshTrustedAdvisorCheckCommand.d.ts +1 -1
- package/dist-types/commands/ResolveCaseCommand.d.ts +1 -1
- package/package.json +34 -34
|
@@ -43,10 +43,10 @@ export interface AddAttachmentsToSetCommandOutput extends AddAttachmentsToSetRes
|
|
|
43
43
|
* import { SupportClient, AddAttachmentsToSetCommand } from "@aws-sdk/client-support"; // ES Modules import
|
|
44
44
|
* // const { SupportClient, AddAttachmentsToSetCommand } = require("@aws-sdk/client-support"); // CommonJS import
|
|
45
45
|
* const client = new SupportClient(config);
|
|
46
|
-
* const input = {
|
|
46
|
+
* const input = { // AddAttachmentsToSetRequest
|
|
47
47
|
* attachmentSetId: "STRING_VALUE",
|
|
48
|
-
* attachments: [ // required
|
|
49
|
-
* {
|
|
48
|
+
* attachments: [ // Attachments // required
|
|
49
|
+
* { // Attachment
|
|
50
50
|
* fileName: "STRING_VALUE",
|
|
51
51
|
* data: "BLOB_VALUE",
|
|
52
52
|
* },
|
|
@@ -44,10 +44,10 @@ export interface AddCommunicationToCaseCommandOutput extends AddCommunicationToC
|
|
|
44
44
|
* import { SupportClient, AddCommunicationToCaseCommand } from "@aws-sdk/client-support"; // ES Modules import
|
|
45
45
|
* // const { SupportClient, AddCommunicationToCaseCommand } = require("@aws-sdk/client-support"); // CommonJS import
|
|
46
46
|
* const client = new SupportClient(config);
|
|
47
|
-
* const input = {
|
|
47
|
+
* const input = { // AddCommunicationToCaseRequest
|
|
48
48
|
* caseId: "STRING_VALUE",
|
|
49
49
|
* communicationBody: "STRING_VALUE", // required
|
|
50
|
-
* ccEmailAddresses: [
|
|
50
|
+
* ccEmailAddresses: [ // CcEmailAddressList
|
|
51
51
|
* "STRING_VALUE",
|
|
52
52
|
* ],
|
|
53
53
|
* attachmentSetId: "STRING_VALUE",
|
|
@@ -58,13 +58,13 @@ export interface CreateCaseCommandOutput extends CreateCaseResponse, __MetadataB
|
|
|
58
58
|
* import { SupportClient, CreateCaseCommand } from "@aws-sdk/client-support"; // ES Modules import
|
|
59
59
|
* // const { SupportClient, CreateCaseCommand } = require("@aws-sdk/client-support"); // CommonJS import
|
|
60
60
|
* const client = new SupportClient(config);
|
|
61
|
-
* const input = {
|
|
61
|
+
* const input = { // CreateCaseRequest
|
|
62
62
|
* subject: "STRING_VALUE", // required
|
|
63
63
|
* serviceCode: "STRING_VALUE",
|
|
64
64
|
* severityCode: "STRING_VALUE",
|
|
65
65
|
* categoryCode: "STRING_VALUE",
|
|
66
66
|
* communicationBody: "STRING_VALUE", // required
|
|
67
|
-
* ccEmailAddresses: [
|
|
67
|
+
* ccEmailAddresses: [ // CcEmailAddressList
|
|
68
68
|
* "STRING_VALUE",
|
|
69
69
|
* ],
|
|
70
70
|
* language: "STRING_VALUE",
|
|
@@ -44,7 +44,7 @@ export interface DescribeAttachmentCommandOutput extends DescribeAttachmentRespo
|
|
|
44
44
|
* import { SupportClient, DescribeAttachmentCommand } from "@aws-sdk/client-support"; // ES Modules import
|
|
45
45
|
* // const { SupportClient, DescribeAttachmentCommand } = require("@aws-sdk/client-support"); // CommonJS import
|
|
46
46
|
* const client = new SupportClient(config);
|
|
47
|
-
* const input = {
|
|
47
|
+
* const input = { // DescribeAttachmentRequest
|
|
48
48
|
* attachmentId: "STRING_VALUE", // required
|
|
49
49
|
* };
|
|
50
50
|
* const command = new DescribeAttachmentCommand(input);
|
|
@@ -56,8 +56,8 @@ export interface DescribeCasesCommandOutput extends DescribeCasesResponse, __Met
|
|
|
56
56
|
* import { SupportClient, DescribeCasesCommand } from "@aws-sdk/client-support"; // ES Modules import
|
|
57
57
|
* // const { SupportClient, DescribeCasesCommand } = require("@aws-sdk/client-support"); // CommonJS import
|
|
58
58
|
* const client = new SupportClient(config);
|
|
59
|
-
* const input = {
|
|
60
|
-
* caseIdList: [
|
|
59
|
+
* const input = { // DescribeCasesRequest
|
|
60
|
+
* caseIdList: [ // CaseIdList
|
|
61
61
|
* "STRING_VALUE",
|
|
62
62
|
* ],
|
|
63
63
|
* displayId: "STRING_VALUE",
|
|
@@ -49,7 +49,7 @@ export interface DescribeCommunicationsCommandOutput extends DescribeCommunicati
|
|
|
49
49
|
* import { SupportClient, DescribeCommunicationsCommand } from "@aws-sdk/client-support"; // ES Modules import
|
|
50
50
|
* // const { SupportClient, DescribeCommunicationsCommand } = require("@aws-sdk/client-support"); // CommonJS import
|
|
51
51
|
* const client = new SupportClient(config);
|
|
52
|
-
* const input = {
|
|
52
|
+
* const input = { // DescribeCommunicationsRequest
|
|
53
53
|
* caseId: "STRING_VALUE", // required
|
|
54
54
|
* beforeTime: "STRING_VALUE",
|
|
55
55
|
* afterTime: "STRING_VALUE",
|
|
@@ -48,8 +48,8 @@ export interface DescribeServicesCommandOutput extends DescribeServicesResponse,
|
|
|
48
48
|
* import { SupportClient, DescribeServicesCommand } from "@aws-sdk/client-support"; // ES Modules import
|
|
49
49
|
* // const { SupportClient, DescribeServicesCommand } = require("@aws-sdk/client-support"); // CommonJS import
|
|
50
50
|
* const client = new SupportClient(config);
|
|
51
|
-
* const input = {
|
|
52
|
-
* serviceCodeList: [
|
|
51
|
+
* const input = { // DescribeServicesRequest
|
|
52
|
+
* serviceCodeList: [ // ServiceCodeList
|
|
53
53
|
* "STRING_VALUE",
|
|
54
54
|
* ],
|
|
55
55
|
* language: "STRING_VALUE",
|
|
@@ -42,7 +42,7 @@ export interface DescribeSeverityLevelsCommandOutput extends DescribeSeverityLev
|
|
|
42
42
|
* import { SupportClient, DescribeSeverityLevelsCommand } from "@aws-sdk/client-support"; // ES Modules import
|
|
43
43
|
* // const { SupportClient, DescribeSeverityLevelsCommand } = require("@aws-sdk/client-support"); // CommonJS import
|
|
44
44
|
* const client = new SupportClient(config);
|
|
45
|
-
* const input = {
|
|
45
|
+
* const input = { // DescribeSeverityLevelsRequest
|
|
46
46
|
* language: "STRING_VALUE",
|
|
47
47
|
* };
|
|
48
48
|
* const command = new DescribeSeverityLevelsCommand(input);
|
|
@@ -49,8 +49,8 @@ export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput extends
|
|
|
49
49
|
* import { SupportClient, DescribeTrustedAdvisorCheckRefreshStatusesCommand } from "@aws-sdk/client-support"; // ES Modules import
|
|
50
50
|
* // const { SupportClient, DescribeTrustedAdvisorCheckRefreshStatusesCommand } = require("@aws-sdk/client-support"); // CommonJS import
|
|
51
51
|
* const client = new SupportClient(config);
|
|
52
|
-
* const input = {
|
|
53
|
-
* checkIds: [ // required
|
|
52
|
+
* const input = { // DescribeTrustedAdvisorCheckRefreshStatusesRequest
|
|
53
|
+
* checkIds: [ // StringList // required
|
|
54
54
|
* "STRING_VALUE",
|
|
55
55
|
* ],
|
|
56
56
|
* };
|
|
@@ -84,7 +84,7 @@ export interface DescribeTrustedAdvisorCheckResultCommandOutput extends Describe
|
|
|
84
84
|
* import { SupportClient, DescribeTrustedAdvisorCheckResultCommand } from "@aws-sdk/client-support"; // ES Modules import
|
|
85
85
|
* // const { SupportClient, DescribeTrustedAdvisorCheckResultCommand } = require("@aws-sdk/client-support"); // CommonJS import
|
|
86
86
|
* const client = new SupportClient(config);
|
|
87
|
-
* const input = {
|
|
87
|
+
* const input = { // DescribeTrustedAdvisorCheckResultRequest
|
|
88
88
|
* checkId: "STRING_VALUE", // required
|
|
89
89
|
* language: "STRING_VALUE",
|
|
90
90
|
* };
|
|
@@ -47,8 +47,8 @@ export interface DescribeTrustedAdvisorCheckSummariesCommandOutput extends Descr
|
|
|
47
47
|
* import { SupportClient, DescribeTrustedAdvisorCheckSummariesCommand } from "@aws-sdk/client-support"; // ES Modules import
|
|
48
48
|
* // const { SupportClient, DescribeTrustedAdvisorCheckSummariesCommand } = require("@aws-sdk/client-support"); // CommonJS import
|
|
49
49
|
* const client = new SupportClient(config);
|
|
50
|
-
* const input = {
|
|
51
|
-
* checkIds: [ // required
|
|
50
|
+
* const input = { // DescribeTrustedAdvisorCheckSummariesRequest
|
|
51
|
+
* checkIds: [ // StringList // required
|
|
52
52
|
* "STRING_VALUE",
|
|
53
53
|
* ],
|
|
54
54
|
* };
|
|
@@ -51,7 +51,7 @@ export interface DescribeTrustedAdvisorChecksCommandOutput extends DescribeTrust
|
|
|
51
51
|
* import { SupportClient, DescribeTrustedAdvisorChecksCommand } from "@aws-sdk/client-support"; // ES Modules import
|
|
52
52
|
* // const { SupportClient, DescribeTrustedAdvisorChecksCommand } = require("@aws-sdk/client-support"); // CommonJS import
|
|
53
53
|
* const client = new SupportClient(config);
|
|
54
|
-
* const input = {
|
|
54
|
+
* const input = { // DescribeTrustedAdvisorChecksRequest
|
|
55
55
|
* language: "STRING_VALUE", // required
|
|
56
56
|
* };
|
|
57
57
|
* const command = new DescribeTrustedAdvisorChecksCommand(input);
|
|
@@ -51,7 +51,7 @@ export interface RefreshTrustedAdvisorCheckCommandOutput extends RefreshTrustedA
|
|
|
51
51
|
* import { SupportClient, RefreshTrustedAdvisorCheckCommand } from "@aws-sdk/client-support"; // ES Modules import
|
|
52
52
|
* // const { SupportClient, RefreshTrustedAdvisorCheckCommand } = require("@aws-sdk/client-support"); // CommonJS import
|
|
53
53
|
* const client = new SupportClient(config);
|
|
54
|
-
* const input = {
|
|
54
|
+
* const input = { // RefreshTrustedAdvisorCheckRequest
|
|
55
55
|
* checkId: "STRING_VALUE", // required
|
|
56
56
|
* };
|
|
57
57
|
* const command = new RefreshTrustedAdvisorCheckCommand(input);
|
|
@@ -41,7 +41,7 @@ export interface ResolveCaseCommandOutput extends ResolveCaseResponse, __Metadat
|
|
|
41
41
|
* import { SupportClient, ResolveCaseCommand } from "@aws-sdk/client-support"; // ES Modules import
|
|
42
42
|
* // const { SupportClient, ResolveCaseCommand } = require("@aws-sdk/client-support"); // CommonJS import
|
|
43
43
|
* const client = new SupportClient(config);
|
|
44
|
-
* const input = {
|
|
44
|
+
* const input = { // ResolveCaseRequest
|
|
45
45
|
* caseId: "STRING_VALUE",
|
|
46
46
|
* };
|
|
47
47
|
* const command = new ResolveCaseCommand(input);
|
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.303.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,42 +21,42 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.303.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.303.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.303.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.303.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.303.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.303.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.303.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.303.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.303.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.303.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.303.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.303.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.303.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.303.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.303.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.303.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.303.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.303.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.303.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.303.0",
|
|
44
|
+
"@aws-sdk/types": "3.303.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.303.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.303.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.303.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.303.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.303.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.303.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.303.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.303.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
59
|
+
"@aws-sdk/service-client-documentation-generator": "3.303.0",
|
|
60
60
|
"@tsconfig/node14": "1.0.3",
|
|
61
61
|
"@types/node": "^14.14.31",
|
|
62
62
|
"concurrently": "7.0.0",
|