@aws-sdk/client-support 3.987.0 → 3.988.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-cjs/index.js +35 -835
- package/dist-cjs/models/SupportServiceException.js +12 -0
- package/dist-cjs/models/errors.js +134 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +616 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +76 -70
- package/dist-types/schemas/schemas_0.d.ts +18 -11
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +13 -11
- package/package.json +13 -13
|
@@ -157,7 +157,7 @@ const _rP = "resourcesProcessed";
|
|
|
157
157
|
const _rS = "resourcesSummary";
|
|
158
158
|
const _rSe = "resourcesSuppressed";
|
|
159
159
|
const _re = "region";
|
|
160
|
-
const _s = "
|
|
160
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.support";
|
|
161
161
|
const _sB = "submittedBy";
|
|
162
162
|
const _sC = "serviceCode";
|
|
163
163
|
const _sCL = "serviceCodeList";
|
|
@@ -167,13 +167,13 @@ const _sH = "supportedHours";
|
|
|
167
167
|
const _sL = "severityLevels";
|
|
168
168
|
const _sLu = "supportedLanguages";
|
|
169
169
|
const _sT = "startTime";
|
|
170
|
-
const _se = "
|
|
171
|
-
const _ser = "
|
|
172
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.support";
|
|
170
|
+
const _se = "server";
|
|
171
|
+
const _ser = "services";
|
|
173
172
|
const _sp = "sparse";
|
|
174
173
|
const _st = "status";
|
|
175
174
|
const _sta = "statuses";
|
|
176
|
-
const _su = "
|
|
175
|
+
const _su = "subject";
|
|
176
|
+
const _sum = "summaries";
|
|
177
177
|
const _t = "type";
|
|
178
178
|
const _tC = "timeCreated";
|
|
179
179
|
const _ti = "timestamp";
|
|
@@ -181,83 +181,109 @@ const n0 = "com.amazonaws.support";
|
|
|
181
181
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
182
182
|
import { AttachmentIdNotFound, AttachmentLimitExceeded, AttachmentSetExpired, AttachmentSetIdNotFound, AttachmentSetSizeLimitExceeded, CaseCreationLimitExceeded, CaseIdNotFound, DescribeAttachmentLimitExceeded, InternalServerError, ThrottlingException, } from "../models/errors";
|
|
183
183
|
import { SupportServiceException } from "../models/SupportServiceException";
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
];
|
|
189
|
-
export var AddAttachmentsToSetResponse$ = [3, n0, _AATSRd,
|
|
190
|
-
0,
|
|
191
|
-
[_aSI, _eT],
|
|
192
|
-
[0, 0]
|
|
193
|
-
];
|
|
194
|
-
export var AddCommunicationToCaseRequest$ = [3, n0, _ACTCR,
|
|
195
|
-
0,
|
|
196
|
-
[_cB, _cI, _cEA, _aSI],
|
|
197
|
-
[0, 0, 64 | 0, 0], 1
|
|
198
|
-
];
|
|
199
|
-
export var AddCommunicationToCaseResponse$ = [3, n0, _ACTCRd,
|
|
200
|
-
0,
|
|
201
|
-
[_r],
|
|
202
|
-
[2]
|
|
203
|
-
];
|
|
204
|
-
export var Attachment$ = [3, n0, _A,
|
|
205
|
-
0,
|
|
206
|
-
[_fN, _d],
|
|
207
|
-
[0, 21]
|
|
208
|
-
];
|
|
209
|
-
export var AttachmentDetails$ = [3, n0, _AD,
|
|
210
|
-
0,
|
|
211
|
-
[_aI, _fN],
|
|
212
|
-
[0, 0]
|
|
213
|
-
];
|
|
184
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
185
|
+
export var SupportServiceException$ = [-3, _s, "SupportServiceException", 0, [], []];
|
|
186
|
+
_s_registry.registerError(SupportServiceException$, SupportServiceException);
|
|
187
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
214
188
|
export var AttachmentIdNotFound$ = [-3, n0, _AINF,
|
|
215
189
|
{ [_e]: _c },
|
|
216
190
|
[_m],
|
|
217
191
|
[0]
|
|
218
192
|
];
|
|
219
|
-
|
|
193
|
+
n0_registry.registerError(AttachmentIdNotFound$, AttachmentIdNotFound);
|
|
220
194
|
export var AttachmentLimitExceeded$ = [-3, n0, _ALE,
|
|
221
195
|
{ [_e]: _c },
|
|
222
196
|
[_m],
|
|
223
197
|
[0]
|
|
224
198
|
];
|
|
225
|
-
|
|
199
|
+
n0_registry.registerError(AttachmentLimitExceeded$, AttachmentLimitExceeded);
|
|
226
200
|
export var AttachmentSetExpired$ = [-3, n0, _ASE,
|
|
227
201
|
{ [_e]: _c },
|
|
228
202
|
[_m],
|
|
229
203
|
[0]
|
|
230
204
|
];
|
|
231
|
-
|
|
205
|
+
n0_registry.registerError(AttachmentSetExpired$, AttachmentSetExpired);
|
|
232
206
|
export var AttachmentSetIdNotFound$ = [-3, n0, _ASINF,
|
|
233
207
|
{ [_e]: _c },
|
|
234
208
|
[_m],
|
|
235
209
|
[0]
|
|
236
210
|
];
|
|
237
|
-
|
|
211
|
+
n0_registry.registerError(AttachmentSetIdNotFound$, AttachmentSetIdNotFound);
|
|
238
212
|
export var AttachmentSetSizeLimitExceeded$ = [-3, n0, _ASSLE,
|
|
239
213
|
{ [_e]: _c },
|
|
240
214
|
[_m],
|
|
241
215
|
[0]
|
|
242
216
|
];
|
|
243
|
-
|
|
217
|
+
n0_registry.registerError(AttachmentSetSizeLimitExceeded$, AttachmentSetSizeLimitExceeded);
|
|
244
218
|
export var CaseCreationLimitExceeded$ = [-3, n0, _CCLE,
|
|
245
219
|
{ [_e]: _c },
|
|
246
220
|
[_m],
|
|
247
221
|
[0]
|
|
248
222
|
];
|
|
249
|
-
|
|
250
|
-
export var CaseDetails$ = [3, n0, _CD,
|
|
251
|
-
0,
|
|
252
|
-
[_cI, _dI, _s, _st, _sC, _cC, _sCe, _sB, _tC, _rC, _cEA, _l],
|
|
253
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, () => RecentCaseCommunications$, 64 | 0, 0]
|
|
254
|
-
];
|
|
223
|
+
n0_registry.registerError(CaseCreationLimitExceeded$, CaseCreationLimitExceeded);
|
|
255
224
|
export var CaseIdNotFound$ = [-3, n0, _CINF,
|
|
256
225
|
{ [_e]: _c },
|
|
257
226
|
[_m],
|
|
258
227
|
[0]
|
|
259
228
|
];
|
|
260
|
-
|
|
229
|
+
n0_registry.registerError(CaseIdNotFound$, CaseIdNotFound);
|
|
230
|
+
export var DescribeAttachmentLimitExceeded$ = [-3, n0, _DALE,
|
|
231
|
+
{ [_e]: _c },
|
|
232
|
+
[_m],
|
|
233
|
+
[0]
|
|
234
|
+
];
|
|
235
|
+
n0_registry.registerError(DescribeAttachmentLimitExceeded$, DescribeAttachmentLimitExceeded);
|
|
236
|
+
export var InternalServerError$ = [-3, n0, _ISE,
|
|
237
|
+
{ [_e]: _se },
|
|
238
|
+
[_m],
|
|
239
|
+
[0]
|
|
240
|
+
];
|
|
241
|
+
n0_registry.registerError(InternalServerError$, InternalServerError);
|
|
242
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
243
|
+
{ [_aQE]: [`Throttling`, 400], [_e]: _c, [_hE]: 400 },
|
|
244
|
+
[_m],
|
|
245
|
+
[0]
|
|
246
|
+
];
|
|
247
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
248
|
+
export const errorTypeRegistries = [
|
|
249
|
+
_s_registry,
|
|
250
|
+
n0_registry,
|
|
251
|
+
];
|
|
252
|
+
export var AddAttachmentsToSetRequest$ = [3, n0, _AATSR,
|
|
253
|
+
0,
|
|
254
|
+
[_a, _aSI],
|
|
255
|
+
[() => Attachments, 0], 1
|
|
256
|
+
];
|
|
257
|
+
export var AddAttachmentsToSetResponse$ = [3, n0, _AATSRd,
|
|
258
|
+
0,
|
|
259
|
+
[_aSI, _eT],
|
|
260
|
+
[0, 0]
|
|
261
|
+
];
|
|
262
|
+
export var AddCommunicationToCaseRequest$ = [3, n0, _ACTCR,
|
|
263
|
+
0,
|
|
264
|
+
[_cB, _cI, _cEA, _aSI],
|
|
265
|
+
[0, 0, 64 | 0, 0], 1
|
|
266
|
+
];
|
|
267
|
+
export var AddCommunicationToCaseResponse$ = [3, n0, _ACTCRd,
|
|
268
|
+
0,
|
|
269
|
+
[_r],
|
|
270
|
+
[2]
|
|
271
|
+
];
|
|
272
|
+
export var Attachment$ = [3, n0, _A,
|
|
273
|
+
0,
|
|
274
|
+
[_fN, _d],
|
|
275
|
+
[0, 21]
|
|
276
|
+
];
|
|
277
|
+
export var AttachmentDetails$ = [3, n0, _AD,
|
|
278
|
+
0,
|
|
279
|
+
[_aI, _fN],
|
|
280
|
+
[0, 0]
|
|
281
|
+
];
|
|
282
|
+
export var CaseDetails$ = [3, n0, _CD,
|
|
283
|
+
0,
|
|
284
|
+
[_cI, _dI, _su, _st, _sC, _cC, _sCe, _sB, _tC, _rC, _cEA, _l],
|
|
285
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, () => RecentCaseCommunications$, 64 | 0, 0]
|
|
286
|
+
];
|
|
261
287
|
export var Category$ = [3, n0, _C,
|
|
262
288
|
0,
|
|
263
289
|
[_co, _n],
|
|
@@ -275,7 +301,7 @@ export var CommunicationTypeOptions$ = [3, n0, _CTO,
|
|
|
275
301
|
];
|
|
276
302
|
export var CreateCaseRequest$ = [3, n0, _CCR,
|
|
277
303
|
0,
|
|
278
|
-
[
|
|
304
|
+
[_su, _cB, _sC, _sCe, _cC, _cEA, _l, _iT, _aSI],
|
|
279
305
|
[0, 0, 0, 0, 0, 64 | 0, 0, 0, 0], 2
|
|
280
306
|
];
|
|
281
307
|
export var CreateCaseResponse$ = [3, n0, _CCRr,
|
|
@@ -288,12 +314,6 @@ export var DateInterval$ = [3, n0, _DI,
|
|
|
288
314
|
[_sDT, _eDT],
|
|
289
315
|
[0, 0]
|
|
290
316
|
];
|
|
291
|
-
export var DescribeAttachmentLimitExceeded$ = [-3, n0, _DALE,
|
|
292
|
-
{ [_e]: _c },
|
|
293
|
-
[_m],
|
|
294
|
-
[0]
|
|
295
|
-
];
|
|
296
|
-
TypeRegistry.for(n0).registerError(DescribeAttachmentLimitExceeded$, DescribeAttachmentLimitExceeded);
|
|
297
317
|
export var DescribeAttachmentRequest$ = [3, n0, _DAR,
|
|
298
318
|
0,
|
|
299
319
|
[_aI],
|
|
@@ -341,7 +361,7 @@ export var DescribeServicesRequest$ = [3, n0, _DSR,
|
|
|
341
361
|
];
|
|
342
362
|
export var DescribeServicesResponse$ = [3, n0, _DSRe,
|
|
343
363
|
0,
|
|
344
|
-
[
|
|
364
|
+
[_ser],
|
|
345
365
|
[() => ServiceList]
|
|
346
366
|
];
|
|
347
367
|
export var DescribeSeverityLevelsRequest$ = [3, n0, _DSLR,
|
|
@@ -401,15 +421,9 @@ export var DescribeTrustedAdvisorCheckSummariesRequest$ = [3, n0, _DTACSR,
|
|
|
401
421
|
];
|
|
402
422
|
export var DescribeTrustedAdvisorCheckSummariesResponse$ = [3, n0, _DTACSRe,
|
|
403
423
|
0,
|
|
404
|
-
[
|
|
424
|
+
[_sum],
|
|
405
425
|
[() => TrustedAdvisorCheckSummaryList], 1
|
|
406
426
|
];
|
|
407
|
-
export var InternalServerError$ = [-3, n0, _ISE,
|
|
408
|
-
{ [_e]: _ser },
|
|
409
|
-
[_m],
|
|
410
|
-
[0]
|
|
411
|
-
];
|
|
412
|
-
TypeRegistry.for(n0).registerError(InternalServerError$, InternalServerError);
|
|
413
427
|
export var RecentCaseCommunications$ = [3, n0, _RCC,
|
|
414
428
|
0,
|
|
415
429
|
[_com, _nT],
|
|
@@ -455,12 +469,6 @@ export var SupportedLanguage$ = [3, n0, _SLu,
|
|
|
455
469
|
[_co, _l, _di],
|
|
456
470
|
[0, 0, 0]
|
|
457
471
|
];
|
|
458
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
459
|
-
{ [_aQE]: [`Throttling`, 400], [_e]: _c, [_hE]: 400 },
|
|
460
|
-
[_m],
|
|
461
|
-
[0]
|
|
462
|
-
];
|
|
463
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
464
472
|
export var TrustedAdvisorCategorySpecificSummary$ = [3, n0, _TACSS,
|
|
465
473
|
0,
|
|
466
474
|
[_cO],
|
|
@@ -501,8 +509,6 @@ export var TrustedAdvisorResourcesSummary$ = [3, n0, _TARS,
|
|
|
501
509
|
[_rP, _rF, _rIe, _rSe],
|
|
502
510
|
[1, 1, 1, 1], 4
|
|
503
511
|
];
|
|
504
|
-
export var SupportServiceException$ = [-3, _sm, "SupportServiceException", 0, [], []];
|
|
505
|
-
TypeRegistry.for(_sm).registerError(SupportServiceException$, SupportServiceException);
|
|
506
512
|
var Attachments = [1, n0, _At,
|
|
507
513
|
0, () => Attachment$
|
|
508
514
|
];
|
|
@@ -1,25 +1,35 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
-
export declare var
|
|
3
|
-
export declare var AddAttachmentsToSetResponse$: StaticStructureSchema;
|
|
4
|
-
export declare var AddCommunicationToCaseRequest$: StaticStructureSchema;
|
|
5
|
-
export declare var AddCommunicationToCaseResponse$: StaticStructureSchema;
|
|
6
|
-
export declare var Attachment$: StaticStructureSchema;
|
|
7
|
-
export declare var AttachmentDetails$: StaticStructureSchema;
|
|
3
|
+
export declare var SupportServiceException$: StaticErrorSchema;
|
|
8
4
|
export declare var AttachmentIdNotFound$: StaticErrorSchema;
|
|
9
5
|
export declare var AttachmentLimitExceeded$: StaticErrorSchema;
|
|
10
6
|
export declare var AttachmentSetExpired$: StaticErrorSchema;
|
|
11
7
|
export declare var AttachmentSetIdNotFound$: StaticErrorSchema;
|
|
12
8
|
export declare var AttachmentSetSizeLimitExceeded$: StaticErrorSchema;
|
|
13
9
|
export declare var CaseCreationLimitExceeded$: StaticErrorSchema;
|
|
14
|
-
export declare var CaseDetails$: StaticStructureSchema;
|
|
15
10
|
export declare var CaseIdNotFound$: StaticErrorSchema;
|
|
11
|
+
export declare var DescribeAttachmentLimitExceeded$: StaticErrorSchema;
|
|
12
|
+
export declare var InternalServerError$: StaticErrorSchema;
|
|
13
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
14
|
+
/**
|
|
15
|
+
* TypeRegistry instances containing modeled errors.
|
|
16
|
+
* @internal
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
20
|
+
export declare var AddAttachmentsToSetRequest$: StaticStructureSchema;
|
|
21
|
+
export declare var AddAttachmentsToSetResponse$: StaticStructureSchema;
|
|
22
|
+
export declare var AddCommunicationToCaseRequest$: StaticStructureSchema;
|
|
23
|
+
export declare var AddCommunicationToCaseResponse$: StaticStructureSchema;
|
|
24
|
+
export declare var Attachment$: StaticStructureSchema;
|
|
25
|
+
export declare var AttachmentDetails$: StaticStructureSchema;
|
|
26
|
+
export declare var CaseDetails$: StaticStructureSchema;
|
|
16
27
|
export declare var Category$: StaticStructureSchema;
|
|
17
28
|
export declare var Communication$: StaticStructureSchema;
|
|
18
29
|
export declare var CommunicationTypeOptions$: StaticStructureSchema;
|
|
19
30
|
export declare var CreateCaseRequest$: StaticStructureSchema;
|
|
20
31
|
export declare var CreateCaseResponse$: StaticStructureSchema;
|
|
21
32
|
export declare var DateInterval$: StaticStructureSchema;
|
|
22
|
-
export declare var DescribeAttachmentLimitExceeded$: StaticErrorSchema;
|
|
23
33
|
export declare var DescribeAttachmentRequest$: StaticStructureSchema;
|
|
24
34
|
export declare var DescribeAttachmentResponse$: StaticStructureSchema;
|
|
25
35
|
export declare var DescribeCasesRequest$: StaticStructureSchema;
|
|
@@ -42,7 +52,6 @@ export declare var DescribeTrustedAdvisorChecksRequest$: StaticStructureSchema;
|
|
|
42
52
|
export declare var DescribeTrustedAdvisorChecksResponse$: StaticStructureSchema;
|
|
43
53
|
export declare var DescribeTrustedAdvisorCheckSummariesRequest$: StaticStructureSchema;
|
|
44
54
|
export declare var DescribeTrustedAdvisorCheckSummariesResponse$: StaticStructureSchema;
|
|
45
|
-
export declare var InternalServerError$: StaticErrorSchema;
|
|
46
55
|
export declare var RecentCaseCommunications$: StaticStructureSchema;
|
|
47
56
|
export declare var RefreshTrustedAdvisorCheckRequest$: StaticStructureSchema;
|
|
48
57
|
export declare var RefreshTrustedAdvisorCheckResponse$: StaticStructureSchema;
|
|
@@ -52,7 +61,6 @@ export declare var Service$: StaticStructureSchema;
|
|
|
52
61
|
export declare var SeverityLevel$: StaticStructureSchema;
|
|
53
62
|
export declare var SupportedHour$: StaticStructureSchema;
|
|
54
63
|
export declare var SupportedLanguage$: StaticStructureSchema;
|
|
55
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
56
64
|
export declare var TrustedAdvisorCategorySpecificSummary$: StaticStructureSchema;
|
|
57
65
|
export declare var TrustedAdvisorCheckDescription$: StaticStructureSchema;
|
|
58
66
|
export declare var TrustedAdvisorCheckRefreshStatus$: StaticStructureSchema;
|
|
@@ -61,7 +69,6 @@ export declare var TrustedAdvisorCheckSummary$: StaticStructureSchema;
|
|
|
61
69
|
export declare var TrustedAdvisorCostOptimizingSummary$: StaticStructureSchema;
|
|
62
70
|
export declare var TrustedAdvisorResourceDetail$: StaticStructureSchema;
|
|
63
71
|
export declare var TrustedAdvisorResourcesSummary$: StaticStructureSchema;
|
|
64
|
-
export declare var SupportServiceException$: StaticErrorSchema;
|
|
65
72
|
export declare var AddAttachmentsToSet$: StaticOperationSchema;
|
|
66
73
|
export declare var AddCommunicationToCase$: StaticOperationSchema;
|
|
67
74
|
export declare var CreateCase$: StaticOperationSchema;
|
|
@@ -1,29 +1,34 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
6
|
-
export declare var
|
|
7
|
-
export declare var AddAttachmentsToSetResponse$: StaticStructureSchema;
|
|
8
|
-
export declare var AddCommunicationToCaseRequest$: StaticStructureSchema;
|
|
9
|
-
export declare var AddCommunicationToCaseResponse$: StaticStructureSchema;
|
|
10
|
-
export declare var Attachment$: StaticStructureSchema;
|
|
11
|
-
export declare var AttachmentDetails$: StaticStructureSchema;
|
|
7
|
+
export declare var SupportServiceException$: StaticErrorSchema;
|
|
12
8
|
export declare var AttachmentIdNotFound$: StaticErrorSchema;
|
|
13
9
|
export declare var AttachmentLimitExceeded$: StaticErrorSchema;
|
|
14
10
|
export declare var AttachmentSetExpired$: StaticErrorSchema;
|
|
15
11
|
export declare var AttachmentSetIdNotFound$: StaticErrorSchema;
|
|
16
12
|
export declare var AttachmentSetSizeLimitExceeded$: StaticErrorSchema;
|
|
17
13
|
export declare var CaseCreationLimitExceeded$: StaticErrorSchema;
|
|
18
|
-
export declare var CaseDetails$: StaticStructureSchema;
|
|
19
14
|
export declare var CaseIdNotFound$: StaticErrorSchema;
|
|
15
|
+
export declare var DescribeAttachmentLimitExceeded$: StaticErrorSchema;
|
|
16
|
+
export declare var InternalServerError$: StaticErrorSchema;
|
|
17
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
18
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
19
|
+
export declare var AddAttachmentsToSetRequest$: StaticStructureSchema;
|
|
20
|
+
export declare var AddAttachmentsToSetResponse$: StaticStructureSchema;
|
|
21
|
+
export declare var AddCommunicationToCaseRequest$: StaticStructureSchema;
|
|
22
|
+
export declare var AddCommunicationToCaseResponse$: StaticStructureSchema;
|
|
23
|
+
export declare var Attachment$: StaticStructureSchema;
|
|
24
|
+
export declare var AttachmentDetails$: StaticStructureSchema;
|
|
25
|
+
export declare var CaseDetails$: StaticStructureSchema;
|
|
20
26
|
export declare var Category$: StaticStructureSchema;
|
|
21
27
|
export declare var Communication$: StaticStructureSchema;
|
|
22
28
|
export declare var CommunicationTypeOptions$: StaticStructureSchema;
|
|
23
29
|
export declare var CreateCaseRequest$: StaticStructureSchema;
|
|
24
30
|
export declare var CreateCaseResponse$: StaticStructureSchema;
|
|
25
31
|
export declare var DateInterval$: StaticStructureSchema;
|
|
26
|
-
export declare var DescribeAttachmentLimitExceeded$: StaticErrorSchema;
|
|
27
32
|
export declare var DescribeAttachmentRequest$: StaticStructureSchema;
|
|
28
33
|
export declare var DescribeAttachmentResponse$: StaticStructureSchema;
|
|
29
34
|
export declare var DescribeCasesRequest$: StaticStructureSchema;
|
|
@@ -46,7 +51,6 @@ export declare var DescribeTrustedAdvisorChecksRequest$: StaticStructureSchema;
|
|
|
46
51
|
export declare var DescribeTrustedAdvisorChecksResponse$: StaticStructureSchema;
|
|
47
52
|
export declare var DescribeTrustedAdvisorCheckSummariesRequest$: StaticStructureSchema;
|
|
48
53
|
export declare var DescribeTrustedAdvisorCheckSummariesResponse$: StaticStructureSchema;
|
|
49
|
-
export declare var InternalServerError$: StaticErrorSchema;
|
|
50
54
|
export declare var RecentCaseCommunications$: StaticStructureSchema;
|
|
51
55
|
export declare var RefreshTrustedAdvisorCheckRequest$: StaticStructureSchema;
|
|
52
56
|
export declare var RefreshTrustedAdvisorCheckResponse$: StaticStructureSchema;
|
|
@@ -56,7 +60,6 @@ export declare var Service$: StaticStructureSchema;
|
|
|
56
60
|
export declare var SeverityLevel$: StaticStructureSchema;
|
|
57
61
|
export declare var SupportedHour$: StaticStructureSchema;
|
|
58
62
|
export declare var SupportedLanguage$: StaticStructureSchema;
|
|
59
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
60
63
|
export declare var TrustedAdvisorCategorySpecificSummary$: StaticStructureSchema;
|
|
61
64
|
export declare var TrustedAdvisorCheckDescription$: StaticStructureSchema;
|
|
62
65
|
export declare var TrustedAdvisorCheckRefreshStatus$: StaticStructureSchema;
|
|
@@ -65,7 +68,6 @@ export declare var TrustedAdvisorCheckSummary$: StaticStructureSchema;
|
|
|
65
68
|
export declare var TrustedAdvisorCostOptimizingSummary$: StaticStructureSchema;
|
|
66
69
|
export declare var TrustedAdvisorResourceDetail$: StaticStructureSchema;
|
|
67
70
|
export declare var TrustedAdvisorResourcesSummary$: StaticStructureSchema;
|
|
68
|
-
export declare var SupportServiceException$: StaticErrorSchema;
|
|
69
71
|
export declare var AddAttachmentsToSet$: StaticOperationSchema;
|
|
70
72
|
export declare var AddCommunicationToCase$: StaticOperationSchema;
|
|
71
73
|
export declare var CreateCase$: StaticOperationSchema;
|
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.988.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-support",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|