UNPKG

12.7 kBJSONView Raw
1{
2 "version": "2.0",
3 "metadata": {
4 "uid": "support-2013-04-15",
5 "apiVersion": "2013-04-15",
6 "endpointPrefix": "support",
7 "jsonVersion": "1.1",
8 "protocol": "json",
9 "serviceFullName": "AWS Support",
10 "serviceId": "Support",
11 "signatureVersion": "v4",
12 "targetPrefix": "AWSSupport_20130415"
13 },
14 "operations": {
15 "AddAttachmentsToSet": {
16 "input": {
17 "type": "structure",
18 "required": [
19 "attachments"
20 ],
21 "members": {
22 "attachmentSetId": {},
23 "attachments": {
24 "type": "list",
25 "member": {
26 "shape": "S4"
27 }
28 }
29 }
30 },
31 "output": {
32 "type": "structure",
33 "members": {
34 "attachmentSetId": {},
35 "expiryTime": {}
36 }
37 }
38 },
39 "AddCommunicationToCase": {
40 "input": {
41 "type": "structure",
42 "required": [
43 "communicationBody"
44 ],
45 "members": {
46 "caseId": {},
47 "communicationBody": {},
48 "ccEmailAddresses": {
49 "shape": "Sc"
50 },
51 "attachmentSetId": {}
52 }
53 },
54 "output": {
55 "type": "structure",
56 "members": {
57 "result": {
58 "type": "boolean"
59 }
60 }
61 }
62 },
63 "CreateCase": {
64 "input": {
65 "type": "structure",
66 "required": [
67 "subject",
68 "communicationBody"
69 ],
70 "members": {
71 "subject": {},
72 "serviceCode": {},
73 "severityCode": {},
74 "categoryCode": {},
75 "communicationBody": {},
76 "ccEmailAddresses": {
77 "shape": "Sc"
78 },
79 "language": {},
80 "issueType": {},
81 "attachmentSetId": {}
82 }
83 },
84 "output": {
85 "type": "structure",
86 "members": {
87 "caseId": {}
88 }
89 }
90 },
91 "DescribeAttachment": {
92 "input": {
93 "type": "structure",
94 "required": [
95 "attachmentId"
96 ],
97 "members": {
98 "attachmentId": {}
99 }
100 },
101 "output": {
102 "type": "structure",
103 "members": {
104 "attachment": {
105 "shape": "S4"
106 }
107 }
108 }
109 },
110 "DescribeCases": {
111 "input": {
112 "type": "structure",
113 "members": {
114 "caseIdList": {
115 "type": "list",
116 "member": {}
117 },
118 "displayId": {},
119 "afterTime": {},
120 "beforeTime": {},
121 "includeResolvedCases": {
122 "type": "boolean"
123 },
124 "nextToken": {},
125 "maxResults": {
126 "type": "integer"
127 },
128 "language": {},
129 "includeCommunications": {
130 "type": "boolean"
131 }
132 }
133 },
134 "output": {
135 "type": "structure",
136 "members": {
137 "cases": {
138 "type": "list",
139 "member": {
140 "type": "structure",
141 "members": {
142 "caseId": {},
143 "displayId": {},
144 "subject": {},
145 "status": {},
146 "serviceCode": {},
147 "categoryCode": {},
148 "severityCode": {},
149 "submittedBy": {},
150 "timeCreated": {},
151 "recentCommunications": {
152 "type": "structure",
153 "members": {
154 "communications": {
155 "shape": "S17"
156 },
157 "nextToken": {}
158 }
159 },
160 "ccEmailAddresses": {
161 "shape": "Sc"
162 },
163 "language": {}
164 }
165 }
166 },
167 "nextToken": {}
168 }
169 }
170 },
171 "DescribeCommunications": {
172 "input": {
173 "type": "structure",
174 "required": [
175 "caseId"
176 ],
177 "members": {
178 "caseId": {},
179 "beforeTime": {},
180 "afterTime": {},
181 "nextToken": {},
182 "maxResults": {
183 "type": "integer"
184 }
185 }
186 },
187 "output": {
188 "type": "structure",
189 "members": {
190 "communications": {
191 "shape": "S17"
192 },
193 "nextToken": {}
194 }
195 }
196 },
197 "DescribeServices": {
198 "input": {
199 "type": "structure",
200 "members": {
201 "serviceCodeList": {
202 "type": "list",
203 "member": {}
204 },
205 "language": {}
206 }
207 },
208 "output": {
209 "type": "structure",
210 "members": {
211 "services": {
212 "type": "list",
213 "member": {
214 "type": "structure",
215 "members": {
216 "code": {},
217 "name": {},
218 "categories": {
219 "type": "list",
220 "member": {
221 "type": "structure",
222 "members": {
223 "code": {},
224 "name": {}
225 }
226 }
227 }
228 }
229 }
230 }
231 }
232 }
233 },
234 "DescribeSeverityLevels": {
235 "input": {
236 "type": "structure",
237 "members": {
238 "language": {}
239 }
240 },
241 "output": {
242 "type": "structure",
243 "members": {
244 "severityLevels": {
245 "type": "list",
246 "member": {
247 "type": "structure",
248 "members": {
249 "code": {},
250 "name": {}
251 }
252 }
253 }
254 }
255 }
256 },
257 "DescribeTrustedAdvisorCheckRefreshStatuses": {
258 "input": {
259 "type": "structure",
260 "required": [
261 "checkIds"
262 ],
263 "members": {
264 "checkIds": {
265 "shape": "S1t"
266 }
267 }
268 },
269 "output": {
270 "type": "structure",
271 "required": [
272 "statuses"
273 ],
274 "members": {
275 "statuses": {
276 "type": "list",
277 "member": {
278 "shape": "S1x"
279 }
280 }
281 }
282 }
283 },
284 "DescribeTrustedAdvisorCheckResult": {
285 "input": {
286 "type": "structure",
287 "required": [
288 "checkId"
289 ],
290 "members": {
291 "checkId": {},
292 "language": {}
293 }
294 },
295 "output": {
296 "type": "structure",
297 "members": {
298 "result": {
299 "type": "structure",
300 "required": [
301 "checkId",
302 "timestamp",
303 "status",
304 "resourcesSummary",
305 "categorySpecificSummary",
306 "flaggedResources"
307 ],
308 "members": {
309 "checkId": {},
310 "timestamp": {},
311 "status": {},
312 "resourcesSummary": {
313 "shape": "S22"
314 },
315 "categorySpecificSummary": {
316 "shape": "S23"
317 },
318 "flaggedResources": {
319 "type": "list",
320 "member": {
321 "type": "structure",
322 "required": [
323 "status",
324 "resourceId",
325 "metadata"
326 ],
327 "members": {
328 "status": {},
329 "region": {},
330 "resourceId": {},
331 "isSuppressed": {
332 "type": "boolean"
333 },
334 "metadata": {
335 "shape": "S1t"
336 }
337 }
338 }
339 }
340 }
341 }
342 }
343 }
344 },
345 "DescribeTrustedAdvisorCheckSummaries": {
346 "input": {
347 "type": "structure",
348 "required": [
349 "checkIds"
350 ],
351 "members": {
352 "checkIds": {
353 "shape": "S1t"
354 }
355 }
356 },
357 "output": {
358 "type": "structure",
359 "required": [
360 "summaries"
361 ],
362 "members": {
363 "summaries": {
364 "type": "list",
365 "member": {
366 "type": "structure",
367 "required": [
368 "checkId",
369 "timestamp",
370 "status",
371 "resourcesSummary",
372 "categorySpecificSummary"
373 ],
374 "members": {
375 "checkId": {},
376 "timestamp": {},
377 "status": {},
378 "hasFlaggedResources": {
379 "type": "boolean"
380 },
381 "resourcesSummary": {
382 "shape": "S22"
383 },
384 "categorySpecificSummary": {
385 "shape": "S23"
386 }
387 }
388 }
389 }
390 }
391 }
392 },
393 "DescribeTrustedAdvisorChecks": {
394 "input": {
395 "type": "structure",
396 "required": [
397 "language"
398 ],
399 "members": {
400 "language": {}
401 }
402 },
403 "output": {
404 "type": "structure",
405 "required": [
406 "checks"
407 ],
408 "members": {
409 "checks": {
410 "type": "list",
411 "member": {
412 "type": "structure",
413 "required": [
414 "id",
415 "name",
416 "description",
417 "category",
418 "metadata"
419 ],
420 "members": {
421 "id": {},
422 "name": {},
423 "description": {},
424 "category": {},
425 "metadata": {
426 "shape": "S1t"
427 }
428 }
429 }
430 }
431 }
432 }
433 },
434 "RefreshTrustedAdvisorCheck": {
435 "input": {
436 "type": "structure",
437 "required": [
438 "checkId"
439 ],
440 "members": {
441 "checkId": {}
442 }
443 },
444 "output": {
445 "type": "structure",
446 "required": [
447 "status"
448 ],
449 "members": {
450 "status": {
451 "shape": "S1x"
452 }
453 }
454 }
455 },
456 "ResolveCase": {
457 "input": {
458 "type": "structure",
459 "members": {
460 "caseId": {}
461 }
462 },
463 "output": {
464 "type": "structure",
465 "members": {
466 "initialCaseStatus": {},
467 "finalCaseStatus": {}
468 }
469 }
470 }
471 },
472 "shapes": {
473 "S4": {
474 "type": "structure",
475 "members": {
476 "fileName": {},
477 "data": {
478 "type": "blob"
479 }
480 }
481 },
482 "Sc": {
483 "type": "list",
484 "member": {}
485 },
486 "S17": {
487 "type": "list",
488 "member": {
489 "type": "structure",
490 "members": {
491 "caseId": {},
492 "body": {},
493 "submittedBy": {},
494 "timeCreated": {},
495 "attachmentSet": {
496 "type": "list",
497 "member": {
498 "type": "structure",
499 "members": {
500 "attachmentId": {},
501 "fileName": {}
502 }
503 }
504 }
505 }
506 }
507 },
508 "S1t": {
509 "type": "list",
510 "member": {}
511 },
512 "S1x": {
513 "type": "structure",
514 "required": [
515 "checkId",
516 "status",
517 "millisUntilNextRefreshable"
518 ],
519 "members": {
520 "checkId": {},
521 "status": {},
522 "millisUntilNextRefreshable": {
523 "type": "long"
524 }
525 }
526 },
527 "S22": {
528 "type": "structure",
529 "required": [
530 "resourcesProcessed",
531 "resourcesFlagged",
532 "resourcesIgnored",
533 "resourcesSuppressed"
534 ],
535 "members": {
536 "resourcesProcessed": {
537 "type": "long"
538 },
539 "resourcesFlagged": {
540 "type": "long"
541 },
542 "resourcesIgnored": {
543 "type": "long"
544 },
545 "resourcesSuppressed": {
546 "type": "long"
547 }
548 }
549 },
550 "S23": {
551 "type": "structure",
552 "members": {
553 "costOptimizing": {
554 "type": "structure",
555 "required": [
556 "estimatedMonthlySavings",
557 "estimatedPercentMonthlySavings"
558 ],
559 "members": {
560 "estimatedMonthlySavings": {
561 "type": "double"
562 },
563 "estimatedPercentMonthlySavings": {
564 "type": "double"
565 }
566 }
567 }
568 }
569 }
570 }
571}
\No newline at end of file