git-off

git off handles large files in git repos
git clone https://noulin.net/git/git-off.git
Log | Files | Refs | README

support-2013-04-15.min.json (12603B)


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