UNPKG

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