@aws-sdk/client-support 3.310.0 → 3.312.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.
|
@@ -6,140 +6,98 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const SupportServiceException_1 = require("../models/SupportServiceException");
|
|
8
8
|
const se_AddAttachmentsToSetCommand = async (input, context) => {
|
|
9
|
-
const headers =
|
|
10
|
-
"content-type": "application/x-amz-json-1.1",
|
|
11
|
-
"x-amz-target": "AWSSupport_20130415.AddAttachmentsToSet",
|
|
12
|
-
};
|
|
9
|
+
const headers = sharedHeaders("AddAttachmentsToSet");
|
|
13
10
|
let body;
|
|
14
11
|
body = JSON.stringify(se_AddAttachmentsToSetRequest(input, context));
|
|
15
12
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
16
13
|
};
|
|
17
14
|
exports.se_AddAttachmentsToSetCommand = se_AddAttachmentsToSetCommand;
|
|
18
15
|
const se_AddCommunicationToCaseCommand = async (input, context) => {
|
|
19
|
-
const headers =
|
|
20
|
-
"content-type": "application/x-amz-json-1.1",
|
|
21
|
-
"x-amz-target": "AWSSupport_20130415.AddCommunicationToCase",
|
|
22
|
-
};
|
|
16
|
+
const headers = sharedHeaders("AddCommunicationToCase");
|
|
23
17
|
let body;
|
|
24
18
|
body = JSON.stringify(se_AddCommunicationToCaseRequest(input, context));
|
|
25
19
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
26
20
|
};
|
|
27
21
|
exports.se_AddCommunicationToCaseCommand = se_AddCommunicationToCaseCommand;
|
|
28
22
|
const se_CreateCaseCommand = async (input, context) => {
|
|
29
|
-
const headers =
|
|
30
|
-
"content-type": "application/x-amz-json-1.1",
|
|
31
|
-
"x-amz-target": "AWSSupport_20130415.CreateCase",
|
|
32
|
-
};
|
|
23
|
+
const headers = sharedHeaders("CreateCase");
|
|
33
24
|
let body;
|
|
34
25
|
body = JSON.stringify(se_CreateCaseRequest(input, context));
|
|
35
26
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
36
27
|
};
|
|
37
28
|
exports.se_CreateCaseCommand = se_CreateCaseCommand;
|
|
38
29
|
const se_DescribeAttachmentCommand = async (input, context) => {
|
|
39
|
-
const headers =
|
|
40
|
-
"content-type": "application/x-amz-json-1.1",
|
|
41
|
-
"x-amz-target": "AWSSupport_20130415.DescribeAttachment",
|
|
42
|
-
};
|
|
30
|
+
const headers = sharedHeaders("DescribeAttachment");
|
|
43
31
|
let body;
|
|
44
32
|
body = JSON.stringify(se_DescribeAttachmentRequest(input, context));
|
|
45
33
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
46
34
|
};
|
|
47
35
|
exports.se_DescribeAttachmentCommand = se_DescribeAttachmentCommand;
|
|
48
36
|
const se_DescribeCasesCommand = async (input, context) => {
|
|
49
|
-
const headers =
|
|
50
|
-
"content-type": "application/x-amz-json-1.1",
|
|
51
|
-
"x-amz-target": "AWSSupport_20130415.DescribeCases",
|
|
52
|
-
};
|
|
37
|
+
const headers = sharedHeaders("DescribeCases");
|
|
53
38
|
let body;
|
|
54
39
|
body = JSON.stringify(se_DescribeCasesRequest(input, context));
|
|
55
40
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
56
41
|
};
|
|
57
42
|
exports.se_DescribeCasesCommand = se_DescribeCasesCommand;
|
|
58
43
|
const se_DescribeCommunicationsCommand = async (input, context) => {
|
|
59
|
-
const headers =
|
|
60
|
-
"content-type": "application/x-amz-json-1.1",
|
|
61
|
-
"x-amz-target": "AWSSupport_20130415.DescribeCommunications",
|
|
62
|
-
};
|
|
44
|
+
const headers = sharedHeaders("DescribeCommunications");
|
|
63
45
|
let body;
|
|
64
46
|
body = JSON.stringify(se_DescribeCommunicationsRequest(input, context));
|
|
65
47
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
66
48
|
};
|
|
67
49
|
exports.se_DescribeCommunicationsCommand = se_DescribeCommunicationsCommand;
|
|
68
50
|
const se_DescribeServicesCommand = async (input, context) => {
|
|
69
|
-
const headers =
|
|
70
|
-
"content-type": "application/x-amz-json-1.1",
|
|
71
|
-
"x-amz-target": "AWSSupport_20130415.DescribeServices",
|
|
72
|
-
};
|
|
51
|
+
const headers = sharedHeaders("DescribeServices");
|
|
73
52
|
let body;
|
|
74
53
|
body = JSON.stringify(se_DescribeServicesRequest(input, context));
|
|
75
54
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
76
55
|
};
|
|
77
56
|
exports.se_DescribeServicesCommand = se_DescribeServicesCommand;
|
|
78
57
|
const se_DescribeSeverityLevelsCommand = async (input, context) => {
|
|
79
|
-
const headers =
|
|
80
|
-
"content-type": "application/x-amz-json-1.1",
|
|
81
|
-
"x-amz-target": "AWSSupport_20130415.DescribeSeverityLevels",
|
|
82
|
-
};
|
|
58
|
+
const headers = sharedHeaders("DescribeSeverityLevels");
|
|
83
59
|
let body;
|
|
84
60
|
body = JSON.stringify(se_DescribeSeverityLevelsRequest(input, context));
|
|
85
61
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
86
62
|
};
|
|
87
63
|
exports.se_DescribeSeverityLevelsCommand = se_DescribeSeverityLevelsCommand;
|
|
88
64
|
const se_DescribeTrustedAdvisorCheckRefreshStatusesCommand = async (input, context) => {
|
|
89
|
-
const headers =
|
|
90
|
-
"content-type": "application/x-amz-json-1.1",
|
|
91
|
-
"x-amz-target": "AWSSupport_20130415.DescribeTrustedAdvisorCheckRefreshStatuses",
|
|
92
|
-
};
|
|
65
|
+
const headers = sharedHeaders("DescribeTrustedAdvisorCheckRefreshStatuses");
|
|
93
66
|
let body;
|
|
94
67
|
body = JSON.stringify(se_DescribeTrustedAdvisorCheckRefreshStatusesRequest(input, context));
|
|
95
68
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
96
69
|
};
|
|
97
70
|
exports.se_DescribeTrustedAdvisorCheckRefreshStatusesCommand = se_DescribeTrustedAdvisorCheckRefreshStatusesCommand;
|
|
98
71
|
const se_DescribeTrustedAdvisorCheckResultCommand = async (input, context) => {
|
|
99
|
-
const headers =
|
|
100
|
-
"content-type": "application/x-amz-json-1.1",
|
|
101
|
-
"x-amz-target": "AWSSupport_20130415.DescribeTrustedAdvisorCheckResult",
|
|
102
|
-
};
|
|
72
|
+
const headers = sharedHeaders("DescribeTrustedAdvisorCheckResult");
|
|
103
73
|
let body;
|
|
104
74
|
body = JSON.stringify(se_DescribeTrustedAdvisorCheckResultRequest(input, context));
|
|
105
75
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
106
76
|
};
|
|
107
77
|
exports.se_DescribeTrustedAdvisorCheckResultCommand = se_DescribeTrustedAdvisorCheckResultCommand;
|
|
108
78
|
const se_DescribeTrustedAdvisorChecksCommand = async (input, context) => {
|
|
109
|
-
const headers =
|
|
110
|
-
"content-type": "application/x-amz-json-1.1",
|
|
111
|
-
"x-amz-target": "AWSSupport_20130415.DescribeTrustedAdvisorChecks",
|
|
112
|
-
};
|
|
79
|
+
const headers = sharedHeaders("DescribeTrustedAdvisorChecks");
|
|
113
80
|
let body;
|
|
114
81
|
body = JSON.stringify(se_DescribeTrustedAdvisorChecksRequest(input, context));
|
|
115
82
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
116
83
|
};
|
|
117
84
|
exports.se_DescribeTrustedAdvisorChecksCommand = se_DescribeTrustedAdvisorChecksCommand;
|
|
118
85
|
const se_DescribeTrustedAdvisorCheckSummariesCommand = async (input, context) => {
|
|
119
|
-
const headers =
|
|
120
|
-
"content-type": "application/x-amz-json-1.1",
|
|
121
|
-
"x-amz-target": "AWSSupport_20130415.DescribeTrustedAdvisorCheckSummaries",
|
|
122
|
-
};
|
|
86
|
+
const headers = sharedHeaders("DescribeTrustedAdvisorCheckSummaries");
|
|
123
87
|
let body;
|
|
124
88
|
body = JSON.stringify(se_DescribeTrustedAdvisorCheckSummariesRequest(input, context));
|
|
125
89
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
126
90
|
};
|
|
127
91
|
exports.se_DescribeTrustedAdvisorCheckSummariesCommand = se_DescribeTrustedAdvisorCheckSummariesCommand;
|
|
128
92
|
const se_RefreshTrustedAdvisorCheckCommand = async (input, context) => {
|
|
129
|
-
const headers =
|
|
130
|
-
"content-type": "application/x-amz-json-1.1",
|
|
131
|
-
"x-amz-target": "AWSSupport_20130415.RefreshTrustedAdvisorCheck",
|
|
132
|
-
};
|
|
93
|
+
const headers = sharedHeaders("RefreshTrustedAdvisorCheck");
|
|
133
94
|
let body;
|
|
134
95
|
body = JSON.stringify(se_RefreshTrustedAdvisorCheckRequest(input, context));
|
|
135
96
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
136
97
|
};
|
|
137
98
|
exports.se_RefreshTrustedAdvisorCheckCommand = se_RefreshTrustedAdvisorCheckCommand;
|
|
138
99
|
const se_ResolveCaseCommand = async (input, context) => {
|
|
139
|
-
const headers =
|
|
140
|
-
"content-type": "application/x-amz-json-1.1",
|
|
141
|
-
"x-amz-target": "AWSSupport_20130415.ResolveCase",
|
|
142
|
-
};
|
|
100
|
+
const headers = sharedHeaders("ResolveCase");
|
|
143
101
|
let body;
|
|
144
102
|
body = JSON.stringify(se_ResolveCaseRequest(input, context));
|
|
145
103
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
@@ -1301,6 +1259,12 @@ const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, bod
|
|
|
1301
1259
|
}
|
|
1302
1260
|
return new protocol_http_1.HttpRequest(contents);
|
|
1303
1261
|
};
|
|
1262
|
+
function sharedHeaders(operation) {
|
|
1263
|
+
return {
|
|
1264
|
+
"content-type": "application/x-amz-json-1.1",
|
|
1265
|
+
"x-amz-target": `AWSSupport_20130415.${operation}`,
|
|
1266
|
+
};
|
|
1267
|
+
}
|
|
1304
1268
|
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
1305
1269
|
if (encoded.length) {
|
|
1306
1270
|
return JSON.parse(encoded);
|
|
@@ -3,127 +3,85 @@ import { decorateServiceException as __decorateServiceException, expectBoolean a
|
|
|
3
3
|
import { AttachmentIdNotFound, AttachmentLimitExceeded, AttachmentSetExpired, AttachmentSetIdNotFound, AttachmentSetSizeLimitExceeded, CaseCreationLimitExceeded, CaseIdNotFound, DescribeAttachmentLimitExceeded, InternalServerError, } from "../models/models_0";
|
|
4
4
|
import { SupportServiceException as __BaseException } from "../models/SupportServiceException";
|
|
5
5
|
export const se_AddAttachmentsToSetCommand = async (input, context) => {
|
|
6
|
-
const headers =
|
|
7
|
-
"content-type": "application/x-amz-json-1.1",
|
|
8
|
-
"x-amz-target": "AWSSupport_20130415.AddAttachmentsToSet",
|
|
9
|
-
};
|
|
6
|
+
const headers = sharedHeaders("AddAttachmentsToSet");
|
|
10
7
|
let body;
|
|
11
8
|
body = JSON.stringify(se_AddAttachmentsToSetRequest(input, context));
|
|
12
9
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
13
10
|
};
|
|
14
11
|
export const se_AddCommunicationToCaseCommand = async (input, context) => {
|
|
15
|
-
const headers =
|
|
16
|
-
"content-type": "application/x-amz-json-1.1",
|
|
17
|
-
"x-amz-target": "AWSSupport_20130415.AddCommunicationToCase",
|
|
18
|
-
};
|
|
12
|
+
const headers = sharedHeaders("AddCommunicationToCase");
|
|
19
13
|
let body;
|
|
20
14
|
body = JSON.stringify(se_AddCommunicationToCaseRequest(input, context));
|
|
21
15
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
22
16
|
};
|
|
23
17
|
export const se_CreateCaseCommand = async (input, context) => {
|
|
24
|
-
const headers =
|
|
25
|
-
"content-type": "application/x-amz-json-1.1",
|
|
26
|
-
"x-amz-target": "AWSSupport_20130415.CreateCase",
|
|
27
|
-
};
|
|
18
|
+
const headers = sharedHeaders("CreateCase");
|
|
28
19
|
let body;
|
|
29
20
|
body = JSON.stringify(se_CreateCaseRequest(input, context));
|
|
30
21
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
31
22
|
};
|
|
32
23
|
export const se_DescribeAttachmentCommand = async (input, context) => {
|
|
33
|
-
const headers =
|
|
34
|
-
"content-type": "application/x-amz-json-1.1",
|
|
35
|
-
"x-amz-target": "AWSSupport_20130415.DescribeAttachment",
|
|
36
|
-
};
|
|
24
|
+
const headers = sharedHeaders("DescribeAttachment");
|
|
37
25
|
let body;
|
|
38
26
|
body = JSON.stringify(se_DescribeAttachmentRequest(input, context));
|
|
39
27
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
40
28
|
};
|
|
41
29
|
export const se_DescribeCasesCommand = async (input, context) => {
|
|
42
|
-
const headers =
|
|
43
|
-
"content-type": "application/x-amz-json-1.1",
|
|
44
|
-
"x-amz-target": "AWSSupport_20130415.DescribeCases",
|
|
45
|
-
};
|
|
30
|
+
const headers = sharedHeaders("DescribeCases");
|
|
46
31
|
let body;
|
|
47
32
|
body = JSON.stringify(se_DescribeCasesRequest(input, context));
|
|
48
33
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
49
34
|
};
|
|
50
35
|
export const se_DescribeCommunicationsCommand = async (input, context) => {
|
|
51
|
-
const headers =
|
|
52
|
-
"content-type": "application/x-amz-json-1.1",
|
|
53
|
-
"x-amz-target": "AWSSupport_20130415.DescribeCommunications",
|
|
54
|
-
};
|
|
36
|
+
const headers = sharedHeaders("DescribeCommunications");
|
|
55
37
|
let body;
|
|
56
38
|
body = JSON.stringify(se_DescribeCommunicationsRequest(input, context));
|
|
57
39
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
58
40
|
};
|
|
59
41
|
export const se_DescribeServicesCommand = async (input, context) => {
|
|
60
|
-
const headers =
|
|
61
|
-
"content-type": "application/x-amz-json-1.1",
|
|
62
|
-
"x-amz-target": "AWSSupport_20130415.DescribeServices",
|
|
63
|
-
};
|
|
42
|
+
const headers = sharedHeaders("DescribeServices");
|
|
64
43
|
let body;
|
|
65
44
|
body = JSON.stringify(se_DescribeServicesRequest(input, context));
|
|
66
45
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
67
46
|
};
|
|
68
47
|
export const se_DescribeSeverityLevelsCommand = async (input, context) => {
|
|
69
|
-
const headers =
|
|
70
|
-
"content-type": "application/x-amz-json-1.1",
|
|
71
|
-
"x-amz-target": "AWSSupport_20130415.DescribeSeverityLevels",
|
|
72
|
-
};
|
|
48
|
+
const headers = sharedHeaders("DescribeSeverityLevels");
|
|
73
49
|
let body;
|
|
74
50
|
body = JSON.stringify(se_DescribeSeverityLevelsRequest(input, context));
|
|
75
51
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
76
52
|
};
|
|
77
53
|
export const se_DescribeTrustedAdvisorCheckRefreshStatusesCommand = async (input, context) => {
|
|
78
|
-
const headers =
|
|
79
|
-
"content-type": "application/x-amz-json-1.1",
|
|
80
|
-
"x-amz-target": "AWSSupport_20130415.DescribeTrustedAdvisorCheckRefreshStatuses",
|
|
81
|
-
};
|
|
54
|
+
const headers = sharedHeaders("DescribeTrustedAdvisorCheckRefreshStatuses");
|
|
82
55
|
let body;
|
|
83
56
|
body = JSON.stringify(se_DescribeTrustedAdvisorCheckRefreshStatusesRequest(input, context));
|
|
84
57
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
85
58
|
};
|
|
86
59
|
export const se_DescribeTrustedAdvisorCheckResultCommand = async (input, context) => {
|
|
87
|
-
const headers =
|
|
88
|
-
"content-type": "application/x-amz-json-1.1",
|
|
89
|
-
"x-amz-target": "AWSSupport_20130415.DescribeTrustedAdvisorCheckResult",
|
|
90
|
-
};
|
|
60
|
+
const headers = sharedHeaders("DescribeTrustedAdvisorCheckResult");
|
|
91
61
|
let body;
|
|
92
62
|
body = JSON.stringify(se_DescribeTrustedAdvisorCheckResultRequest(input, context));
|
|
93
63
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
94
64
|
};
|
|
95
65
|
export const se_DescribeTrustedAdvisorChecksCommand = async (input, context) => {
|
|
96
|
-
const headers =
|
|
97
|
-
"content-type": "application/x-amz-json-1.1",
|
|
98
|
-
"x-amz-target": "AWSSupport_20130415.DescribeTrustedAdvisorChecks",
|
|
99
|
-
};
|
|
66
|
+
const headers = sharedHeaders("DescribeTrustedAdvisorChecks");
|
|
100
67
|
let body;
|
|
101
68
|
body = JSON.stringify(se_DescribeTrustedAdvisorChecksRequest(input, context));
|
|
102
69
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
103
70
|
};
|
|
104
71
|
export const se_DescribeTrustedAdvisorCheckSummariesCommand = async (input, context) => {
|
|
105
|
-
const headers =
|
|
106
|
-
"content-type": "application/x-amz-json-1.1",
|
|
107
|
-
"x-amz-target": "AWSSupport_20130415.DescribeTrustedAdvisorCheckSummaries",
|
|
108
|
-
};
|
|
72
|
+
const headers = sharedHeaders("DescribeTrustedAdvisorCheckSummaries");
|
|
109
73
|
let body;
|
|
110
74
|
body = JSON.stringify(se_DescribeTrustedAdvisorCheckSummariesRequest(input, context));
|
|
111
75
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
112
76
|
};
|
|
113
77
|
export const se_RefreshTrustedAdvisorCheckCommand = async (input, context) => {
|
|
114
|
-
const headers =
|
|
115
|
-
"content-type": "application/x-amz-json-1.1",
|
|
116
|
-
"x-amz-target": "AWSSupport_20130415.RefreshTrustedAdvisorCheck",
|
|
117
|
-
};
|
|
78
|
+
const headers = sharedHeaders("RefreshTrustedAdvisorCheck");
|
|
118
79
|
let body;
|
|
119
80
|
body = JSON.stringify(se_RefreshTrustedAdvisorCheckRequest(input, context));
|
|
120
81
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
121
82
|
};
|
|
122
83
|
export const se_ResolveCaseCommand = async (input, context) => {
|
|
123
|
-
const headers =
|
|
124
|
-
"content-type": "application/x-amz-json-1.1",
|
|
125
|
-
"x-amz-target": "AWSSupport_20130415.ResolveCase",
|
|
126
|
-
};
|
|
84
|
+
const headers = sharedHeaders("ResolveCase");
|
|
127
85
|
let body;
|
|
128
86
|
body = JSON.stringify(se_ResolveCaseRequest(input, context));
|
|
129
87
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
@@ -1270,6 +1228,12 @@ const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, bod
|
|
|
1270
1228
|
}
|
|
1271
1229
|
return new __HttpRequest(contents);
|
|
1272
1230
|
};
|
|
1231
|
+
function sharedHeaders(operation) {
|
|
1232
|
+
return {
|
|
1233
|
+
"content-type": "application/x-amz-json-1.1",
|
|
1234
|
+
"x-amz-target": `AWSSupport_20130415.${operation}`,
|
|
1235
|
+
};
|
|
1236
|
+
}
|
|
1273
1237
|
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
1274
1238
|
if (encoded.length) {
|
|
1275
1239
|
return JSON.parse(encoded);
|
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.312.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,7 +21,7 @@
|
|
|
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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.312.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
26
|
"@aws-sdk/credential-provider-node": "3.310.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|