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