@aws-sdk/client-support 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/Support.d.ts +274 -75
- package/dist-types/ts3.4/SupportClient.d.ts +213 -87
- package/dist-types/ts3.4/commands/AddAttachmentsToSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/AddCommunicationToCaseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeAttachmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeCasesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeCommunicationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeSeverityLevelsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorChecksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RefreshTrustedAdvisorCheckCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ResolveCaseCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +14 -14
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/SupportServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +568 -513
- package/dist-types/ts3.4/pagination/DescribeCasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeCommunicationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +3 -3
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +173 -44
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,513 +1,568 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { SupportServiceException as __BaseException } from "./SupportServiceException";
|
|
3
|
-
|
|
4
|
-
export interface Attachment {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
export
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
export
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
export interface
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
export interface Service {
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
export interface
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
export
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { SupportServiceException as __BaseException } from "./SupportServiceException";
|
|
3
|
+
|
|
4
|
+
export interface Attachment {
|
|
5
|
+
fileName?: string;
|
|
6
|
+
|
|
7
|
+
data?: Uint8Array;
|
|
8
|
+
}
|
|
9
|
+
export interface AddAttachmentsToSetRequest {
|
|
10
|
+
attachmentSetId?: string;
|
|
11
|
+
|
|
12
|
+
attachments: Attachment[] | undefined;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export interface AddAttachmentsToSetResponse {
|
|
16
|
+
attachmentSetId?: string;
|
|
17
|
+
|
|
18
|
+
expiryTime?: string;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export declare class AttachmentLimitExceeded extends __BaseException {
|
|
22
|
+
readonly name: "AttachmentLimitExceeded";
|
|
23
|
+
readonly $fault: "client";
|
|
24
|
+
|
|
25
|
+
constructor(
|
|
26
|
+
opts: __ExceptionOptionType<AttachmentLimitExceeded, __BaseException>
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export declare class AttachmentSetExpired extends __BaseException {
|
|
31
|
+
readonly name: "AttachmentSetExpired";
|
|
32
|
+
readonly $fault: "client";
|
|
33
|
+
|
|
34
|
+
constructor(
|
|
35
|
+
opts: __ExceptionOptionType<AttachmentSetExpired, __BaseException>
|
|
36
|
+
);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export declare class AttachmentSetIdNotFound extends __BaseException {
|
|
40
|
+
readonly name: "AttachmentSetIdNotFound";
|
|
41
|
+
readonly $fault: "client";
|
|
42
|
+
|
|
43
|
+
constructor(
|
|
44
|
+
opts: __ExceptionOptionType<AttachmentSetIdNotFound, __BaseException>
|
|
45
|
+
);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export declare class AttachmentSetSizeLimitExceeded extends __BaseException {
|
|
49
|
+
readonly name: "AttachmentSetSizeLimitExceeded";
|
|
50
|
+
readonly $fault: "client";
|
|
51
|
+
|
|
52
|
+
constructor(
|
|
53
|
+
opts: __ExceptionOptionType<AttachmentSetSizeLimitExceeded, __BaseException>
|
|
54
|
+
);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
export declare class InternalServerError extends __BaseException {
|
|
58
|
+
readonly name: "InternalServerError";
|
|
59
|
+
readonly $fault: "server";
|
|
60
|
+
|
|
61
|
+
constructor(
|
|
62
|
+
opts: __ExceptionOptionType<InternalServerError, __BaseException>
|
|
63
|
+
);
|
|
64
|
+
}
|
|
65
|
+
export interface AddCommunicationToCaseRequest {
|
|
66
|
+
caseId?: string;
|
|
67
|
+
|
|
68
|
+
communicationBody: string | undefined;
|
|
69
|
+
|
|
70
|
+
ccEmailAddresses?: string[];
|
|
71
|
+
|
|
72
|
+
attachmentSetId?: string;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
export interface AddCommunicationToCaseResponse {
|
|
76
|
+
result?: boolean;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export declare class CaseIdNotFound extends __BaseException {
|
|
80
|
+
readonly name: "CaseIdNotFound";
|
|
81
|
+
readonly $fault: "client";
|
|
82
|
+
|
|
83
|
+
constructor(opts: __ExceptionOptionType<CaseIdNotFound, __BaseException>);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
export interface AttachmentDetails {
|
|
87
|
+
attachmentId?: string;
|
|
88
|
+
|
|
89
|
+
fileName?: string;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
export declare class AttachmentIdNotFound extends __BaseException {
|
|
93
|
+
readonly name: "AttachmentIdNotFound";
|
|
94
|
+
readonly $fault: "client";
|
|
95
|
+
|
|
96
|
+
constructor(
|
|
97
|
+
opts: __ExceptionOptionType<AttachmentIdNotFound, __BaseException>
|
|
98
|
+
);
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
export declare class CaseCreationLimitExceeded extends __BaseException {
|
|
102
|
+
readonly name: "CaseCreationLimitExceeded";
|
|
103
|
+
readonly $fault: "client";
|
|
104
|
+
|
|
105
|
+
constructor(
|
|
106
|
+
opts: __ExceptionOptionType<CaseCreationLimitExceeded, __BaseException>
|
|
107
|
+
);
|
|
108
|
+
}
|
|
109
|
+
export interface CreateCaseRequest {
|
|
110
|
+
subject: string | undefined;
|
|
111
|
+
|
|
112
|
+
serviceCode?: string;
|
|
113
|
+
|
|
114
|
+
severityCode?: string;
|
|
115
|
+
|
|
116
|
+
categoryCode?: string;
|
|
117
|
+
|
|
118
|
+
communicationBody: string | undefined;
|
|
119
|
+
|
|
120
|
+
ccEmailAddresses?: string[];
|
|
121
|
+
|
|
122
|
+
language?: string;
|
|
123
|
+
|
|
124
|
+
issueType?: string;
|
|
125
|
+
|
|
126
|
+
attachmentSetId?: string;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
export interface CreateCaseResponse {
|
|
130
|
+
caseId?: string;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
export declare class DescribeAttachmentLimitExceeded extends __BaseException {
|
|
134
|
+
readonly name: "DescribeAttachmentLimitExceeded";
|
|
135
|
+
readonly $fault: "client";
|
|
136
|
+
|
|
137
|
+
constructor(
|
|
138
|
+
opts: __ExceptionOptionType<
|
|
139
|
+
DescribeAttachmentLimitExceeded,
|
|
140
|
+
__BaseException
|
|
141
|
+
>
|
|
142
|
+
);
|
|
143
|
+
}
|
|
144
|
+
export interface DescribeAttachmentRequest {
|
|
145
|
+
attachmentId: string | undefined;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
export interface DescribeAttachmentResponse {
|
|
149
|
+
attachment?: Attachment;
|
|
150
|
+
}
|
|
151
|
+
export interface DescribeCasesRequest {
|
|
152
|
+
caseIdList?: string[];
|
|
153
|
+
|
|
154
|
+
displayId?: string;
|
|
155
|
+
|
|
156
|
+
afterTime?: string;
|
|
157
|
+
|
|
158
|
+
beforeTime?: string;
|
|
159
|
+
|
|
160
|
+
includeResolvedCases?: boolean;
|
|
161
|
+
|
|
162
|
+
nextToken?: string;
|
|
163
|
+
|
|
164
|
+
maxResults?: number;
|
|
165
|
+
|
|
166
|
+
language?: string;
|
|
167
|
+
|
|
168
|
+
includeCommunications?: boolean;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
export interface Communication {
|
|
172
|
+
caseId?: string;
|
|
173
|
+
|
|
174
|
+
body?: string;
|
|
175
|
+
|
|
176
|
+
submittedBy?: string;
|
|
177
|
+
|
|
178
|
+
timeCreated?: string;
|
|
179
|
+
|
|
180
|
+
attachmentSet?: AttachmentDetails[];
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
export interface RecentCaseCommunications {
|
|
184
|
+
communications?: Communication[];
|
|
185
|
+
|
|
186
|
+
nextToken?: string;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
export interface CaseDetails {
|
|
190
|
+
caseId?: string;
|
|
191
|
+
|
|
192
|
+
displayId?: string;
|
|
193
|
+
|
|
194
|
+
subject?: string;
|
|
195
|
+
|
|
196
|
+
status?: string;
|
|
197
|
+
|
|
198
|
+
serviceCode?: string;
|
|
199
|
+
|
|
200
|
+
categoryCode?: string;
|
|
201
|
+
|
|
202
|
+
severityCode?: string;
|
|
203
|
+
|
|
204
|
+
submittedBy?: string;
|
|
205
|
+
|
|
206
|
+
timeCreated?: string;
|
|
207
|
+
|
|
208
|
+
recentCommunications?: RecentCaseCommunications;
|
|
209
|
+
|
|
210
|
+
ccEmailAddresses?: string[];
|
|
211
|
+
|
|
212
|
+
language?: string;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
export interface DescribeCasesResponse {
|
|
216
|
+
cases?: CaseDetails[];
|
|
217
|
+
|
|
218
|
+
nextToken?: string;
|
|
219
|
+
}
|
|
220
|
+
export interface DescribeCommunicationsRequest {
|
|
221
|
+
caseId: string | undefined;
|
|
222
|
+
|
|
223
|
+
beforeTime?: string;
|
|
224
|
+
|
|
225
|
+
afterTime?: string;
|
|
226
|
+
|
|
227
|
+
nextToken?: string;
|
|
228
|
+
|
|
229
|
+
maxResults?: number;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
export interface DescribeCommunicationsResponse {
|
|
233
|
+
communications?: Communication[];
|
|
234
|
+
|
|
235
|
+
nextToken?: string;
|
|
236
|
+
}
|
|
237
|
+
export interface DescribeServicesRequest {
|
|
238
|
+
serviceCodeList?: string[];
|
|
239
|
+
|
|
240
|
+
language?: string;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
export interface Category {
|
|
244
|
+
code?: string;
|
|
245
|
+
|
|
246
|
+
name?: string;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
export interface Service {
|
|
250
|
+
code?: string;
|
|
251
|
+
|
|
252
|
+
name?: string;
|
|
253
|
+
|
|
254
|
+
categories?: Category[];
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
export interface DescribeServicesResponse {
|
|
258
|
+
services?: Service[];
|
|
259
|
+
}
|
|
260
|
+
export interface DescribeSeverityLevelsRequest {
|
|
261
|
+
language?: string;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
export interface SeverityLevel {
|
|
265
|
+
code?: string;
|
|
266
|
+
|
|
267
|
+
name?: string;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
export interface DescribeSeverityLevelsResponse {
|
|
271
|
+
severityLevels?: SeverityLevel[];
|
|
272
|
+
}
|
|
273
|
+
export interface DescribeTrustedAdvisorCheckRefreshStatusesRequest {
|
|
274
|
+
checkIds: string[] | undefined;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
export interface TrustedAdvisorCheckRefreshStatus {
|
|
278
|
+
checkId: string | undefined;
|
|
279
|
+
|
|
280
|
+
status: string | undefined;
|
|
281
|
+
|
|
282
|
+
millisUntilNextRefreshable: number | undefined;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
export interface DescribeTrustedAdvisorCheckRefreshStatusesResponse {
|
|
286
|
+
statuses: TrustedAdvisorCheckRefreshStatus[] | undefined;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
export interface DescribeTrustedAdvisorCheckResultRequest {
|
|
290
|
+
checkId: string | undefined;
|
|
291
|
+
|
|
292
|
+
language?: string;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
export interface TrustedAdvisorCostOptimizingSummary {
|
|
296
|
+
estimatedMonthlySavings: number | undefined;
|
|
297
|
+
|
|
298
|
+
estimatedPercentMonthlySavings: number | undefined;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
export interface TrustedAdvisorCategorySpecificSummary {
|
|
302
|
+
costOptimizing?: TrustedAdvisorCostOptimizingSummary;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
export interface TrustedAdvisorResourceDetail {
|
|
306
|
+
status: string | undefined;
|
|
307
|
+
|
|
308
|
+
region?: string;
|
|
309
|
+
|
|
310
|
+
resourceId: string | undefined;
|
|
311
|
+
|
|
312
|
+
isSuppressed?: boolean;
|
|
313
|
+
|
|
314
|
+
metadata: string[] | undefined;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
export interface TrustedAdvisorResourcesSummary {
|
|
318
|
+
resourcesProcessed: number | undefined;
|
|
319
|
+
|
|
320
|
+
resourcesFlagged: number | undefined;
|
|
321
|
+
|
|
322
|
+
resourcesIgnored: number | undefined;
|
|
323
|
+
|
|
324
|
+
resourcesSuppressed: number | undefined;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
export interface TrustedAdvisorCheckResult {
|
|
328
|
+
checkId: string | undefined;
|
|
329
|
+
|
|
330
|
+
timestamp: string | undefined;
|
|
331
|
+
|
|
332
|
+
status: string | undefined;
|
|
333
|
+
|
|
334
|
+
resourcesSummary: TrustedAdvisorResourcesSummary | undefined;
|
|
335
|
+
|
|
336
|
+
categorySpecificSummary: TrustedAdvisorCategorySpecificSummary | undefined;
|
|
337
|
+
|
|
338
|
+
flaggedResources: TrustedAdvisorResourceDetail[] | undefined;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
export interface DescribeTrustedAdvisorCheckResultResponse {
|
|
342
|
+
result?: TrustedAdvisorCheckResult;
|
|
343
|
+
}
|
|
344
|
+
export interface DescribeTrustedAdvisorChecksRequest {
|
|
345
|
+
language: string | undefined;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
export interface TrustedAdvisorCheckDescription {
|
|
349
|
+
id: string | undefined;
|
|
350
|
+
|
|
351
|
+
name: string | undefined;
|
|
352
|
+
|
|
353
|
+
description: string | undefined;
|
|
354
|
+
|
|
355
|
+
category: string | undefined;
|
|
356
|
+
|
|
357
|
+
metadata: string[] | undefined;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
export interface DescribeTrustedAdvisorChecksResponse {
|
|
361
|
+
checks: TrustedAdvisorCheckDescription[] | undefined;
|
|
362
|
+
}
|
|
363
|
+
export interface DescribeTrustedAdvisorCheckSummariesRequest {
|
|
364
|
+
checkIds: string[] | undefined;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
export interface TrustedAdvisorCheckSummary {
|
|
368
|
+
checkId: string | undefined;
|
|
369
|
+
|
|
370
|
+
timestamp: string | undefined;
|
|
371
|
+
|
|
372
|
+
status: string | undefined;
|
|
373
|
+
|
|
374
|
+
hasFlaggedResources?: boolean;
|
|
375
|
+
|
|
376
|
+
resourcesSummary: TrustedAdvisorResourcesSummary | undefined;
|
|
377
|
+
|
|
378
|
+
categorySpecificSummary: TrustedAdvisorCategorySpecificSummary | undefined;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
export interface DescribeTrustedAdvisorCheckSummariesResponse {
|
|
382
|
+
summaries: TrustedAdvisorCheckSummary[] | undefined;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
export interface RefreshTrustedAdvisorCheckRequest {
|
|
386
|
+
checkId: string | undefined;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
export interface RefreshTrustedAdvisorCheckResponse {
|
|
390
|
+
status: TrustedAdvisorCheckRefreshStatus | undefined;
|
|
391
|
+
}
|
|
392
|
+
export interface ResolveCaseRequest {
|
|
393
|
+
caseId?: string;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
export interface ResolveCaseResponse {
|
|
397
|
+
initialCaseStatus?: string;
|
|
398
|
+
|
|
399
|
+
finalCaseStatus?: string;
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
export declare const AttachmentFilterSensitiveLog: (obj: Attachment) => any;
|
|
403
|
+
|
|
404
|
+
export declare const AddAttachmentsToSetRequestFilterSensitiveLog: (
|
|
405
|
+
obj: AddAttachmentsToSetRequest
|
|
406
|
+
) => any;
|
|
407
|
+
|
|
408
|
+
export declare const AddAttachmentsToSetResponseFilterSensitiveLog: (
|
|
409
|
+
obj: AddAttachmentsToSetResponse
|
|
410
|
+
) => any;
|
|
411
|
+
|
|
412
|
+
export declare const AddCommunicationToCaseRequestFilterSensitiveLog: (
|
|
413
|
+
obj: AddCommunicationToCaseRequest
|
|
414
|
+
) => any;
|
|
415
|
+
|
|
416
|
+
export declare const AddCommunicationToCaseResponseFilterSensitiveLog: (
|
|
417
|
+
obj: AddCommunicationToCaseResponse
|
|
418
|
+
) => any;
|
|
419
|
+
|
|
420
|
+
export declare const AttachmentDetailsFilterSensitiveLog: (
|
|
421
|
+
obj: AttachmentDetails
|
|
422
|
+
) => any;
|
|
423
|
+
|
|
424
|
+
export declare const CreateCaseRequestFilterSensitiveLog: (
|
|
425
|
+
obj: CreateCaseRequest
|
|
426
|
+
) => any;
|
|
427
|
+
|
|
428
|
+
export declare const CreateCaseResponseFilterSensitiveLog: (
|
|
429
|
+
obj: CreateCaseResponse
|
|
430
|
+
) => any;
|
|
431
|
+
|
|
432
|
+
export declare const DescribeAttachmentRequestFilterSensitiveLog: (
|
|
433
|
+
obj: DescribeAttachmentRequest
|
|
434
|
+
) => any;
|
|
435
|
+
|
|
436
|
+
export declare const DescribeAttachmentResponseFilterSensitiveLog: (
|
|
437
|
+
obj: DescribeAttachmentResponse
|
|
438
|
+
) => any;
|
|
439
|
+
|
|
440
|
+
export declare const DescribeCasesRequestFilterSensitiveLog: (
|
|
441
|
+
obj: DescribeCasesRequest
|
|
442
|
+
) => any;
|
|
443
|
+
|
|
444
|
+
export declare const CommunicationFilterSensitiveLog: (
|
|
445
|
+
obj: Communication
|
|
446
|
+
) => any;
|
|
447
|
+
|
|
448
|
+
export declare const RecentCaseCommunicationsFilterSensitiveLog: (
|
|
449
|
+
obj: RecentCaseCommunications
|
|
450
|
+
) => any;
|
|
451
|
+
|
|
452
|
+
export declare const CaseDetailsFilterSensitiveLog: (obj: CaseDetails) => any;
|
|
453
|
+
|
|
454
|
+
export declare const DescribeCasesResponseFilterSensitiveLog: (
|
|
455
|
+
obj: DescribeCasesResponse
|
|
456
|
+
) => any;
|
|
457
|
+
|
|
458
|
+
export declare const DescribeCommunicationsRequestFilterSensitiveLog: (
|
|
459
|
+
obj: DescribeCommunicationsRequest
|
|
460
|
+
) => any;
|
|
461
|
+
|
|
462
|
+
export declare const DescribeCommunicationsResponseFilterSensitiveLog: (
|
|
463
|
+
obj: DescribeCommunicationsResponse
|
|
464
|
+
) => any;
|
|
465
|
+
|
|
466
|
+
export declare const DescribeServicesRequestFilterSensitiveLog: (
|
|
467
|
+
obj: DescribeServicesRequest
|
|
468
|
+
) => any;
|
|
469
|
+
|
|
470
|
+
export declare const CategoryFilterSensitiveLog: (obj: Category) => any;
|
|
471
|
+
|
|
472
|
+
export declare const ServiceFilterSensitiveLog: (obj: Service) => any;
|
|
473
|
+
|
|
474
|
+
export declare const DescribeServicesResponseFilterSensitiveLog: (
|
|
475
|
+
obj: DescribeServicesResponse
|
|
476
|
+
) => any;
|
|
477
|
+
|
|
478
|
+
export declare const DescribeSeverityLevelsRequestFilterSensitiveLog: (
|
|
479
|
+
obj: DescribeSeverityLevelsRequest
|
|
480
|
+
) => any;
|
|
481
|
+
|
|
482
|
+
export declare const SeverityLevelFilterSensitiveLog: (
|
|
483
|
+
obj: SeverityLevel
|
|
484
|
+
) => any;
|
|
485
|
+
|
|
486
|
+
export declare const DescribeSeverityLevelsResponseFilterSensitiveLog: (
|
|
487
|
+
obj: DescribeSeverityLevelsResponse
|
|
488
|
+
) => any;
|
|
489
|
+
|
|
490
|
+
export declare const DescribeTrustedAdvisorCheckRefreshStatusesRequestFilterSensitiveLog: (
|
|
491
|
+
obj: DescribeTrustedAdvisorCheckRefreshStatusesRequest
|
|
492
|
+
) => any;
|
|
493
|
+
|
|
494
|
+
export declare const TrustedAdvisorCheckRefreshStatusFilterSensitiveLog: (
|
|
495
|
+
obj: TrustedAdvisorCheckRefreshStatus
|
|
496
|
+
) => any;
|
|
497
|
+
|
|
498
|
+
export declare const DescribeTrustedAdvisorCheckRefreshStatusesResponseFilterSensitiveLog: (
|
|
499
|
+
obj: DescribeTrustedAdvisorCheckRefreshStatusesResponse
|
|
500
|
+
) => any;
|
|
501
|
+
|
|
502
|
+
export declare const DescribeTrustedAdvisorCheckResultRequestFilterSensitiveLog: (
|
|
503
|
+
obj: DescribeTrustedAdvisorCheckResultRequest
|
|
504
|
+
) => any;
|
|
505
|
+
|
|
506
|
+
export declare const TrustedAdvisorCostOptimizingSummaryFilterSensitiveLog: (
|
|
507
|
+
obj: TrustedAdvisorCostOptimizingSummary
|
|
508
|
+
) => any;
|
|
509
|
+
|
|
510
|
+
export declare const TrustedAdvisorCategorySpecificSummaryFilterSensitiveLog: (
|
|
511
|
+
obj: TrustedAdvisorCategorySpecificSummary
|
|
512
|
+
) => any;
|
|
513
|
+
|
|
514
|
+
export declare const TrustedAdvisorResourceDetailFilterSensitiveLog: (
|
|
515
|
+
obj: TrustedAdvisorResourceDetail
|
|
516
|
+
) => any;
|
|
517
|
+
|
|
518
|
+
export declare const TrustedAdvisorResourcesSummaryFilterSensitiveLog: (
|
|
519
|
+
obj: TrustedAdvisorResourcesSummary
|
|
520
|
+
) => any;
|
|
521
|
+
|
|
522
|
+
export declare const TrustedAdvisorCheckResultFilterSensitiveLog: (
|
|
523
|
+
obj: TrustedAdvisorCheckResult
|
|
524
|
+
) => any;
|
|
525
|
+
|
|
526
|
+
export declare const DescribeTrustedAdvisorCheckResultResponseFilterSensitiveLog: (
|
|
527
|
+
obj: DescribeTrustedAdvisorCheckResultResponse
|
|
528
|
+
) => any;
|
|
529
|
+
|
|
530
|
+
export declare const DescribeTrustedAdvisorChecksRequestFilterSensitiveLog: (
|
|
531
|
+
obj: DescribeTrustedAdvisorChecksRequest
|
|
532
|
+
) => any;
|
|
533
|
+
|
|
534
|
+
export declare const TrustedAdvisorCheckDescriptionFilterSensitiveLog: (
|
|
535
|
+
obj: TrustedAdvisorCheckDescription
|
|
536
|
+
) => any;
|
|
537
|
+
|
|
538
|
+
export declare const DescribeTrustedAdvisorChecksResponseFilterSensitiveLog: (
|
|
539
|
+
obj: DescribeTrustedAdvisorChecksResponse
|
|
540
|
+
) => any;
|
|
541
|
+
|
|
542
|
+
export declare const DescribeTrustedAdvisorCheckSummariesRequestFilterSensitiveLog: (
|
|
543
|
+
obj: DescribeTrustedAdvisorCheckSummariesRequest
|
|
544
|
+
) => any;
|
|
545
|
+
|
|
546
|
+
export declare const TrustedAdvisorCheckSummaryFilterSensitiveLog: (
|
|
547
|
+
obj: TrustedAdvisorCheckSummary
|
|
548
|
+
) => any;
|
|
549
|
+
|
|
550
|
+
export declare const DescribeTrustedAdvisorCheckSummariesResponseFilterSensitiveLog: (
|
|
551
|
+
obj: DescribeTrustedAdvisorCheckSummariesResponse
|
|
552
|
+
) => any;
|
|
553
|
+
|
|
554
|
+
export declare const RefreshTrustedAdvisorCheckRequestFilterSensitiveLog: (
|
|
555
|
+
obj: RefreshTrustedAdvisorCheckRequest
|
|
556
|
+
) => any;
|
|
557
|
+
|
|
558
|
+
export declare const RefreshTrustedAdvisorCheckResponseFilterSensitiveLog: (
|
|
559
|
+
obj: RefreshTrustedAdvisorCheckResponse
|
|
560
|
+
) => any;
|
|
561
|
+
|
|
562
|
+
export declare const ResolveCaseRequestFilterSensitiveLog: (
|
|
563
|
+
obj: ResolveCaseRequest
|
|
564
|
+
) => any;
|
|
565
|
+
|
|
566
|
+
export declare const ResolveCaseResponseFilterSensitiveLog: (
|
|
567
|
+
obj: ResolveCaseResponse
|
|
568
|
+
) => any;
|